react 19.0.0-rc-67fee58b-20240926 → 19.0.0-rc-2d16326d-20240930
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
@@ -1516,7 +1516,7 @@
|
|
1516
1516
|
exports.useTransition = function () {
|
1517
1517
|
return resolveDispatcher().useTransition();
|
1518
1518
|
};
|
1519
|
-
exports.version = "19.0.0-rc-
|
1519
|
+
exports.version = "19.0.0-rc-2d16326d-20240930";
|
1520
1520
|
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
1521
1521
|
"function" ===
|
1522
1522
|
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
package/cjs/react.production.js
CHANGED