react 19.2.0-canary-5d87cd22-20250704 → 19.2.0-canary-befc1246-20250708

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.
@@ -1244,7 +1244,7 @@
1244
1244
  exports.useTransition = function () {
1245
1245
  return resolveDispatcher().useTransition();
1246
1246
  };
1247
- exports.version = "19.2.0-canary-5d87cd22-20250704";
1247
+ exports.version = "19.2.0-canary-befc1246-20250708";
1248
1248
  "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
1249
1249
  "function" ===
1250
1250
  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-5d87cd22-20250704";
546
+ exports.version = "19.2.0-canary-befc1246-20250708";
@@ -816,5 +816,5 @@
816
816
  exports.useMemo = function (create, deps) {
817
817
  return resolveDispatcher().useMemo(create, deps);
818
818
  };
819
- exports.version = "19.2.0-canary-5d87cd22-20250704";
819
+ exports.version = "19.2.0-canary-befc1246-20250708";
820
820
  })();
@@ -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-5d87cd22-20250704";
433
+ exports.version = "19.2.0-canary-befc1246-20250708";
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "keywords": [
5
5
  "react"
6
6
  ],
7
- "version": "19.2.0-canary-5d87cd22-20250704",
7
+ "version": "19.2.0-canary-befc1246-20250708",
8
8
  "homepage": "https://react.dev/",
9
9
  "bugs": "https://github.com/facebook/react/issues",
10
10
  "license": "MIT",