react 19.2.0-canary-a00ca6f6-20250611 → 19.2.0-canary-12bc60f5-20250613
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
@@ -1240,7 +1240,7 @@
|
|
1240
1240
|
exports.useTransition = function () {
|
1241
1241
|
return resolveDispatcher().useTransition();
|
1242
1242
|
};
|
1243
|
-
exports.version = "19.2.0-canary-
|
1243
|
+
exports.version = "19.2.0-canary-12bc60f5-20250613";
|
1244
1244
|
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
1245
1245
|
"function" ===
|
1246
1246
|
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
package/cjs/react.production.js
CHANGED