react 19.1.0-canary-d55cc79b-20250228 → 19.1.0-canary-443b7ff2-20250303

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