react-dom 19.0.0-rc-100dfd7dab-20240701 → 19.0.0-rc-3da26163a3-20240704

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.
@@ -24182,11 +24182,11 @@
24182
24182
  };
24183
24183
  (function () {
24184
24184
  var isomorphicReactPackageVersion = React.version;
24185
- if ("19.0.0-rc-100dfd7dab-20240701" !== isomorphicReactPackageVersion)
24185
+ if ("19.0.0-rc-3da26163a3-20240704" !== isomorphicReactPackageVersion)
24186
24186
  throw Error(
24187
24187
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
24188
24188
  (isomorphicReactPackageVersion +
24189
- "\n - react-dom: 19.0.0-rc-100dfd7dab-20240701\nLearn more: https://react.dev/warnings/version-mismatch")
24189
+ "\n - react-dom: 19.0.0-rc-3da26163a3-20240704\nLearn more: https://react.dev/warnings/version-mismatch")
24190
24190
  );
24191
24191
  })();
24192
24192
  ("function" === typeof Map &&
@@ -24241,12 +24241,12 @@
24241
24241
  scheduleRoot: scheduleRoot,
24242
24242
  setRefreshHandler: setRefreshHandler,
24243
24243
  getCurrentFiber: getCurrentFiberForDevTools,
24244
- reconcilerVersion: "19.0.0-rc-100dfd7dab-20240701"
24244
+ reconcilerVersion: "19.0.0-rc-3da26163a3-20240704"
24245
24245
  });
24246
24246
  })({
24247
24247
  findFiberByHostInstance: getClosestInstanceFromNode,
24248
24248
  bundleType: 1,
24249
- version: "19.0.0-rc-100dfd7dab-20240701",
24249
+ version: "19.0.0-rc-3da26163a3-20240704",
24250
24250
  rendererPackageName: "react-dom"
24251
24251
  }) &&
24252
24252
  canUseDOM &&
@@ -24376,7 +24376,7 @@
24376
24376
  listenToAllSupportedEvents(container);
24377
24377
  return new ReactDOMHydrationRoot(initialChildren);
24378
24378
  };
24379
- exports.version = "19.0.0-rc-100dfd7dab-20240701";
24379
+ exports.version = "19.0.0-rc-3da26163a3-20240704";
24380
24380
  "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
24381
24381
  "function" ===
24382
24382
  typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
@@ -14652,14 +14652,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
14652
14652
  };
14653
14653
  var isomorphicReactPackageVersion$jscomp$inline_1666 = React.version;
14654
14654
  if (
14655
- "19.0.0-rc-100dfd7dab-20240701" !==
14655
+ "19.0.0-rc-3da26163a3-20240704" !==
14656
14656
  isomorphicReactPackageVersion$jscomp$inline_1666
14657
14657
  )
14658
14658
  throw Error(
14659
14659
  formatProdErrorMessage(
14660
14660
  527,
14661
14661
  isomorphicReactPackageVersion$jscomp$inline_1666,
14662
- "19.0.0-rc-100dfd7dab-20240701"
14662
+ "19.0.0-rc-3da26163a3-20240704"
14663
14663
  )
14664
14664
  );
14665
14665
  ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -14678,7 +14678,7 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
14678
14678
  var devToolsConfig$jscomp$inline_1673 = {
14679
14679
  findFiberByHostInstance: getClosestInstanceFromNode,
14680
14680
  bundleType: 0,
14681
- version: "19.0.0-rc-100dfd7dab-20240701",
14681
+ version: "19.0.0-rc-3da26163a3-20240704",
14682
14682
  rendererPackageName: "react-dom"
14683
14683
  };
14684
14684
  var internals$jscomp$inline_2051 = {
@@ -14708,7 +14708,7 @@ var internals$jscomp$inline_2051 = {
14708
14708
  scheduleRoot: null,
14709
14709
  setRefreshHandler: null,
14710
14710
  getCurrentFiber: null,
14711
- reconcilerVersion: "19.0.0-rc-100dfd7dab-20240701"
14711
+ reconcilerVersion: "19.0.0-rc-3da26163a3-20240704"
14712
14712
  };
14713
14713
  if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
14714
14714
  var hook$jscomp$inline_2052 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -14814,4 +14814,4 @@ exports.hydrateRoot = function (container, initialChildren, options) {
14814
14814
  listenToAllSupportedEvents(container);
14815
14815
  return new ReactDOMHydrationRoot(initialChildren);
14816
14816
  };
14817
- exports.version = "19.0.0-rc-100dfd7dab-20240701";
14817
+ exports.version = "19.0.0-rc-3da26163a3-20240704";
@@ -24239,11 +24239,11 @@
24239
24239
  };
24240
24240
  (function () {
24241
24241
  var isomorphicReactPackageVersion = React.version;
24242
- if ("19.0.0-rc-100dfd7dab-20240701" !== isomorphicReactPackageVersion)
24242
+ if ("19.0.0-rc-3da26163a3-20240704" !== isomorphicReactPackageVersion)
24243
24243
  throw Error(
24244
24244
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
24245
24245
  (isomorphicReactPackageVersion +
24246
- "\n - react-dom: 19.0.0-rc-100dfd7dab-20240701\nLearn more: https://react.dev/warnings/version-mismatch")
24246
+ "\n - react-dom: 19.0.0-rc-3da26163a3-20240704\nLearn more: https://react.dev/warnings/version-mismatch")
24247
24247
  );
24248
24248
  })();
24249
24249
  ("function" === typeof Map &&
@@ -24298,12 +24298,12 @@
24298
24298
  scheduleRoot: scheduleRoot,
24299
24299
  setRefreshHandler: setRefreshHandler,
24300
24300
  getCurrentFiber: getCurrentFiberForDevTools,
24301
- reconcilerVersion: "19.0.0-rc-100dfd7dab-20240701"
24301
+ reconcilerVersion: "19.0.0-rc-3da26163a3-20240704"
24302
24302
  });
24303
24303
  })({
24304
24304
  findFiberByHostInstance: getClosestInstanceFromNode,
24305
24305
  bundleType: 1,
24306
- version: "19.0.0-rc-100dfd7dab-20240701",
24306
+ version: "19.0.0-rc-3da26163a3-20240704",
24307
24307
  rendererPackageName: "react-dom"
24308
24308
  }) &&
24309
24309
  canUseDOM &&
@@ -24763,7 +24763,7 @@
24763
24763
  exports.useFormStatus = function () {
24764
24764
  return resolveDispatcher().useHostTransitionStatus();
24765
24765
  };
24766
- exports.version = "19.0.0-rc-100dfd7dab-20240701";
24766
+ exports.version = "19.0.0-rc-3da26163a3-20240704";
24767
24767
  "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
24768
24768
  "function" ===
24769
24769
  typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
@@ -15362,14 +15362,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
15362
15362
  };
15363
15363
  var isomorphicReactPackageVersion$jscomp$inline_1754 = React.version;
15364
15364
  if (
15365
- "19.0.0-rc-100dfd7dab-20240701" !==
15365
+ "19.0.0-rc-3da26163a3-20240704" !==
15366
15366
  isomorphicReactPackageVersion$jscomp$inline_1754
15367
15367
  )
15368
15368
  throw Error(
15369
15369
  formatProdErrorMessage(
15370
15370
  527,
15371
15371
  isomorphicReactPackageVersion$jscomp$inline_1754,
15372
- "19.0.0-rc-100dfd7dab-20240701"
15372
+ "19.0.0-rc-3da26163a3-20240704"
15373
15373
  )
15374
15374
  );
15375
15375
  ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -15388,7 +15388,7 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
15388
15388
  var devToolsConfig$jscomp$inline_1761 = {
15389
15389
  findFiberByHostInstance: getClosestInstanceFromNode,
15390
15390
  bundleType: 0,
15391
- version: "19.0.0-rc-100dfd7dab-20240701",
15391
+ version: "19.0.0-rc-3da26163a3-20240704",
15392
15392
  rendererPackageName: "react-dom"
15393
15393
  };
15394
15394
  (function (internals) {
@@ -15431,7 +15431,7 @@ var devToolsConfig$jscomp$inline_1761 = {
15431
15431
  scheduleRoot: null,
15432
15432
  setRefreshHandler: null,
15433
15433
  getCurrentFiber: null,
15434
- reconcilerVersion: "19.0.0-rc-100dfd7dab-20240701"
15434
+ reconcilerVersion: "19.0.0-rc-3da26163a3-20240704"
15435
15435
  });
15436
15436
  function noop() {}
15437
15437
  function getCrossOriginStringAs(as, input) {
@@ -15685,7 +15685,7 @@ exports.useFormState = function (action, initialState, permalink) {
15685
15685
  exports.useFormStatus = function () {
15686
15686
  return ReactSharedInternals.H.useHostTransitionStatus();
15687
15687
  };
15688
- exports.version = "19.0.0-rc-100dfd7dab-20240701";
15688
+ exports.version = "19.0.0-rc-3da26163a3-20240704";
15689
15689
  "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
15690
15690
  "function" ===
15691
15691
  typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&