react 19.1.0-canary-d85cf3e5-20250205 → 19.1.0-canary-ff628334-20250205
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
@@ -1522,7 +1522,7 @@
|
|
1522
1522
|
exports.useTransition = function () {
|
1523
1523
|
return resolveDispatcher().useTransition();
|
1524
1524
|
};
|
1525
|
-
exports.version = "19.1.0-canary-
|
1525
|
+
exports.version = "19.1.0-canary-ff628334-20250205";
|
1526
1526
|
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
1527
1527
|
"function" ===
|
1528
1528
|
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
package/cjs/react.production.js
CHANGED