react 19.1.0-canary-db7dfe05-20250319 → 19.1.0-canary-a4f9bd58-20250319

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