react-dom 19.1.0-canary-cbbe8666-20250213 → 19.1.0-canary-32b0cad8-20250213

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.
@@ -15898,14 +15898,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
15898
15898
  };
15899
15899
  var isomorphicReactPackageVersion$jscomp$inline_1858 = React.version;
15900
15900
  if (
15901
- "19.1.0-canary-cbbe8666-20250213" !==
15901
+ "19.1.0-canary-32b0cad8-20250213" !==
15902
15902
  isomorphicReactPackageVersion$jscomp$inline_1858
15903
15903
  )
15904
15904
  throw Error(
15905
15905
  formatProdErrorMessage(
15906
15906
  527,
15907
15907
  isomorphicReactPackageVersion$jscomp$inline_1858,
15908
- "19.1.0-canary-cbbe8666-20250213"
15908
+ "19.1.0-canary-32b0cad8-20250213"
15909
15909
  )
15910
15910
  );
15911
15911
  ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -15927,10 +15927,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
15927
15927
  };
15928
15928
  var internals$jscomp$inline_1865 = {
15929
15929
  bundleType: 0,
15930
- version: "19.1.0-canary-cbbe8666-20250213",
15930
+ version: "19.1.0-canary-32b0cad8-20250213",
15931
15931
  rendererPackageName: "react-dom",
15932
15932
  currentDispatcherRef: ReactSharedInternals,
15933
- reconcilerVersion: "19.1.0-canary-cbbe8666-20250213",
15933
+ reconcilerVersion: "19.1.0-canary-32b0cad8-20250213",
15934
15934
  getLaneLabelMap: function () {
15935
15935
  for (
15936
15936
  var map = new Map(), lane = 1, index$281 = 0;
@@ -16210,7 +16210,7 @@ exports.useFormState = function (action, initialState, permalink) {
16210
16210
  exports.useFormStatus = function () {
16211
16211
  return ReactSharedInternals.H.useHostTransitionStatus();
16212
16212
  };
16213
- exports.version = "19.1.0-canary-cbbe8666-20250213";
16213
+ exports.version = "19.1.0-canary-32b0cad8-20250213";
16214
16214
  "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
16215
16215
  "function" ===
16216
16216
  typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&