react-dom 19.1.0-canary-ff628334-20250205 → 19.1.0-canary-8759c5c8-20250207

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.
@@ -13756,7 +13756,9 @@ var preloadPropsMap = new Map(),
13756
13756
  function getHoistableRoot(container) {
13757
13757
  return "function" === typeof container.getRootNode
13758
13758
  ? container.getRootNode()
13759
- : container.ownerDocument;
13759
+ : 9 === container.nodeType
13760
+ ? container
13761
+ : container.ownerDocument;
13760
13762
  }
13761
13763
  var previousDispatcher = ReactDOMSharedInternals.d;
13762
13764
  ReactDOMSharedInternals.d = {
@@ -15248,14 +15250,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
15248
15250
  };
15249
15251
  var isomorphicReactPackageVersion$jscomp$inline_1754 = React.version;
15250
15252
  if (
15251
- "19.1.0-canary-ff628334-20250205" !==
15253
+ "19.1.0-canary-8759c5c8-20250207" !==
15252
15254
  isomorphicReactPackageVersion$jscomp$inline_1754
15253
15255
  )
15254
15256
  throw Error(
15255
15257
  formatProdErrorMessage(
15256
15258
  527,
15257
15259
  isomorphicReactPackageVersion$jscomp$inline_1754,
15258
- "19.1.0-canary-ff628334-20250205"
15260
+ "19.1.0-canary-8759c5c8-20250207"
15259
15261
  )
15260
15262
  );
15261
15263
  ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -15277,10 +15279,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
15277
15279
  };
15278
15280
  var internals$jscomp$inline_2235 = {
15279
15281
  bundleType: 0,
15280
- version: "19.1.0-canary-ff628334-20250205",
15282
+ version: "19.1.0-canary-8759c5c8-20250207",
15281
15283
  rendererPackageName: "react-dom",
15282
15284
  currentDispatcherRef: ReactSharedInternals,
15283
- reconcilerVersion: "19.1.0-canary-ff628334-20250205"
15285
+ reconcilerVersion: "19.1.0-canary-8759c5c8-20250207"
15284
15286
  };
15285
15287
  if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
15286
15288
  var hook$jscomp$inline_2236 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -15384,4 +15386,4 @@ exports.hydrateRoot = function (container, initialChildren, options) {
15384
15386
  listenToAllSupportedEvents(container);
15385
15387
  return new ReactDOMHydrationRoot(initialChildren);
15386
15388
  };
15387
- exports.version = "19.1.0-canary-ff628334-20250205";
15389
+ exports.version = "19.1.0-canary-8759c5c8-20250207";