react 19.2.0-canary-8a8e9a7e-20250912 → 19.2.0-canary-67a44bcd-20250915

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.
@@ -1273,7 +1273,7 @@
1273
1273
  exports.useTransition = function () {
1274
1274
  return resolveDispatcher().useTransition();
1275
1275
  };
1276
- exports.version = "19.2.0-canary-8a8e9a7e-20250912";
1276
+ exports.version = "19.2.0-canary-67a44bcd-20250915";
1277
1277
  "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
1278
1278
  "function" ===
1279
1279
  typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
@@ -536,4 +536,4 @@ exports.useSyncExternalStore = function (
536
536
  exports.useTransition = function () {
537
537
  return ReactSharedInternals.H.useTransition();
538
538
  };
539
- exports.version = "19.2.0-canary-8a8e9a7e-20250912";
539
+ exports.version = "19.2.0-canary-67a44bcd-20250915";
@@ -844,5 +844,5 @@
844
844
  exports.useMemo = function (create, deps) {
845
845
  return resolveDispatcher().useMemo(create, deps);
846
846
  };
847
- exports.version = "19.2.0-canary-8a8e9a7e-20250912";
847
+ exports.version = "19.2.0-canary-67a44bcd-20250915";
848
848
  })();
@@ -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-8a8e9a7e-20250912";
423
+ exports.version = "19.2.0-canary-67a44bcd-20250915";
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "keywords": [
5
5
  "react"
6
6
  ],
7
- "version": "19.2.0-canary-8a8e9a7e-20250912",
7
+ "version": "19.2.0-canary-67a44bcd-20250915",
8
8
  "homepage": "https://react.dev/",
9
9
  "bugs": "https://github.com/facebook/react/issues",
10
10
  "license": "MIT",