react 19.2.0-canary-b1b0955f-20250901 → 19.2.0-canary-8e60cb7e-20250902
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
@@ -1272,7 +1272,7 @@
|
|
1272
1272
|
exports.useTransition = function () {
|
1273
1273
|
return resolveDispatcher().useTransition();
|
1274
1274
|
};
|
1275
|
-
exports.version = "19.2.0-canary-
|
1275
|
+
exports.version = "19.2.0-canary-8e60cb7e-20250902";
|
1276
1276
|
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
1277
1277
|
"function" ===
|
1278
1278
|
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
package/cjs/react.production.js
CHANGED