react 19.2.0-canary-06e89951-20250620 → 19.2.0-canary-bbc13fa1-20250624
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
@@ -1243,7 +1243,7 @@
|
|
1243
1243
|
exports.useTransition = function () {
|
1244
1244
|
return resolveDispatcher().useTransition();
|
1245
1245
|
};
|
1246
|
-
exports.version = "19.2.0-canary-
|
1246
|
+
exports.version = "19.2.0-canary-bbc13fa1-20250624";
|
1247
1247
|
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
1248
1248
|
"function" ===
|
1249
1249
|
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
package/cjs/react.production.js
CHANGED