react 19.1.0-canary-f83903bf-20250212 → 19.1.0-canary-cbbe8666-20250213
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
@@ -1539,7 +1539,7 @@
|
|
1539
1539
|
exports.useTransition = function () {
|
1540
1540
|
return resolveDispatcher().useTransition();
|
1541
1541
|
};
|
1542
|
-
exports.version = "19.1.0-canary-
|
1542
|
+
exports.version = "19.1.0-canary-cbbe8666-20250213";
|
1543
1543
|
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
1544
1544
|
"function" ===
|
1545
1545
|
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
package/cjs/react.production.js
CHANGED