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.
@@ -8798,9 +8798,13 @@
8798
8798
  renderLanes
8799
8799
  );
8800
8800
  }
8801
- function updateOffscreenComponent(current, workInProgress, renderLanes) {
8802
- var nextProps = workInProgress.pendingProps,
8803
- nextChildren = nextProps.children,
8801
+ function updateOffscreenComponent(
8802
+ current,
8803
+ workInProgress,
8804
+ renderLanes,
8805
+ nextProps
8806
+ ) {
8807
+ var nextChildren = nextProps.children,
8804
8808
  prevState = null !== current ? current.memoizedState : null;
8805
8809
  if ("hidden" === nextProps.mode) {
8806
8810
  if (0 !== (workInProgress.flags & 128)) {
@@ -9587,32 +9591,32 @@
9587
9591
  return current;
9588
9592
  }
9589
9593
  function updateSuspenseComponent(current, workInProgress, renderLanes) {
9590
- var JSCompiler_object_inline_digest_2451;
9591
- var JSCompiler_object_inline_stack_2452 = workInProgress.pendingProps;
9594
+ var JSCompiler_object_inline_digest_2452;
9595
+ var JSCompiler_object_inline_stack_2453 = workInProgress.pendingProps;
9592
9596
  shouldSuspendImpl(workInProgress) && (workInProgress.flags |= 128);
9593
- var JSCompiler_object_inline_componentStack_2453 = !1;
9597
+ var JSCompiler_object_inline_componentStack_2454 = !1;
9594
9598
  var didSuspend = 0 !== (workInProgress.flags & 128);
9595
- (JSCompiler_object_inline_digest_2451 = didSuspend) ||
9596
- (JSCompiler_object_inline_digest_2451 =
9599
+ (JSCompiler_object_inline_digest_2452 = didSuspend) ||
9600
+ (JSCompiler_object_inline_digest_2452 =
9597
9601
  null !== current && null === current.memoizedState
9598
9602
  ? !1
9599
9603
  : 0 !== (suspenseStackCursor.current & ForceSuspenseFallback));
9600
- JSCompiler_object_inline_digest_2451 &&
9601
- ((JSCompiler_object_inline_componentStack_2453 = !0),
9604
+ JSCompiler_object_inline_digest_2452 &&
9605
+ ((JSCompiler_object_inline_componentStack_2454 = !0),
9602
9606
  (workInProgress.flags &= -129));
9603
- JSCompiler_object_inline_digest_2451 = 0 !== (workInProgress.flags & 32);
9607
+ JSCompiler_object_inline_digest_2452 = 0 !== (workInProgress.flags & 32);
9604
9608
  workInProgress.flags &= -33;
9605
9609
  if (null === current) {
9606
9610
  if (isHydrating) {
9607
- JSCompiler_object_inline_componentStack_2453
9611
+ JSCompiler_object_inline_componentStack_2454
9608
9612
  ? pushPrimaryTreeSuspenseHandler(workInProgress)
9609
9613
  : reuseSuspenseHandlerOnStack(workInProgress);
9610
9614
  if (isHydrating) {
9611
- var JSCompiler_object_inline_message_2450 = nextHydratableInstance;
9615
+ var JSCompiler_object_inline_message_2451 = nextHydratableInstance;
9612
9616
  var JSCompiler_temp;
9613
- if (!(JSCompiler_temp = !JSCompiler_object_inline_message_2450)) {
9617
+ if (!(JSCompiler_temp = !JSCompiler_object_inline_message_2451)) {
9614
9618
  c: {
9615
- var instance = JSCompiler_object_inline_message_2450;
9619
+ var instance = JSCompiler_object_inline_message_2451;
9616
9620
  for (
9617
9621
  JSCompiler_temp = rootOrSingletonContext;
9618
9622
  8 !== instance.nodeType;
@@ -9654,77 +9658,77 @@
9654
9658
  JSCompiler_temp &&
9655
9659
  (warnNonHydratedInstance(
9656
9660
  workInProgress,
9657
- JSCompiler_object_inline_message_2450
9661
+ JSCompiler_object_inline_message_2451
9658
9662
  ),
9659
9663
  throwOnHydrationMismatch(workInProgress));
9660
9664
  }
9661
- JSCompiler_object_inline_message_2450 = workInProgress.memoizedState;
9665
+ JSCompiler_object_inline_message_2451 = workInProgress.memoizedState;
9662
9666
  if (
9663
- null !== JSCompiler_object_inline_message_2450 &&
9664
- ((JSCompiler_object_inline_message_2450 =
9665
- JSCompiler_object_inline_message_2450.dehydrated),
9666
- null !== JSCompiler_object_inline_message_2450)
9667
+ null !== JSCompiler_object_inline_message_2451 &&
9668
+ ((JSCompiler_object_inline_message_2451 =
9669
+ JSCompiler_object_inline_message_2451.dehydrated),
9670
+ null !== JSCompiler_object_inline_message_2451)
9667
9671
  )
9668
9672
  return (
9669
- isSuspenseInstanceFallback(JSCompiler_object_inline_message_2450)
9673
+ isSuspenseInstanceFallback(JSCompiler_object_inline_message_2451)
9670
9674
  ? (workInProgress.lanes = 32)
9671
9675
  : (workInProgress.lanes = 536870912),
9672
9676
  null
9673
9677
  );
9674
9678
  popSuspenseHandler(workInProgress);
9675
9679
  }
9676
- JSCompiler_object_inline_message_2450 =
9677
- JSCompiler_object_inline_stack_2452.children;
9678
- JSCompiler_object_inline_stack_2452 =
9679
- JSCompiler_object_inline_stack_2452.fallback;
9680
- if (JSCompiler_object_inline_componentStack_2453)
9680
+ JSCompiler_object_inline_message_2451 =
9681
+ JSCompiler_object_inline_stack_2453.children;
9682
+ JSCompiler_object_inline_stack_2453 =
9683
+ JSCompiler_object_inline_stack_2453.fallback;
9684
+ if (JSCompiler_object_inline_componentStack_2454)
9681
9685
  return (
9682
9686
  reuseSuspenseHandlerOnStack(workInProgress),
9683
- (JSCompiler_object_inline_componentStack_2453 =
9687
+ (JSCompiler_object_inline_componentStack_2454 =
9684
9688
  workInProgress.mode),
9685
- (JSCompiler_object_inline_message_2450 =
9689
+ (JSCompiler_object_inline_message_2451 =
9686
9690
  mountWorkInProgressOffscreenFiber(
9687
9691
  {
9688
9692
  mode: "hidden",
9689
- children: JSCompiler_object_inline_message_2450
9693
+ children: JSCompiler_object_inline_message_2451
9690
9694
  },
9691
- JSCompiler_object_inline_componentStack_2453
9695
+ JSCompiler_object_inline_componentStack_2454
9692
9696
  )),
9693
- (JSCompiler_object_inline_stack_2452 = createFiberFromFragment(
9694
- JSCompiler_object_inline_stack_2452,
9695
- JSCompiler_object_inline_componentStack_2453,
9697
+ (JSCompiler_object_inline_stack_2453 = createFiberFromFragment(
9698
+ JSCompiler_object_inline_stack_2453,
9699
+ JSCompiler_object_inline_componentStack_2454,
9696
9700
  renderLanes,
9697
9701
  null
9698
9702
  )),
9699
- (JSCompiler_object_inline_message_2450.return = workInProgress),
9700
- (JSCompiler_object_inline_stack_2452.return = workInProgress),
9701
- (JSCompiler_object_inline_message_2450.sibling =
9702
- JSCompiler_object_inline_stack_2452),
9703
- (workInProgress.child = JSCompiler_object_inline_message_2450),
9704
- (JSCompiler_object_inline_componentStack_2453 =
9703
+ (JSCompiler_object_inline_message_2451.return = workInProgress),
9704
+ (JSCompiler_object_inline_stack_2453.return = workInProgress),
9705
+ (JSCompiler_object_inline_message_2451.sibling =
9706
+ JSCompiler_object_inline_stack_2453),
9707
+ (workInProgress.child = JSCompiler_object_inline_message_2451),
9708
+ (JSCompiler_object_inline_componentStack_2454 =
9705
9709
  workInProgress.child),
9706
- (JSCompiler_object_inline_componentStack_2453.memoizedState =
9710
+ (JSCompiler_object_inline_componentStack_2454.memoizedState =
9707
9711
  mountSuspenseOffscreenState(renderLanes)),
9708
- (JSCompiler_object_inline_componentStack_2453.childLanes =
9712
+ (JSCompiler_object_inline_componentStack_2454.childLanes =
9709
9713
  getRemainingWorkInPrimaryTree(
9710
9714
  current,
9711
- JSCompiler_object_inline_digest_2451,
9715
+ JSCompiler_object_inline_digest_2452,
9712
9716
  renderLanes
9713
9717
  )),
9714
9718
  (workInProgress.memoizedState = SUSPENDED_MARKER),
9715
- JSCompiler_object_inline_stack_2452
9719
+ JSCompiler_object_inline_stack_2453
9716
9720
  );
9717
9721
  pushPrimaryTreeSuspenseHandler(workInProgress);
9718
9722
  return mountSuspensePrimaryChildren(
9719
9723
  workInProgress,
9720
- JSCompiler_object_inline_message_2450
9724
+ JSCompiler_object_inline_message_2451
9721
9725
  );
9722
9726
  }
9723
9727
  var prevState = current.memoizedState;
9724
9728
  if (
9725
9729
  null !== prevState &&
9726
- ((JSCompiler_object_inline_message_2450 = prevState.dehydrated),
9727
- null !== JSCompiler_object_inline_message_2450)
9730
+ ((JSCompiler_object_inline_message_2451 = prevState.dehydrated),
9731
+ null !== JSCompiler_object_inline_message_2451)
9728
9732
  ) {
9729
9733
  if (didSuspend)
9730
9734
  workInProgress.flags & 256
@@ -9741,94 +9745,94 @@
9741
9745
  (workInProgress.flags |= 128),
9742
9746
  (workInProgress = null))
9743
9747
  : (reuseSuspenseHandlerOnStack(workInProgress),
9744
- (JSCompiler_object_inline_componentStack_2453 =
9745
- JSCompiler_object_inline_stack_2452.fallback),
9746
- (JSCompiler_object_inline_message_2450 = workInProgress.mode),
9747
- (JSCompiler_object_inline_stack_2452 =
9748
+ (JSCompiler_object_inline_componentStack_2454 =
9749
+ JSCompiler_object_inline_stack_2453.fallback),
9750
+ (JSCompiler_object_inline_message_2451 = workInProgress.mode),
9751
+ (JSCompiler_object_inline_stack_2453 =
9748
9752
  mountWorkInProgressOffscreenFiber(
9749
9753
  {
9750
9754
  mode: "visible",
9751
- children: JSCompiler_object_inline_stack_2452.children
9755
+ children: JSCompiler_object_inline_stack_2453.children
9752
9756
  },
9753
- JSCompiler_object_inline_message_2450
9757
+ JSCompiler_object_inline_message_2451
9754
9758
  )),
9755
- (JSCompiler_object_inline_componentStack_2453 =
9759
+ (JSCompiler_object_inline_componentStack_2454 =
9756
9760
  createFiberFromFragment(
9757
- JSCompiler_object_inline_componentStack_2453,
9758
- JSCompiler_object_inline_message_2450,
9761
+ JSCompiler_object_inline_componentStack_2454,
9762
+ JSCompiler_object_inline_message_2451,
9759
9763
  renderLanes,
9760
9764
  null
9761
9765
  )),
9762
- (JSCompiler_object_inline_componentStack_2453.flags |= 2),
9763
- (JSCompiler_object_inline_stack_2452.return = workInProgress),
9764
- (JSCompiler_object_inline_componentStack_2453.return =
9766
+ (JSCompiler_object_inline_componentStack_2454.flags |= 2),
9767
+ (JSCompiler_object_inline_stack_2453.return = workInProgress),
9768
+ (JSCompiler_object_inline_componentStack_2454.return =
9765
9769
  workInProgress),
9766
- (JSCompiler_object_inline_stack_2452.sibling =
9767
- JSCompiler_object_inline_componentStack_2453),
9768
- (workInProgress.child = JSCompiler_object_inline_stack_2452),
9770
+ (JSCompiler_object_inline_stack_2453.sibling =
9771
+ JSCompiler_object_inline_componentStack_2454),
9772
+ (workInProgress.child = JSCompiler_object_inline_stack_2453),
9769
9773
  reconcileChildFibers(
9770
9774
  workInProgress,
9771
9775
  current.child,
9772
9776
  null,
9773
9777
  renderLanes
9774
9778
  ),
9775
- (JSCompiler_object_inline_stack_2452 = workInProgress.child),
9776
- (JSCompiler_object_inline_stack_2452.memoizedState =
9779
+ (JSCompiler_object_inline_stack_2453 = workInProgress.child),
9780
+ (JSCompiler_object_inline_stack_2453.memoizedState =
9777
9781
  mountSuspenseOffscreenState(renderLanes)),
9778
- (JSCompiler_object_inline_stack_2452.childLanes =
9782
+ (JSCompiler_object_inline_stack_2453.childLanes =
9779
9783
  getRemainingWorkInPrimaryTree(
9780
9784
  current,
9781
- JSCompiler_object_inline_digest_2451,
9785
+ JSCompiler_object_inline_digest_2452,
9782
9786
  renderLanes
9783
9787
  )),
9784
9788
  (workInProgress.memoizedState = SUSPENDED_MARKER),
9785
9789
  (workInProgress =
9786
- JSCompiler_object_inline_componentStack_2453));
9790
+ JSCompiler_object_inline_componentStack_2454));
9787
9791
  else if (
9788
9792
  (pushPrimaryTreeSuspenseHandler(workInProgress),
9789
9793
  isHydrating &&
9790
9794
  console.error(
9791
9795
  "We should not be hydrating here. This is a bug in React. Please file a bug."
9792
9796
  ),
9793
- isSuspenseInstanceFallback(JSCompiler_object_inline_message_2450))
9797
+ isSuspenseInstanceFallback(JSCompiler_object_inline_message_2451))
9794
9798
  ) {
9795
- JSCompiler_object_inline_digest_2451 =
9796
- JSCompiler_object_inline_message_2450.nextSibling &&
9797
- JSCompiler_object_inline_message_2450.nextSibling.dataset;
9798
- if (JSCompiler_object_inline_digest_2451) {
9799
- JSCompiler_temp = JSCompiler_object_inline_digest_2451.dgst;
9800
- var message = JSCompiler_object_inline_digest_2451.msg;
9801
- instance = JSCompiler_object_inline_digest_2451.stck;
9802
- var componentStack = JSCompiler_object_inline_digest_2451.cstck;
9799
+ JSCompiler_object_inline_digest_2452 =
9800
+ JSCompiler_object_inline_message_2451.nextSibling &&
9801
+ JSCompiler_object_inline_message_2451.nextSibling.dataset;
9802
+ if (JSCompiler_object_inline_digest_2452) {
9803
+ JSCompiler_temp = JSCompiler_object_inline_digest_2452.dgst;
9804
+ var message = JSCompiler_object_inline_digest_2452.msg;
9805
+ instance = JSCompiler_object_inline_digest_2452.stck;
9806
+ var componentStack = JSCompiler_object_inline_digest_2452.cstck;
9803
9807
  }
9804
- JSCompiler_object_inline_message_2450 = message;
9805
- JSCompiler_object_inline_digest_2451 = JSCompiler_temp;
9806
- JSCompiler_object_inline_stack_2452 = instance;
9807
- JSCompiler_temp = JSCompiler_object_inline_componentStack_2453 =
9808
+ JSCompiler_object_inline_message_2451 = message;
9809
+ JSCompiler_object_inline_digest_2452 = JSCompiler_temp;
9810
+ JSCompiler_object_inline_stack_2453 = instance;
9811
+ JSCompiler_temp = JSCompiler_object_inline_componentStack_2454 =
9808
9812
  componentStack;
9809
- JSCompiler_object_inline_componentStack_2453 =
9810
- JSCompiler_object_inline_message_2450
9811
- ? Error(JSCompiler_object_inline_message_2450)
9813
+ JSCompiler_object_inline_componentStack_2454 =
9814
+ JSCompiler_object_inline_message_2451
9815
+ ? Error(JSCompiler_object_inline_message_2451)
9812
9816
  : Error(
9813
9817
  "The server could not finish this Suspense boundary, likely due to an error during server rendering. Switched to client rendering."
9814
9818
  );
9815
- JSCompiler_object_inline_componentStack_2453.stack =
9816
- JSCompiler_object_inline_stack_2452 || "";
9817
- JSCompiler_object_inline_componentStack_2453.digest =
9818
- JSCompiler_object_inline_digest_2451;
9819
- JSCompiler_object_inline_digest_2451 =
9819
+ JSCompiler_object_inline_componentStack_2454.stack =
9820
+ JSCompiler_object_inline_stack_2453 || "";
9821
+ JSCompiler_object_inline_componentStack_2454.digest =
9822
+ JSCompiler_object_inline_digest_2452;
9823
+ JSCompiler_object_inline_digest_2452 =
9820
9824
  void 0 === JSCompiler_temp ? null : JSCompiler_temp;
9821
- JSCompiler_object_inline_stack_2452 = {
9822
- value: JSCompiler_object_inline_componentStack_2453,
9825
+ JSCompiler_object_inline_stack_2453 = {
9826
+ value: JSCompiler_object_inline_componentStack_2454,
9823
9827
  source: null,
9824
- stack: JSCompiler_object_inline_digest_2451
9828
+ stack: JSCompiler_object_inline_digest_2452
9825
9829
  };
9826
- "string" === typeof JSCompiler_object_inline_digest_2451 &&
9830
+ "string" === typeof JSCompiler_object_inline_digest_2452 &&
9827
9831
  CapturedStacks.set(
9828
- JSCompiler_object_inline_componentStack_2453,
9829
- JSCompiler_object_inline_stack_2452
9832
+ JSCompiler_object_inline_componentStack_2454,
9833
+ JSCompiler_object_inline_stack_2453
9830
9834
  );
9831
- queueHydrationError(JSCompiler_object_inline_stack_2452);
9835
+ queueHydrationError(JSCompiler_object_inline_stack_2453);
9832
9836
  workInProgress = retrySuspenseComponentWithoutHydrating(
9833
9837
  current,
9834
9838
  workInProgress,
@@ -9842,44 +9846,44 @@
9842
9846
  renderLanes,
9843
9847
  !1
9844
9848
  ),
9845
- (JSCompiler_object_inline_digest_2451 =
9849
+ (JSCompiler_object_inline_digest_2452 =
9846
9850
  0 !== (renderLanes & current.childLanes)),
9847
- didReceiveUpdate || JSCompiler_object_inline_digest_2451)
9851
+ didReceiveUpdate || JSCompiler_object_inline_digest_2452)
9848
9852
  ) {
9849
- JSCompiler_object_inline_digest_2451 = workInProgressRoot;
9853
+ JSCompiler_object_inline_digest_2452 = workInProgressRoot;
9850
9854
  if (
9851
- null !== JSCompiler_object_inline_digest_2451 &&
9852
- ((JSCompiler_object_inline_stack_2452 = renderLanes & -renderLanes),
9853
- (JSCompiler_object_inline_stack_2452 =
9854
- 0 !== (JSCompiler_object_inline_stack_2452 & 42)
9855
+ null !== JSCompiler_object_inline_digest_2452 &&
9856
+ ((JSCompiler_object_inline_stack_2453 = renderLanes & -renderLanes),
9857
+ (JSCompiler_object_inline_stack_2453 =
9858
+ 0 !== (JSCompiler_object_inline_stack_2453 & 42)
9855
9859
  ? 1
9856
9860
  : getBumpedLaneForHydrationByLane(
9857
- JSCompiler_object_inline_stack_2452
9861
+ JSCompiler_object_inline_stack_2453
9858
9862
  )),
9859
- (JSCompiler_object_inline_stack_2452 =
9863
+ (JSCompiler_object_inline_stack_2453 =
9860
9864
  0 !==
9861
- (JSCompiler_object_inline_stack_2452 &
9862
- (JSCompiler_object_inline_digest_2451.suspendedLanes |
9865
+ (JSCompiler_object_inline_stack_2453 &
9866
+ (JSCompiler_object_inline_digest_2452.suspendedLanes |
9863
9867
  renderLanes))
9864
9868
  ? 0
9865
- : JSCompiler_object_inline_stack_2452),
9866
- 0 !== JSCompiler_object_inline_stack_2452 &&
9867
- JSCompiler_object_inline_stack_2452 !== prevState.retryLane)
9869
+ : JSCompiler_object_inline_stack_2453),
9870
+ 0 !== JSCompiler_object_inline_stack_2453 &&
9871
+ JSCompiler_object_inline_stack_2453 !== prevState.retryLane)
9868
9872
  )
9869
9873
  throw (
9870
- ((prevState.retryLane = JSCompiler_object_inline_stack_2452),
9874
+ ((prevState.retryLane = JSCompiler_object_inline_stack_2453),
9871
9875
  enqueueConcurrentRenderForLane(
9872
9876
  current,
9873
- JSCompiler_object_inline_stack_2452
9877
+ JSCompiler_object_inline_stack_2453
9874
9878
  ),
9875
9879
  scheduleUpdateOnFiber(
9876
- JSCompiler_object_inline_digest_2451,
9880
+ JSCompiler_object_inline_digest_2452,
9877
9881
  current,
9878
- JSCompiler_object_inline_stack_2452
9882
+ JSCompiler_object_inline_stack_2453
9879
9883
  ),
9880
9884
  SelectiveHydrationException)
9881
9885
  );
9882
- JSCompiler_object_inline_message_2450.data ===
9886
+ JSCompiler_object_inline_message_2451.data ===
9883
9887
  SUSPENSE_PENDING_START_DATA || renderDidSuspendDelayIfPossible();
9884
9888
  workInProgress = retrySuspenseComponentWithoutHydrating(
9885
9889
  current,
@@ -9887,14 +9891,14 @@
9887
9891
  renderLanes
9888
9892
  );
9889
9893
  } else
9890
- JSCompiler_object_inline_message_2450.data ===
9894
+ JSCompiler_object_inline_message_2451.data ===
9891
9895
  SUSPENSE_PENDING_START_DATA
9892
9896
  ? ((workInProgress.flags |= 192),
9893
9897
  (workInProgress.child = current.child),
9894
9898
  (workInProgress = null))
9895
9899
  : ((current = prevState.treeContext),
9896
9900
  (nextHydratableInstance = getNextHydratable(
9897
- JSCompiler_object_inline_message_2450.nextSibling
9901
+ JSCompiler_object_inline_message_2451.nextSibling
9898
9902
  )),
9899
9903
  (hydrationParentFiber = workInProgress),
9900
9904
  (isHydrating = !0),
@@ -9912,57 +9916,57 @@
9912
9916
  (treeContextProvider = workInProgress)),
9913
9917
  (workInProgress = mountSuspensePrimaryChildren(
9914
9918
  workInProgress,
9915
- JSCompiler_object_inline_stack_2452.children
9919
+ JSCompiler_object_inline_stack_2453.children
9916
9920
  )),
9917
9921
  (workInProgress.flags |= 4096));
9918
9922
  return workInProgress;
9919
9923
  }
9920
- if (JSCompiler_object_inline_componentStack_2453)
9924
+ if (JSCompiler_object_inline_componentStack_2454)
9921
9925
  return (
9922
9926
  reuseSuspenseHandlerOnStack(workInProgress),
9923
- (JSCompiler_object_inline_componentStack_2453 =
9924
- JSCompiler_object_inline_stack_2452.fallback),
9925
- (JSCompiler_object_inline_message_2450 = workInProgress.mode),
9927
+ (JSCompiler_object_inline_componentStack_2454 =
9928
+ JSCompiler_object_inline_stack_2453.fallback),
9929
+ (JSCompiler_object_inline_message_2451 = workInProgress.mode),
9926
9930
  (JSCompiler_temp = current.child),
9927
9931
  (instance = JSCompiler_temp.sibling),
9928
- (JSCompiler_object_inline_stack_2452 = createWorkInProgress(
9932
+ (JSCompiler_object_inline_stack_2453 = createWorkInProgress(
9929
9933
  JSCompiler_temp,
9930
9934
  {
9931
9935
  mode: "hidden",
9932
- children: JSCompiler_object_inline_stack_2452.children
9936
+ children: JSCompiler_object_inline_stack_2453.children
9933
9937
  }
9934
9938
  )),
9935
- (JSCompiler_object_inline_stack_2452.subtreeFlags =
9939
+ (JSCompiler_object_inline_stack_2453.subtreeFlags =
9936
9940
  JSCompiler_temp.subtreeFlags & 65011712),
9937
9941
  null !== instance
9938
- ? (JSCompiler_object_inline_componentStack_2453 =
9942
+ ? (JSCompiler_object_inline_componentStack_2454 =
9939
9943
  createWorkInProgress(
9940
9944
  instance,
9941
- JSCompiler_object_inline_componentStack_2453
9945
+ JSCompiler_object_inline_componentStack_2454
9942
9946
  ))
9943
- : ((JSCompiler_object_inline_componentStack_2453 =
9947
+ : ((JSCompiler_object_inline_componentStack_2454 =
9944
9948
  createFiberFromFragment(
9945
- JSCompiler_object_inline_componentStack_2453,
9946
- JSCompiler_object_inline_message_2450,
9949
+ JSCompiler_object_inline_componentStack_2454,
9950
+ JSCompiler_object_inline_message_2451,
9947
9951
  renderLanes,
9948
9952
  null
9949
9953
  )),
9950
- (JSCompiler_object_inline_componentStack_2453.flags |= 2)),
9951
- (JSCompiler_object_inline_componentStack_2453.return =
9954
+ (JSCompiler_object_inline_componentStack_2454.flags |= 2)),
9955
+ (JSCompiler_object_inline_componentStack_2454.return =
9952
9956
  workInProgress),
9953
- (JSCompiler_object_inline_stack_2452.return = workInProgress),
9954
- (JSCompiler_object_inline_stack_2452.sibling =
9955
- JSCompiler_object_inline_componentStack_2453),
9956
- (workInProgress.child = JSCompiler_object_inline_stack_2452),
9957
- (JSCompiler_object_inline_stack_2452 =
9958
- JSCompiler_object_inline_componentStack_2453),
9959
- (JSCompiler_object_inline_componentStack_2453 = workInProgress.child),
9960
- (JSCompiler_object_inline_message_2450 = current.child.memoizedState),
9961
- null === JSCompiler_object_inline_message_2450
9962
- ? (JSCompiler_object_inline_message_2450 =
9957
+ (JSCompiler_object_inline_stack_2453.return = workInProgress),
9958
+ (JSCompiler_object_inline_stack_2453.sibling =
9959
+ JSCompiler_object_inline_componentStack_2454),
9960
+ (workInProgress.child = JSCompiler_object_inline_stack_2453),
9961
+ (JSCompiler_object_inline_stack_2453 =
9962
+ JSCompiler_object_inline_componentStack_2454),
9963
+ (JSCompiler_object_inline_componentStack_2454 = workInProgress.child),
9964
+ (JSCompiler_object_inline_message_2451 = current.child.memoizedState),
9965
+ null === JSCompiler_object_inline_message_2451
9966
+ ? (JSCompiler_object_inline_message_2451 =
9963
9967
  mountSuspenseOffscreenState(renderLanes))
9964
9968
  : ((JSCompiler_temp =
9965
- JSCompiler_object_inline_message_2450.cachePool),
9969
+ JSCompiler_object_inline_message_2451.cachePool),
9966
9970
  null !== JSCompiler_temp
9967
9971
  ? ((instance = CacheContext._currentValue),
9968
9972
  (JSCompiler_temp =
@@ -9970,37 +9974,37 @@
9970
9974
  ? { parent: instance, pool: instance }
9971
9975
  : JSCompiler_temp))
9972
9976
  : (JSCompiler_temp = getSuspendedCache()),
9973
- (JSCompiler_object_inline_message_2450 = {
9977
+ (JSCompiler_object_inline_message_2451 = {
9974
9978
  baseLanes:
9975
- JSCompiler_object_inline_message_2450.baseLanes | renderLanes,
9979
+ JSCompiler_object_inline_message_2451.baseLanes | renderLanes,
9976
9980
  cachePool: JSCompiler_temp
9977
9981
  })),
9978
- (JSCompiler_object_inline_componentStack_2453.memoizedState =
9979
- JSCompiler_object_inline_message_2450),
9980
- (JSCompiler_object_inline_componentStack_2453.childLanes =
9982
+ (JSCompiler_object_inline_componentStack_2454.memoizedState =
9983
+ JSCompiler_object_inline_message_2451),
9984
+ (JSCompiler_object_inline_componentStack_2454.childLanes =
9981
9985
  getRemainingWorkInPrimaryTree(
9982
9986
  current,
9983
- JSCompiler_object_inline_digest_2451,
9987
+ JSCompiler_object_inline_digest_2452,
9984
9988
  renderLanes
9985
9989
  )),
9986
9990
  (workInProgress.memoizedState = SUSPENDED_MARKER),
9987
- JSCompiler_object_inline_stack_2452
9991
+ JSCompiler_object_inline_stack_2453
9988
9992
  );
9989
9993
  pushPrimaryTreeSuspenseHandler(workInProgress);
9990
9994
  renderLanes = current.child;
9991
9995
  current = renderLanes.sibling;
9992
9996
  renderLanes = createWorkInProgress(renderLanes, {
9993
9997
  mode: "visible",
9994
- children: JSCompiler_object_inline_stack_2452.children
9998
+ children: JSCompiler_object_inline_stack_2453.children
9995
9999
  });
9996
10000
  renderLanes.return = workInProgress;
9997
10001
  renderLanes.sibling = null;
9998
10002
  null !== current &&
9999
- ((JSCompiler_object_inline_digest_2451 = workInProgress.deletions),
10000
- null === JSCompiler_object_inline_digest_2451
10003
+ ((JSCompiler_object_inline_digest_2452 = workInProgress.deletions),
10004
+ null === JSCompiler_object_inline_digest_2452
10001
10005
  ? ((workInProgress.deletions = [current]),
10002
10006
  (workInProgress.flags |= 16))
10003
- : JSCompiler_object_inline_digest_2451.push(current));
10007
+ : JSCompiler_object_inline_digest_2452.push(current));
10004
10008
  workInProgress.child = renderLanes;
10005
10009
  workInProgress.memoizedState = null;
10006
10010
  return renderLanes;
@@ -10397,10 +10401,14 @@
10397
10401
  if (stateNode) break;
10398
10402
  else return null;
10399
10403
  case 22:
10400
- case 23:
10401
10404
  return (
10402
10405
  (workInProgress.lanes = 0),
10403
- updateOffscreenComponent(current, workInProgress, renderLanes)
10406
+ updateOffscreenComponent(
10407
+ current,
10408
+ workInProgress,
10409
+ renderLanes,
10410
+ workInProgress.pendingProps
10411
+ )
10404
10412
  );
10405
10413
  case 24:
10406
10414
  pushProvider(
@@ -11034,7 +11042,12 @@
11034
11042
  workInProgress
11035
11043
  );
11036
11044
  case 22:
11037
- return updateOffscreenComponent(current, workInProgress, renderLanes);
11045
+ return updateOffscreenComponent(
11046
+ current,
11047
+ workInProgress,
11048
+ renderLanes,
11049
+ workInProgress.pendingProps
11050
+ );
11038
11051
  case 24:
11039
11052
  return (
11040
11053
  prepareToReadContext(workInProgress),
@@ -12329,12 +12342,7 @@
12329
12342
  commitStartTime
12330
12343
  );
12331
12344
  "function" === typeof onCommit &&
12332
- onCommit(
12333
- finishedWork.memoizedProps.id,
12334
- current,
12335
- effectDuration,
12336
- commitStartTime
12337
- );
12345
+ onCommit(id, current, effectDuration, commitStartTime);
12338
12346
  }
12339
12347
  function commitProfilerPostCommitImpl(
12340
12348
  finishedWork,
@@ -25005,11 +25013,11 @@
25005
25013
  };
25006
25014
  (function () {
25007
25015
  var isomorphicReactPackageVersion = React.version;
25008
- if ("19.2.0-canary-3fbfb9ba-20250409" !== isomorphicReactPackageVersion)
25016
+ if ("19.2.0-canary-c44e4a25-20250409" !== isomorphicReactPackageVersion)
25009
25017
  throw Error(
25010
25018
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
25011
25019
  (isomorphicReactPackageVersion +
25012
- "\n - react-dom: 19.2.0-canary-3fbfb9ba-20250409\nLearn more: https://react.dev/warnings/version-mismatch")
25020
+ "\n - react-dom: 19.2.0-canary-c44e4a25-20250409\nLearn more: https://react.dev/warnings/version-mismatch")
25013
25021
  );
25014
25022
  })();
25015
25023
  ("function" === typeof Map &&
@@ -25046,10 +25054,10 @@
25046
25054
  !(function () {
25047
25055
  var internals = {
25048
25056
  bundleType: 1,
25049
- version: "19.2.0-canary-3fbfb9ba-20250409",
25057
+ version: "19.2.0-canary-c44e4a25-20250409",
25050
25058
  rendererPackageName: "react-dom",
25051
25059
  currentDispatcherRef: ReactSharedInternals,
25052
- reconcilerVersion: "19.2.0-canary-3fbfb9ba-20250409"
25060
+ reconcilerVersion: "19.2.0-canary-c44e4a25-20250409"
25053
25061
  };
25054
25062
  internals.overrideHookState = overrideHookState;
25055
25063
  internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -25523,7 +25531,7 @@
25523
25531
  exports.useFormStatus = function () {
25524
25532
  return resolveDispatcher().useHostTransitionStatus();
25525
25533
  };
25526
- exports.version = "19.2.0-canary-3fbfb9ba-20250409";
25534
+ exports.version = "19.2.0-canary-c44e4a25-20250409";
25527
25535
  "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
25528
25536
  "function" ===
25529
25537
  typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&