react 19.1.0-canary-fc8a898d-20241226 → 19.1.0-canary-694d3e1a-20241231
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
@@ -1518,7 +1518,7 @@
|
|
1518
1518
|
exports.useTransition = function () {
|
1519
1519
|
return resolveDispatcher().useTransition();
|
1520
1520
|
};
|
1521
|
-
exports.version = "19.1.0-canary-
|
1521
|
+
exports.version = "19.1.0-canary-694d3e1a-20241231";
|
1522
1522
|
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
1523
1523
|
"function" ===
|
1524
1524
|
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
package/cjs/react.production.js
CHANGED