react 19.2.0-canary-040f8286-20250402 → 19.2.0-canary-b10cb4c0-20250403
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
@@ -1242,7 +1242,7 @@
|
|
1242
1242
|
exports.useTransition = function () {
|
1243
1243
|
return resolveDispatcher().useTransition();
|
1244
1244
|
};
|
1245
|
-
exports.version = "19.2.0-canary-
|
1245
|
+
exports.version = "19.2.0-canary-b10cb4c0-20250403";
|
1246
1246
|
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
1247
1247
|
"function" ===
|
1248
1248
|
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
package/cjs/react.production.js
CHANGED