react 19.0.0-rc-ed15d500-20241110 → 19.0.0-rc-2ec26bc4-20241111
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
@@ -1513,7 +1513,7 @@
|
|
1513
1513
|
exports.useTransition = function () {
|
1514
1514
|
return resolveDispatcher().useTransition();
|
1515
1515
|
};
|
1516
|
-
exports.version = "19.0.0-rc-
|
1516
|
+
exports.version = "19.0.0-rc-2ec26bc4-20241111";
|
1517
1517
|
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
1518
1518
|
"function" ===
|
1519
1519
|
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
package/cjs/react.production.js
CHANGED