react 19.1.0-canary-5b51a2b9-20250116 → 19.1.0-canary-d46b04a2-20250117

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.
@@ -1520,7 +1520,7 @@
1520
1520
  exports.useTransition = function () {
1521
1521
  return resolveDispatcher().useTransition();
1522
1522
  };
1523
- exports.version = "19.1.0-canary-5b51a2b9-20250116";
1523
+ exports.version = "19.1.0-canary-d46b04a2-20250117";
1524
1524
  "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
1525
1525
  "function" ===
1526
1526
  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.1.0-canary-5b51a2b9-20250116";
544
+ exports.version = "19.1.0-canary-d46b04a2-20250117";
@@ -1110,5 +1110,5 @@
1110
1110
  exports.useMemo = function (create, deps) {
1111
1111
  return resolveDispatcher().useMemo(create, deps);
1112
1112
  };
1113
- exports.version = "19.1.0-canary-5b51a2b9-20250116";
1113
+ exports.version = "19.1.0-canary-d46b04a2-20250117";
1114
1114
  })();
@@ -423,4 +423,4 @@ exports.useId = function () {
423
423
  exports.useMemo = function (create, deps) {
424
424
  return ReactSharedInternals.H.useMemo(create, deps);
425
425
  };
426
- exports.version = "19.1.0-canary-5b51a2b9-20250116";
426
+ exports.version = "19.1.0-canary-d46b04a2-20250117";
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "keywords": [
5
5
  "react"
6
6
  ],
7
- "version": "19.1.0-canary-5b51a2b9-20250116",
7
+ "version": "19.1.0-canary-d46b04a2-20250117",
8
8
  "homepage": "https://react.dev/",
9
9
  "bugs": "https://github.com/facebook/react/issues",
10
10
  "license": "MIT",