react 19.0.0-rc-df783f9ea1-20240708 → 19.0.0-rc-378b305958-20240710
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/cjs/react.development.js
CHANGED
|
@@ -1546,7 +1546,7 @@
|
|
|
1546
1546
|
exports.useTransition = function () {
|
|
1547
1547
|
return resolveDispatcher().useTransition();
|
|
1548
1548
|
};
|
|
1549
|
-
exports.version = "19.0.0-rc-
|
|
1549
|
+
exports.version = "19.0.0-rc-378b305958-20240710";
|
|
1550
1550
|
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
|
1551
1551
|
"function" ===
|
|
1552
1552
|
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
package/cjs/react.production.js
CHANGED