react 19.2.0-canary-6de32a5a-20250822 → 19.2.0-canary-4123f6b7-20250826
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
@@ -1263,7 +1263,7 @@
|
|
1263
1263
|
exports.useTransition = function () {
|
1264
1264
|
return resolveDispatcher().useTransition();
|
1265
1265
|
};
|
1266
|
-
exports.version = "19.2.0-canary-
|
1266
|
+
exports.version = "19.2.0-canary-4123f6b7-20250826";
|
1267
1267
|
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
1268
1268
|
"function" ===
|
1269
1269
|
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
package/cjs/react.production.js
CHANGED