react 19.3.0-canary-4fdf7cf2-20251003 → 19.3.0-canary-c7862584-20251006

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.
@@ -1276,7 +1276,7 @@
1276
1276
  exports.useTransition = function () {
1277
1277
  return resolveDispatcher().useTransition();
1278
1278
  };
1279
- exports.version = "19.3.0-canary-4fdf7cf2-20251003";
1279
+ exports.version = "19.3.0-canary-c7862584-20251006";
1280
1280
  "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
1281
1281
  "function" ===
1282
1282
  typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
@@ -539,4 +539,4 @@ exports.useSyncExternalStore = function (
539
539
  exports.useTransition = function () {
540
540
  return ReactSharedInternals.H.useTransition();
541
541
  };
542
- exports.version = "19.3.0-canary-4fdf7cf2-20251003";
542
+ exports.version = "19.3.0-canary-c7862584-20251006";
@@ -846,5 +846,5 @@
846
846
  exports.useMemo = function (create, deps) {
847
847
  return resolveDispatcher().useMemo(create, deps);
848
848
  };
849
- exports.version = "19.3.0-canary-4fdf7cf2-20251003";
849
+ exports.version = "19.3.0-canary-c7862584-20251006";
850
850
  })();
@@ -423,4 +423,4 @@ exports.useId = function () {
423
423
  exports.useMemo = function (create, deps) {
424
424
  return ReactSharedInternals.H.useMemo(create, deps);
425
425
  };
426
- exports.version = "19.3.0-canary-4fdf7cf2-20251003";
426
+ exports.version = "19.3.0-canary-c7862584-20251006";
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "keywords": [
5
5
  "react"
6
6
  ],
7
- "version": "19.3.0-canary-4fdf7cf2-20251003",
7
+ "version": "19.3.0-canary-c7862584-20251006",
8
8
  "homepage": "https://react.dev/",
9
9
  "bugs": "https://github.com/facebook/react/issues",
10
10
  "license": "MIT",