react 19.3.0-canary-a4eb2dfa-20251006 → 19.3.0-canary-9724e3e6-20251008
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
@@ -1298,7 +1298,7 @@
|
|
1298
1298
|
exports.useTransition = function () {
|
1299
1299
|
return resolveDispatcher().useTransition();
|
1300
1300
|
};
|
1301
|
-
exports.version = "19.3.0-canary-
|
1301
|
+
exports.version = "19.3.0-canary-9724e3e6-20251008";
|
1302
1302
|
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
1303
1303
|
"function" ===
|
1304
1304
|
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
package/cjs/react.production.js
CHANGED