react 19.1.0-canary-18eaf51b-20250118 → 19.1.0-canary-9b62ee71-20250122

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.
@@ -956,6 +956,7 @@
956
956
  A: null,
957
957
  T: null,
958
958
  S: null,
959
+ V: null,
959
960
  actQueue: null,
960
961
  isBatchingLegacy: !1,
961
962
  didScheduleLegacyUpdate: !1,
@@ -1520,7 +1521,7 @@
1520
1521
  exports.useTransition = function () {
1521
1522
  return resolveDispatcher().useTransition();
1522
1523
  };
1523
- exports.version = "19.1.0-canary-18eaf51b-20250118";
1524
+ exports.version = "19.1.0-canary-9b62ee71-20250122";
1524
1525
  "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
1525
1526
  "function" ===
1526
1527
  typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
@@ -72,7 +72,7 @@ pureComponentPrototype.constructor = PureComponent;
72
72
  assign(pureComponentPrototype, Component.prototype);
73
73
  pureComponentPrototype.isPureReactComponent = !0;
74
74
  var isArrayImpl = Array.isArray,
75
- ReactSharedInternals = { H: null, A: null, T: null, S: null },
75
+ ReactSharedInternals = { H: null, A: null, T: null, S: null, V: null },
76
76
  hasOwnProperty = Object.prototype.hasOwnProperty;
77
77
  function ReactElement(type, key, self, source, owner, props) {
78
78
  self = props.ref;
@@ -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-18eaf51b-20250118";
544
+ exports.version = "19.1.0-canary-9b62ee71-20250122";
@@ -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-18eaf51b-20250118";
1113
+ exports.version = "19.1.0-canary-9b62ee71-20250122";
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-18eaf51b-20250118";
426
+ exports.version = "19.1.0-canary-9b62ee71-20250122";
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "keywords": [
5
5
  "react"
6
6
  ],
7
- "version": "19.1.0-canary-18eaf51b-20250118",
7
+ "version": "19.1.0-canary-9b62ee71-20250122",
8
8
  "homepage": "https://react.dev/",
9
9
  "bugs": "https://github.com/facebook/react/issues",
10
10
  "license": "MIT",