react 19.1.0-canary-0ca3deeb-20250311 → 19.1.0-canary-6aa8254b-20250312
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
@@ -1237,7 +1237,7 @@
|
|
1237
1237
|
exports.useTransition = function () {
|
1238
1238
|
return resolveDispatcher().useTransition();
|
1239
1239
|
};
|
1240
|
-
exports.version = "19.1.0-canary-
|
1240
|
+
exports.version = "19.1.0-canary-6aa8254b-20250312";
|
1241
1241
|
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
1242
1242
|
"function" ===
|
1243
1243
|
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
package/cjs/react.production.js
CHANGED