react-dom 19.2.0-canary-1d6c8168-20250411 → 19.2.0-canary-b04254fd-20250415

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.
@@ -6181,18 +6181,7 @@ function updateOffscreenComponent(
6181
6181
  renderLanes
6182
6182
  );
6183
6183
  }
6184
- if (0 !== (renderLanes & 536870912))
6185
- (workInProgress.memoizedState = { baseLanes: 0, cachePool: null }),
6186
- null !== current &&
6187
- pushTransition(
6188
- workInProgress,
6189
- null !== prevState ? prevState.cachePool : null
6190
- ),
6191
- null !== prevState
6192
- ? pushHiddenContext(workInProgress, prevState)
6193
- : reuseHiddenContextOnStack(),
6194
- pushOffscreenSuspenseHandler(workInProgress);
6195
- else
6184
+ if (0 === (renderLanes & 536870912) || isHydrating)
6196
6185
  return (
6197
6186
  (workInProgress.lanes = workInProgress.childLanes = 536870912),
6198
6187
  deferHiddenOffscreenComponent(
@@ -6202,6 +6191,16 @@ function updateOffscreenComponent(
6202
6191
  renderLanes
6203
6192
  )
6204
6193
  );
6194
+ workInProgress.memoizedState = { baseLanes: 0, cachePool: null };
6195
+ null !== current &&
6196
+ pushTransition(
6197
+ workInProgress,
6198
+ null !== prevState ? prevState.cachePool : null
6199
+ );
6200
+ null !== prevState
6201
+ ? pushHiddenContext(workInProgress, prevState)
6202
+ : reuseHiddenContextOnStack();
6203
+ pushOffscreenSuspenseHandler(workInProgress);
6205
6204
  } else
6206
6205
  null !== prevState
6207
6206
  ? (pushTransition(workInProgress, prevState.cachePool),
@@ -15308,14 +15307,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
15308
15307
  };
15309
15308
  var isomorphicReactPackageVersion$jscomp$inline_1788 = React.version;
15310
15309
  if (
15311
- "19.2.0-canary-1d6c8168-20250411" !==
15310
+ "19.2.0-canary-b04254fd-20250415" !==
15312
15311
  isomorphicReactPackageVersion$jscomp$inline_1788
15313
15312
  )
15314
15313
  throw Error(
15315
15314
  formatProdErrorMessage(
15316
15315
  527,
15317
15316
  isomorphicReactPackageVersion$jscomp$inline_1788,
15318
- "19.2.0-canary-1d6c8168-20250411"
15317
+ "19.2.0-canary-b04254fd-20250415"
15319
15318
  )
15320
15319
  );
15321
15320
  ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -15337,10 +15336,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
15337
15336
  };
15338
15337
  var internals$jscomp$inline_2262 = {
15339
15338
  bundleType: 0,
15340
- version: "19.2.0-canary-1d6c8168-20250411",
15339
+ version: "19.2.0-canary-b04254fd-20250415",
15341
15340
  rendererPackageName: "react-dom",
15342
15341
  currentDispatcherRef: ReactSharedInternals,
15343
- reconcilerVersion: "19.2.0-canary-1d6c8168-20250411"
15342
+ reconcilerVersion: "19.2.0-canary-b04254fd-20250415"
15344
15343
  };
15345
15344
  if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
15346
15345
  var hook$jscomp$inline_2263 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -15444,4 +15443,4 @@ exports.hydrateRoot = function (container, initialChildren, options) {
15444
15443
  listenToAllSupportedEvents(container);
15445
15444
  return new ReactDOMHydrationRoot(initialChildren);
15446
15445
  };
15447
- exports.version = "19.2.0-canary-1d6c8168-20250411";
15446
+ exports.version = "19.2.0-canary-b04254fd-20250415";