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.
@@ -1278,7 +1278,7 @@
1278
1278
  exports.useTransition = function () {
1279
1279
  return resolveDispatcher().useTransition();
1280
1280
  };
1281
- exports.version = "19.2.0-canary-f1e70b5e-20250811";
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 &&
@@ -543,4 +543,4 @@ exports.useSyncExternalStore = function (
543
543
  exports.useTransition = function () {
544
544
  return ReactSharedInternals.H.useTransition();
545
545
  };
546
- exports.version = "19.2.0-canary-f1e70b5e-20250811";
546
+ exports.version = "19.2.0-canary-ac7820a9-20250811";
@@ -850,5 +850,5 @@
850
850
  exports.useMemo = function (create, deps) {
851
851
  return resolveDispatcher().useMemo(create, deps);
852
852
  };
853
- exports.version = "19.2.0-canary-f1e70b5e-20250811";
853
+ exports.version = "19.2.0-canary-ac7820a9-20250811";
854
854
  })();
@@ -430,4 +430,4 @@ exports.useId = function () {
430
430
  exports.useMemo = function (create, deps) {
431
431
  return ReactSharedInternals.H.useMemo(create, deps);
432
432
  };
433
- exports.version = "19.2.0-canary-f1e70b5e-20250811";
433
+ exports.version = "19.2.0-canary-ac7820a9-20250811";
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "keywords": [
5
5
  "react"
6
6
  ],
7
- "version": "19.2.0-canary-f1e70b5e-20250811",
7
+ "version": "19.2.0-canary-ac7820a9-20250811",
8
8
  "homepage": "https://react.dev/",
9
9
  "bugs": "https://github.com/facebook/react/issues",
10
10
  "license": "MIT",