react 19.2.0-canary-a00ca6f6-20250611 → 19.2.0-canary-12bc60f5-20250613

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.
@@ -1240,7 +1240,7 @@
1240
1240
  exports.useTransition = function () {
1241
1241
  return resolveDispatcher().useTransition();
1242
1242
  };
1243
- exports.version = "19.2.0-canary-a00ca6f6-20250611";
1243
+ exports.version = "19.2.0-canary-12bc60f5-20250613";
1244
1244
  "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
1245
1245
  "function" ===
1246
1246
  typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
@@ -540,4 +540,4 @@ exports.useSyncExternalStore = function (
540
540
  exports.useTransition = function () {
541
541
  return ReactSharedInternals.H.useTransition();
542
542
  };
543
- exports.version = "19.2.0-canary-a00ca6f6-20250611";
543
+ exports.version = "19.2.0-canary-12bc60f5-20250613";
@@ -810,5 +810,5 @@
810
810
  exports.useMemo = function (create, deps) {
811
811
  return resolveDispatcher().useMemo(create, deps);
812
812
  };
813
- exports.version = "19.2.0-canary-a00ca6f6-20250611";
813
+ exports.version = "19.2.0-canary-12bc60f5-20250613";
814
814
  })();
@@ -426,4 +426,4 @@ exports.useId = function () {
426
426
  exports.useMemo = function (create, deps) {
427
427
  return ReactSharedInternals.H.useMemo(create, deps);
428
428
  };
429
- exports.version = "19.2.0-canary-a00ca6f6-20250611";
429
+ exports.version = "19.2.0-canary-12bc60f5-20250613";
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "keywords": [
5
5
  "react"
6
6
  ],
7
- "version": "19.2.0-canary-a00ca6f6-20250611",
7
+ "version": "19.2.0-canary-12bc60f5-20250613",
8
8
  "homepage": "https://react.dev/",
9
9
  "bugs": "https://github.com/facebook/react/issues",
10
10
  "license": "MIT",