react 19.2.0-canary-f1e70b5e-20250811 → 19.2.0-canary-ac7820a9-20250811
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
|
@@ -1278,7 +1278,7 @@
|
|
|
1278
1278
|
exports.useTransition = function () {
|
|
1279
1279
|
return resolveDispatcher().useTransition();
|
|
1280
1280
|
};
|
|
1281
|
-
exports.version = "19.2.0-canary-
|
|
1281
|
+
exports.version = "19.2.0-canary-ac7820a9-20250811";
|
|
1282
1282
|
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
|
1283
1283
|
"function" ===
|
|
1284
1284
|
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
package/cjs/react.production.js
CHANGED