react 19.0.0-rc-d48603a5-20240813 → 19.0.0-rc-49496d49-20240814
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
@@ -1517,7 +1517,7 @@
|
|
1517
1517
|
exports.useTransition = function () {
|
1518
1518
|
return resolveDispatcher().useTransition();
|
1519
1519
|
};
|
1520
|
-
exports.version = "19.0.0-rc-
|
1520
|
+
exports.version = "19.0.0-rc-49496d49-20240814";
|
1521
1521
|
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
1522
1522
|
"function" ===
|
1523
1523
|
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
package/cjs/react.production.js
CHANGED