react-dom 19.1.0-canary-d46b04a2-20250117 → 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.
@@ -24570,11 +24570,11 @@
24570
24570
  };
24571
24571
  (function () {
24572
24572
  var isomorphicReactPackageVersion = React.version;
24573
- if ("19.1.0-canary-d46b04a2-20250117" !== isomorphicReactPackageVersion)
24573
+ if ("19.1.0-canary-9b62ee71-20250122" !== isomorphicReactPackageVersion)
24574
24574
  throw Error(
24575
24575
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
24576
24576
  (isomorphicReactPackageVersion +
24577
- "\n - react-dom: 19.1.0-canary-d46b04a2-20250117\nLearn more: https://react.dev/warnings/version-mismatch")
24577
+ "\n - react-dom: 19.1.0-canary-9b62ee71-20250122\nLearn more: https://react.dev/warnings/version-mismatch")
24578
24578
  );
24579
24579
  })();
24580
24580
  ("function" === typeof Map &&
@@ -24611,10 +24611,10 @@
24611
24611
  !(function () {
24612
24612
  var internals = {
24613
24613
  bundleType: 1,
24614
- version: "19.1.0-canary-d46b04a2-20250117",
24614
+ version: "19.1.0-canary-9b62ee71-20250122",
24615
24615
  rendererPackageName: "react-dom",
24616
24616
  currentDispatcherRef: ReactSharedInternals,
24617
- reconcilerVersion: "19.1.0-canary-d46b04a2-20250117"
24617
+ reconcilerVersion: "19.1.0-canary-9b62ee71-20250122"
24618
24618
  };
24619
24619
  internals.overrideHookState = overrideHookState;
24620
24620
  internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -24760,7 +24760,7 @@
24760
24760
  listenToAllSupportedEvents(container);
24761
24761
  return new ReactDOMHydrationRoot(initialChildren);
24762
24762
  };
24763
- exports.version = "19.1.0-canary-d46b04a2-20250117";
24763
+ exports.version = "19.1.0-canary-9b62ee71-20250122";
24764
24764
  "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
24765
24765
  "function" ===
24766
24766
  typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
@@ -15202,14 +15202,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
15202
15202
  };
15203
15203
  var isomorphicReactPackageVersion$jscomp$inline_1737 = React.version;
15204
15204
  if (
15205
- "19.1.0-canary-d46b04a2-20250117" !==
15205
+ "19.1.0-canary-9b62ee71-20250122" !==
15206
15206
  isomorphicReactPackageVersion$jscomp$inline_1737
15207
15207
  )
15208
15208
  throw Error(
15209
15209
  formatProdErrorMessage(
15210
15210
  527,
15211
15211
  isomorphicReactPackageVersion$jscomp$inline_1737,
15212
- "19.1.0-canary-d46b04a2-20250117"
15212
+ "19.1.0-canary-9b62ee71-20250122"
15213
15213
  )
15214
15214
  );
15215
15215
  ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -15231,10 +15231,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
15231
15231
  };
15232
15232
  var internals$jscomp$inline_2214 = {
15233
15233
  bundleType: 0,
15234
- version: "19.1.0-canary-d46b04a2-20250117",
15234
+ version: "19.1.0-canary-9b62ee71-20250122",
15235
15235
  rendererPackageName: "react-dom",
15236
15236
  currentDispatcherRef: ReactSharedInternals,
15237
- reconcilerVersion: "19.1.0-canary-d46b04a2-20250117"
15237
+ reconcilerVersion: "19.1.0-canary-9b62ee71-20250122"
15238
15238
  };
15239
15239
  if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
15240
15240
  var hook$jscomp$inline_2215 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -15340,4 +15340,4 @@ exports.hydrateRoot = function (container, initialChildren, options) {
15340
15340
  listenToAllSupportedEvents(container);
15341
15341
  return new ReactDOMHydrationRoot(initialChildren);
15342
15342
  };
15343
- exports.version = "19.1.0-canary-d46b04a2-20250117";
15343
+ exports.version = "19.1.0-canary-9b62ee71-20250122";
@@ -24627,11 +24627,11 @@
24627
24627
  };
24628
24628
  (function () {
24629
24629
  var isomorphicReactPackageVersion = React.version;
24630
- if ("19.1.0-canary-d46b04a2-20250117" !== isomorphicReactPackageVersion)
24630
+ if ("19.1.0-canary-9b62ee71-20250122" !== isomorphicReactPackageVersion)
24631
24631
  throw Error(
24632
24632
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
24633
24633
  (isomorphicReactPackageVersion +
24634
- "\n - react-dom: 19.1.0-canary-d46b04a2-20250117\nLearn more: https://react.dev/warnings/version-mismatch")
24634
+ "\n - react-dom: 19.1.0-canary-9b62ee71-20250122\nLearn more: https://react.dev/warnings/version-mismatch")
24635
24635
  );
24636
24636
  })();
24637
24637
  ("function" === typeof Map &&
@@ -24668,10 +24668,10 @@
24668
24668
  !(function () {
24669
24669
  var internals = {
24670
24670
  bundleType: 1,
24671
- version: "19.1.0-canary-d46b04a2-20250117",
24671
+ version: "19.1.0-canary-9b62ee71-20250122",
24672
24672
  rendererPackageName: "react-dom",
24673
24673
  currentDispatcherRef: ReactSharedInternals,
24674
- reconcilerVersion: "19.1.0-canary-d46b04a2-20250117"
24674
+ reconcilerVersion: "19.1.0-canary-9b62ee71-20250122"
24675
24675
  };
24676
24676
  internals.overrideHookState = overrideHookState;
24677
24677
  internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -25147,7 +25147,7 @@
25147
25147
  exports.useFormStatus = function () {
25148
25148
  return resolveDispatcher().useHostTransitionStatus();
25149
25149
  };
25150
- exports.version = "19.1.0-canary-d46b04a2-20250117";
25150
+ exports.version = "19.1.0-canary-9b62ee71-20250122";
25151
25151
  "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
25152
25152
  "function" ===
25153
25153
  typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
@@ -15848,14 +15848,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
15848
15848
  };
15849
15849
  var isomorphicReactPackageVersion$jscomp$inline_1833 = React.version;
15850
15850
  if (
15851
- "19.1.0-canary-d46b04a2-20250117" !==
15851
+ "19.1.0-canary-9b62ee71-20250122" !==
15852
15852
  isomorphicReactPackageVersion$jscomp$inline_1833
15853
15853
  )
15854
15854
  throw Error(
15855
15855
  formatProdErrorMessage(
15856
15856
  527,
15857
15857
  isomorphicReactPackageVersion$jscomp$inline_1833,
15858
- "19.1.0-canary-d46b04a2-20250117"
15858
+ "19.1.0-canary-9b62ee71-20250122"
15859
15859
  )
15860
15860
  );
15861
15861
  ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -15877,10 +15877,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
15877
15877
  };
15878
15878
  var internals$jscomp$inline_1840 = {
15879
15879
  bundleType: 0,
15880
- version: "19.1.0-canary-d46b04a2-20250117",
15880
+ version: "19.1.0-canary-9b62ee71-20250122",
15881
15881
  rendererPackageName: "react-dom",
15882
15882
  currentDispatcherRef: ReactSharedInternals,
15883
- reconcilerVersion: "19.1.0-canary-d46b04a2-20250117",
15883
+ reconcilerVersion: "19.1.0-canary-9b62ee71-20250122",
15884
15884
  getLaneLabelMap: function () {
15885
15885
  for (
15886
15886
  var map = new Map(), lane = 1, index$279 = 0;
@@ -16162,7 +16162,7 @@ exports.useFormState = function (action, initialState, permalink) {
16162
16162
  exports.useFormStatus = function () {
16163
16163
  return ReactSharedInternals.H.useHostTransitionStatus();
16164
16164
  };
16165
- exports.version = "19.1.0-canary-d46b04a2-20250117";
16165
+ exports.version = "19.1.0-canary-9b62ee71-20250122";
16166
16166
  "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
16167
16167
  "function" ===
16168
16168
  typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&