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.
@@ -1263,7 +1263,7 @@
1263
1263
  exports.useTransition = function () {
1264
1264
  return resolveDispatcher().useTransition();
1265
1265
  };
1266
- exports.version = "19.2.0-canary-6de32a5a-20250822";
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 &&
@@ -533,4 +533,4 @@ exports.useSyncExternalStore = function (
533
533
  exports.useTransition = function () {
534
534
  return ReactSharedInternals.H.useTransition();
535
535
  };
536
- exports.version = "19.2.0-canary-6de32a5a-20250822";
536
+ exports.version = "19.2.0-canary-4123f6b7-20250826";
@@ -835,5 +835,5 @@
835
835
  exports.useMemo = function (create, deps) {
836
836
  return resolveDispatcher().useMemo(create, deps);
837
837
  };
838
- exports.version = "19.2.0-canary-6de32a5a-20250822";
838
+ exports.version = "19.2.0-canary-4123f6b7-20250826";
839
839
  })();
@@ -420,4 +420,4 @@ exports.useId = function () {
420
420
  exports.useMemo = function (create, deps) {
421
421
  return ReactSharedInternals.H.useMemo(create, deps);
422
422
  };
423
- exports.version = "19.2.0-canary-6de32a5a-20250822";
423
+ exports.version = "19.2.0-canary-4123f6b7-20250826";
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "keywords": [
5
5
  "react"
6
6
  ],
7
- "version": "19.2.0-canary-6de32a5a-20250822",
7
+ "version": "19.2.0-canary-4123f6b7-20250826",
8
8
  "homepage": "https://react.dev/",
9
9
  "bugs": "https://github.com/facebook/react/issues",
10
10
  "license": "MIT",