react 19.1.0-canary-0ca3deeb-20250311 → 19.1.0-canary-6aa8254b-20250312

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.
@@ -1237,7 +1237,7 @@
1237
1237
  exports.useTransition = function () {
1238
1238
  return resolveDispatcher().useTransition();
1239
1239
  };
1240
- exports.version = "19.1.0-canary-0ca3deeb-20250311";
1240
+ exports.version = "19.1.0-canary-6aa8254b-20250312";
1241
1241
  "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
1242
1242
  "function" ===
1243
1243
  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.1.0-canary-0ca3deeb-20250311";
546
+ exports.version = "19.1.0-canary-6aa8254b-20250312";
@@ -809,5 +809,5 @@
809
809
  exports.useMemo = function (create, deps) {
810
810
  return resolveDispatcher().useMemo(create, deps);
811
811
  };
812
- exports.version = "19.1.0-canary-0ca3deeb-20250311";
812
+ exports.version = "19.1.0-canary-6aa8254b-20250312";
813
813
  })();
@@ -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.1.0-canary-0ca3deeb-20250311";
429
+ exports.version = "19.1.0-canary-6aa8254b-20250312";
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "keywords": [
5
5
  "react"
6
6
  ],
7
- "version": "19.1.0-canary-0ca3deeb-20250311",
7
+ "version": "19.1.0-canary-6aa8254b-20250312",
8
8
  "homepage": "https://react.dev/",
9
9
  "bugs": "https://github.com/facebook/react/issues",
10
10
  "license": "MIT",