react 19.2.0-canary-cee7939b-20250625 → 19.2.0-canary-d92056ef-20250627

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