react 19.2.0-canary-1d6c8168-20250411 → 19.2.0-canary-39cad7af-20250411

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.
@@ -1242,7 +1242,7 @@
1242
1242
  exports.useTransition = function () {
1243
1243
  return resolveDispatcher().useTransition();
1244
1244
  };
1245
- exports.version = "19.2.0-canary-1d6c8168-20250411";
1245
+ exports.version = "19.2.0-canary-39cad7af-20250411";
1246
1246
  "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
1247
1247
  "function" ===
1248
1248
  typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
@@ -541,4 +541,4 @@ exports.useSyncExternalStore = function (
541
541
  exports.useTransition = function () {
542
542
  return ReactSharedInternals.H.useTransition();
543
543
  };
544
- exports.version = "19.2.0-canary-1d6c8168-20250411";
544
+ exports.version = "19.2.0-canary-39cad7af-20250411";
@@ -811,5 +811,5 @@
811
811
  exports.useMemo = function (create, deps) {
812
812
  return resolveDispatcher().useMemo(create, deps);
813
813
  };
814
- exports.version = "19.2.0-canary-1d6c8168-20250411";
814
+ exports.version = "19.2.0-canary-39cad7af-20250411";
815
815
  })();
@@ -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-1d6c8168-20250411";
429
+ exports.version = "19.2.0-canary-39cad7af-20250411";
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "keywords": [
5
5
  "react"
6
6
  ],
7
- "version": "19.2.0-canary-1d6c8168-20250411",
7
+ "version": "19.2.0-canary-39cad7af-20250411",
8
8
  "homepage": "https://react.dev/",
9
9
  "bugs": "https://github.com/facebook/react/issues",
10
10
  "license": "MIT",