react-dom 19.2.0-canary-3fbfb9ba-20250409 → 19.2.0-canary-c44e4a25-20250409

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.
@@ -6154,9 +6154,13 @@ function updateSimpleMemoComponent(
6154
6154
  renderLanes
6155
6155
  );
6156
6156
  }
6157
- function updateOffscreenComponent(current, workInProgress, renderLanes) {
6158
- var nextProps = workInProgress.pendingProps,
6159
- nextChildren = nextProps.children,
6157
+ function updateOffscreenComponent(
6158
+ current,
6159
+ workInProgress,
6160
+ renderLanes,
6161
+ nextProps
6162
+ ) {
6163
+ var nextChildren = nextProps.children,
6160
6164
  prevState = null !== current ? current.memoizedState : null;
6161
6165
  if ("hidden" === nextProps.mode) {
6162
6166
  if (0 !== (workInProgress.flags & 128)) {
@@ -7163,10 +7167,14 @@ function attemptEarlyBailoutIfNoScheduledUpdate(
7163
7167
  if (state) break;
7164
7168
  else return null;
7165
7169
  case 22:
7166
- case 23:
7167
7170
  return (
7168
7171
  (workInProgress.lanes = 0),
7169
- updateOffscreenComponent(current, workInProgress, renderLanes)
7172
+ updateOffscreenComponent(
7173
+ current,
7174
+ workInProgress,
7175
+ renderLanes,
7176
+ workInProgress.pendingProps
7177
+ )
7170
7178
  );
7171
7179
  case 24:
7172
7180
  pushProvider(workInProgress, CacheContext, current.memoizedState.cache);
@@ -7629,7 +7637,12 @@ function beginWork(current, workInProgress, renderLanes) {
7629
7637
  workInProgress
7630
7638
  );
7631
7639
  case 22:
7632
- return updateOffscreenComponent(current, workInProgress, renderLanes);
7640
+ return updateOffscreenComponent(
7641
+ current,
7642
+ workInProgress,
7643
+ renderLanes,
7644
+ workInProgress.pendingProps
7645
+ );
7633
7646
  case 24:
7634
7647
  return (
7635
7648
  prepareToReadContext(workInProgress),
@@ -11825,20 +11838,20 @@ function extractEvents$1(
11825
11838
  }
11826
11839
  }
11827
11840
  for (
11828
- var i$jscomp$inline_1526 = 0;
11829
- i$jscomp$inline_1526 < simpleEventPluginEvents.length;
11830
- i$jscomp$inline_1526++
11841
+ var i$jscomp$inline_1527 = 0;
11842
+ i$jscomp$inline_1527 < simpleEventPluginEvents.length;
11843
+ i$jscomp$inline_1527++
11831
11844
  ) {
11832
- var eventName$jscomp$inline_1527 =
11833
- simpleEventPluginEvents[i$jscomp$inline_1526],
11834
- domEventName$jscomp$inline_1528 =
11835
- eventName$jscomp$inline_1527.toLowerCase(),
11836
- capitalizedEvent$jscomp$inline_1529 =
11837
- eventName$jscomp$inline_1527[0].toUpperCase() +
11838
- eventName$jscomp$inline_1527.slice(1);
11845
+ var eventName$jscomp$inline_1528 =
11846
+ simpleEventPluginEvents[i$jscomp$inline_1527],
11847
+ domEventName$jscomp$inline_1529 =
11848
+ eventName$jscomp$inline_1528.toLowerCase(),
11849
+ capitalizedEvent$jscomp$inline_1530 =
11850
+ eventName$jscomp$inline_1528[0].toUpperCase() +
11851
+ eventName$jscomp$inline_1528.slice(1);
11839
11852
  registerSimpleEvent(
11840
- domEventName$jscomp$inline_1528,
11841
- "on" + capitalizedEvent$jscomp$inline_1529
11853
+ domEventName$jscomp$inline_1529,
11854
+ "on" + capitalizedEvent$jscomp$inline_1530
11842
11855
  );
11843
11856
  }
11844
11857
  registerSimpleEvent(ANIMATION_END, "onAnimationEnd");
@@ -15334,16 +15347,16 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
15334
15347
  0 === i && attemptExplicitHydrationTarget(target);
15335
15348
  }
15336
15349
  };
15337
- var isomorphicReactPackageVersion$jscomp$inline_1783 = React.version;
15350
+ var isomorphicReactPackageVersion$jscomp$inline_1784 = React.version;
15338
15351
  if (
15339
- "19.2.0-canary-3fbfb9ba-20250409" !==
15340
- isomorphicReactPackageVersion$jscomp$inline_1783
15352
+ "19.2.0-canary-c44e4a25-20250409" !==
15353
+ isomorphicReactPackageVersion$jscomp$inline_1784
15341
15354
  )
15342
15355
  throw Error(
15343
15356
  formatProdErrorMessage(
15344
15357
  527,
15345
- isomorphicReactPackageVersion$jscomp$inline_1783,
15346
- "19.2.0-canary-3fbfb9ba-20250409"
15358
+ isomorphicReactPackageVersion$jscomp$inline_1784,
15359
+ "19.2.0-canary-c44e4a25-20250409"
15347
15360
  )
15348
15361
  );
15349
15362
  ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -15363,24 +15376,24 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
15363
15376
  null === componentOrElement ? null : componentOrElement.stateNode;
15364
15377
  return componentOrElement;
15365
15378
  };
15366
- var internals$jscomp$inline_2257 = {
15379
+ var internals$jscomp$inline_2258 = {
15367
15380
  bundleType: 0,
15368
- version: "19.2.0-canary-3fbfb9ba-20250409",
15381
+ version: "19.2.0-canary-c44e4a25-20250409",
15369
15382
  rendererPackageName: "react-dom",
15370
15383
  currentDispatcherRef: ReactSharedInternals,
15371
- reconcilerVersion: "19.2.0-canary-3fbfb9ba-20250409"
15384
+ reconcilerVersion: "19.2.0-canary-c44e4a25-20250409"
15372
15385
  };
15373
15386
  if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
15374
- var hook$jscomp$inline_2258 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
15387
+ var hook$jscomp$inline_2259 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
15375
15388
  if (
15376
- !hook$jscomp$inline_2258.isDisabled &&
15377
- hook$jscomp$inline_2258.supportsFiber
15389
+ !hook$jscomp$inline_2259.isDisabled &&
15390
+ hook$jscomp$inline_2259.supportsFiber
15378
15391
  )
15379
15392
  try {
15380
- (rendererID = hook$jscomp$inline_2258.inject(
15381
- internals$jscomp$inline_2257
15393
+ (rendererID = hook$jscomp$inline_2259.inject(
15394
+ internals$jscomp$inline_2258
15382
15395
  )),
15383
- (injectedHook = hook$jscomp$inline_2258);
15396
+ (injectedHook = hook$jscomp$inline_2259);
15384
15397
  } catch (err) {}
15385
15398
  }
15386
15399
  exports.createRoot = function (container, options) {
@@ -15472,4 +15485,4 @@ exports.hydrateRoot = function (container, initialChildren, options) {
15472
15485
  listenToAllSupportedEvents(container);
15473
15486
  return new ReactDOMHydrationRoot(initialChildren);
15474
15487
  };
15475
- exports.version = "19.2.0-canary-3fbfb9ba-20250409";
15488
+ exports.version = "19.2.0-canary-c44e4a25-20250409";