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