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.
@@ -1298,7 +1298,7 @@
1298
1298
  exports.useTransition = function () {
1299
1299
  return resolveDispatcher().useTransition();
1300
1300
  };
1301
- exports.version = "19.3.0-canary-a4eb2dfa-20251006";
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 &&
@@ -554,4 +554,4 @@ exports.useSyncExternalStore = function (
554
554
  exports.useTransition = function () {
555
555
  return ReactSharedInternals.H.useTransition();
556
556
  };
557
- exports.version = "19.3.0-canary-a4eb2dfa-20251006";
557
+ exports.version = "19.3.0-canary-9724e3e6-20251008";
@@ -850,5 +850,5 @@
850
850
  exports.useMemo = function (create, deps) {
851
851
  return resolveDispatcher().useMemo(create, deps);
852
852
  };
853
- exports.version = "19.3.0-canary-a4eb2dfa-20251006";
853
+ exports.version = "19.3.0-canary-9724e3e6-20251008";
854
854
  })();
@@ -425,4 +425,4 @@ exports.useId = function () {
425
425
  exports.useMemo = function (create, deps) {
426
426
  return ReactSharedInternals.H.useMemo(create, deps);
427
427
  };
428
- exports.version = "19.3.0-canary-a4eb2dfa-20251006";
428
+ exports.version = "19.3.0-canary-9724e3e6-20251008";
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "keywords": [
5
5
  "react"
6
6
  ],
7
- "version": "19.3.0-canary-a4eb2dfa-20251006",
7
+ "version": "19.3.0-canary-9724e3e6-20251008",
8
8
  "homepage": "https://react.dev/",
9
9
  "bugs": "https://github.com/facebook/react/issues",
10
10
  "license": "MIT",