react 19.1.0-canary-fbcda19a-20250317 → 19.1.0-canary-db7dfe05-20250319
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
@@ -1239,7 +1239,7 @@
|
|
1239
1239
|
exports.useTransition = function () {
|
1240
1240
|
return resolveDispatcher().useTransition();
|
1241
1241
|
};
|
1242
|
-
exports.version = "19.1.0-canary-
|
1242
|
+
exports.version = "19.1.0-canary-db7dfe05-20250319";
|
1243
1243
|
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
1244
1244
|
"function" ===
|
1245
1245
|
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
package/cjs/react.production.js
CHANGED