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