react 19.1.0-canary-5b51a2b9-20250116 → 19.1.0-canary-18eaf51b-20250118
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
@@ -1520,7 +1520,7 @@
|
|
1520
1520
|
exports.useTransition = function () {
|
1521
1521
|
return resolveDispatcher().useTransition();
|
1522
1522
|
};
|
1523
|
-
exports.version = "19.1.0-canary-
|
1523
|
+
exports.version = "19.1.0-canary-18eaf51b-20250118";
|
1524
1524
|
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
1525
1525
|
"function" ===
|
1526
1526
|
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
package/cjs/react.production.js
CHANGED