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.
@@ -8790,9 +8790,13 @@
8790
8790
  renderLanes
8791
8791
  );
8792
8792
  }
8793
- function updateOffscreenComponent(current, workInProgress, renderLanes) {
8794
- var nextProps = workInProgress.pendingProps,
8795
- nextChildren = nextProps.children,
8793
+ function updateOffscreenComponent(
8794
+ current,
8795
+ workInProgress,
8796
+ renderLanes,
8797
+ nextProps
8798
+ ) {
8799
+ var nextChildren = nextProps.children,
8796
8800
  prevState = null !== current ? current.memoizedState : null;
8797
8801
  if ("hidden" === nextProps.mode) {
8798
8802
  if (0 !== (workInProgress.flags & 128)) {
@@ -9579,32 +9583,32 @@
9579
9583
  return current;
9580
9584
  }
9581
9585
  function updateSuspenseComponent(current, workInProgress, renderLanes) {
9582
- var JSCompiler_object_inline_digest_2446;
9583
- var JSCompiler_object_inline_stack_2447 = workInProgress.pendingProps;
9586
+ var JSCompiler_object_inline_digest_2447;
9587
+ var JSCompiler_object_inline_stack_2448 = workInProgress.pendingProps;
9584
9588
  shouldSuspendImpl(workInProgress) && (workInProgress.flags |= 128);
9585
- var JSCompiler_object_inline_componentStack_2448 = !1;
9589
+ var JSCompiler_object_inline_componentStack_2449 = !1;
9586
9590
  var didSuspend = 0 !== (workInProgress.flags & 128);
9587
- (JSCompiler_object_inline_digest_2446 = didSuspend) ||
9588
- (JSCompiler_object_inline_digest_2446 =
9591
+ (JSCompiler_object_inline_digest_2447 = didSuspend) ||
9592
+ (JSCompiler_object_inline_digest_2447 =
9589
9593
  null !== current && null === current.memoizedState
9590
9594
  ? !1
9591
9595
  : 0 !== (suspenseStackCursor.current & ForceSuspenseFallback));
9592
- JSCompiler_object_inline_digest_2446 &&
9593
- ((JSCompiler_object_inline_componentStack_2448 = !0),
9596
+ JSCompiler_object_inline_digest_2447 &&
9597
+ ((JSCompiler_object_inline_componentStack_2449 = !0),
9594
9598
  (workInProgress.flags &= -129));
9595
- JSCompiler_object_inline_digest_2446 = 0 !== (workInProgress.flags & 32);
9599
+ JSCompiler_object_inline_digest_2447 = 0 !== (workInProgress.flags & 32);
9596
9600
  workInProgress.flags &= -33;
9597
9601
  if (null === current) {
9598
9602
  if (isHydrating) {
9599
- JSCompiler_object_inline_componentStack_2448
9603
+ JSCompiler_object_inline_componentStack_2449
9600
9604
  ? pushPrimaryTreeSuspenseHandler(workInProgress)
9601
9605
  : reuseSuspenseHandlerOnStack(workInProgress);
9602
9606
  if (isHydrating) {
9603
- var JSCompiler_object_inline_message_2445 = nextHydratableInstance;
9607
+ var JSCompiler_object_inline_message_2446 = nextHydratableInstance;
9604
9608
  var JSCompiler_temp;
9605
- if (!(JSCompiler_temp = !JSCompiler_object_inline_message_2445)) {
9609
+ if (!(JSCompiler_temp = !JSCompiler_object_inline_message_2446)) {
9606
9610
  c: {
9607
- var instance = JSCompiler_object_inline_message_2445;
9611
+ var instance = JSCompiler_object_inline_message_2446;
9608
9612
  for (
9609
9613
  JSCompiler_temp = rootOrSingletonContext;
9610
9614
  8 !== instance.nodeType;
@@ -9646,77 +9650,77 @@
9646
9650
  JSCompiler_temp &&
9647
9651
  (warnNonHydratedInstance(
9648
9652
  workInProgress,
9649
- JSCompiler_object_inline_message_2445
9653
+ JSCompiler_object_inline_message_2446
9650
9654
  ),
9651
9655
  throwOnHydrationMismatch(workInProgress));
9652
9656
  }
9653
- JSCompiler_object_inline_message_2445 = workInProgress.memoizedState;
9657
+ JSCompiler_object_inline_message_2446 = workInProgress.memoizedState;
9654
9658
  if (
9655
- null !== JSCompiler_object_inline_message_2445 &&
9656
- ((JSCompiler_object_inline_message_2445 =
9657
- JSCompiler_object_inline_message_2445.dehydrated),
9658
- null !== JSCompiler_object_inline_message_2445)
9659
+ null !== JSCompiler_object_inline_message_2446 &&
9660
+ ((JSCompiler_object_inline_message_2446 =
9661
+ JSCompiler_object_inline_message_2446.dehydrated),
9662
+ null !== JSCompiler_object_inline_message_2446)
9659
9663
  )
9660
9664
  return (
9661
- isSuspenseInstanceFallback(JSCompiler_object_inline_message_2445)
9665
+ isSuspenseInstanceFallback(JSCompiler_object_inline_message_2446)
9662
9666
  ? (workInProgress.lanes = 32)
9663
9667
  : (workInProgress.lanes = 536870912),
9664
9668
  null
9665
9669
  );
9666
9670
  popSuspenseHandler(workInProgress);
9667
9671
  }
9668
- JSCompiler_object_inline_message_2445 =
9669
- JSCompiler_object_inline_stack_2447.children;
9670
- JSCompiler_object_inline_stack_2447 =
9671
- JSCompiler_object_inline_stack_2447.fallback;
9672
- if (JSCompiler_object_inline_componentStack_2448)
9672
+ JSCompiler_object_inline_message_2446 =
9673
+ JSCompiler_object_inline_stack_2448.children;
9674
+ JSCompiler_object_inline_stack_2448 =
9675
+ JSCompiler_object_inline_stack_2448.fallback;
9676
+ if (JSCompiler_object_inline_componentStack_2449)
9673
9677
  return (
9674
9678
  reuseSuspenseHandlerOnStack(workInProgress),
9675
- (JSCompiler_object_inline_componentStack_2448 =
9679
+ (JSCompiler_object_inline_componentStack_2449 =
9676
9680
  workInProgress.mode),
9677
- (JSCompiler_object_inline_message_2445 =
9681
+ (JSCompiler_object_inline_message_2446 =
9678
9682
  mountWorkInProgressOffscreenFiber(
9679
9683
  {
9680
9684
  mode: "hidden",
9681
- children: JSCompiler_object_inline_message_2445
9685
+ children: JSCompiler_object_inline_message_2446
9682
9686
  },
9683
- JSCompiler_object_inline_componentStack_2448
9687
+ JSCompiler_object_inline_componentStack_2449
9684
9688
  )),
9685
- (JSCompiler_object_inline_stack_2447 = createFiberFromFragment(
9686
- JSCompiler_object_inline_stack_2447,
9687
- JSCompiler_object_inline_componentStack_2448,
9689
+ (JSCompiler_object_inline_stack_2448 = createFiberFromFragment(
9690
+ JSCompiler_object_inline_stack_2448,
9691
+ JSCompiler_object_inline_componentStack_2449,
9688
9692
  renderLanes,
9689
9693
  null
9690
9694
  )),
9691
- (JSCompiler_object_inline_message_2445.return = workInProgress),
9692
- (JSCompiler_object_inline_stack_2447.return = workInProgress),
9693
- (JSCompiler_object_inline_message_2445.sibling =
9694
- JSCompiler_object_inline_stack_2447),
9695
- (workInProgress.child = JSCompiler_object_inline_message_2445),
9696
- (JSCompiler_object_inline_componentStack_2448 =
9695
+ (JSCompiler_object_inline_message_2446.return = workInProgress),
9696
+ (JSCompiler_object_inline_stack_2448.return = workInProgress),
9697
+ (JSCompiler_object_inline_message_2446.sibling =
9698
+ JSCompiler_object_inline_stack_2448),
9699
+ (workInProgress.child = JSCompiler_object_inline_message_2446),
9700
+ (JSCompiler_object_inline_componentStack_2449 =
9697
9701
  workInProgress.child),
9698
- (JSCompiler_object_inline_componentStack_2448.memoizedState =
9702
+ (JSCompiler_object_inline_componentStack_2449.memoizedState =
9699
9703
  mountSuspenseOffscreenState(renderLanes)),
9700
- (JSCompiler_object_inline_componentStack_2448.childLanes =
9704
+ (JSCompiler_object_inline_componentStack_2449.childLanes =
9701
9705
  getRemainingWorkInPrimaryTree(
9702
9706
  current,
9703
- JSCompiler_object_inline_digest_2446,
9707
+ JSCompiler_object_inline_digest_2447,
9704
9708
  renderLanes
9705
9709
  )),
9706
9710
  (workInProgress.memoizedState = SUSPENDED_MARKER),
9707
- JSCompiler_object_inline_stack_2447
9711
+ JSCompiler_object_inline_stack_2448
9708
9712
  );
9709
9713
  pushPrimaryTreeSuspenseHandler(workInProgress);
9710
9714
  return mountSuspensePrimaryChildren(
9711
9715
  workInProgress,
9712
- JSCompiler_object_inline_message_2445
9716
+ JSCompiler_object_inline_message_2446
9713
9717
  );
9714
9718
  }
9715
9719
  var prevState = current.memoizedState;
9716
9720
  if (
9717
9721
  null !== prevState &&
9718
- ((JSCompiler_object_inline_message_2445 = prevState.dehydrated),
9719
- null !== JSCompiler_object_inline_message_2445)
9722
+ ((JSCompiler_object_inline_message_2446 = prevState.dehydrated),
9723
+ null !== JSCompiler_object_inline_message_2446)
9720
9724
  ) {
9721
9725
  if (didSuspend)
9722
9726
  workInProgress.flags & 256
@@ -9733,94 +9737,94 @@
9733
9737
  (workInProgress.flags |= 128),
9734
9738
  (workInProgress = null))
9735
9739
  : (reuseSuspenseHandlerOnStack(workInProgress),
9736
- (JSCompiler_object_inline_componentStack_2448 =
9737
- JSCompiler_object_inline_stack_2447.fallback),
9738
- (JSCompiler_object_inline_message_2445 = workInProgress.mode),
9739
- (JSCompiler_object_inline_stack_2447 =
9740
+ (JSCompiler_object_inline_componentStack_2449 =
9741
+ JSCompiler_object_inline_stack_2448.fallback),
9742
+ (JSCompiler_object_inline_message_2446 = workInProgress.mode),
9743
+ (JSCompiler_object_inline_stack_2448 =
9740
9744
  mountWorkInProgressOffscreenFiber(
9741
9745
  {
9742
9746
  mode: "visible",
9743
- children: JSCompiler_object_inline_stack_2447.children
9747
+ children: JSCompiler_object_inline_stack_2448.children
9744
9748
  },
9745
- JSCompiler_object_inline_message_2445
9749
+ JSCompiler_object_inline_message_2446
9746
9750
  )),
9747
- (JSCompiler_object_inline_componentStack_2448 =
9751
+ (JSCompiler_object_inline_componentStack_2449 =
9748
9752
  createFiberFromFragment(
9749
- JSCompiler_object_inline_componentStack_2448,
9750
- JSCompiler_object_inline_message_2445,
9753
+ JSCompiler_object_inline_componentStack_2449,
9754
+ JSCompiler_object_inline_message_2446,
9751
9755
  renderLanes,
9752
9756
  null
9753
9757
  )),
9754
- (JSCompiler_object_inline_componentStack_2448.flags |= 2),
9755
- (JSCompiler_object_inline_stack_2447.return = workInProgress),
9756
- (JSCompiler_object_inline_componentStack_2448.return =
9758
+ (JSCompiler_object_inline_componentStack_2449.flags |= 2),
9759
+ (JSCompiler_object_inline_stack_2448.return = workInProgress),
9760
+ (JSCompiler_object_inline_componentStack_2449.return =
9757
9761
  workInProgress),
9758
- (JSCompiler_object_inline_stack_2447.sibling =
9759
- JSCompiler_object_inline_componentStack_2448),
9760
- (workInProgress.child = JSCompiler_object_inline_stack_2447),
9762
+ (JSCompiler_object_inline_stack_2448.sibling =
9763
+ JSCompiler_object_inline_componentStack_2449),
9764
+ (workInProgress.child = JSCompiler_object_inline_stack_2448),
9761
9765
  reconcileChildFibers(
9762
9766
  workInProgress,
9763
9767
  current.child,
9764
9768
  null,
9765
9769
  renderLanes
9766
9770
  ),
9767
- (JSCompiler_object_inline_stack_2447 = workInProgress.child),
9768
- (JSCompiler_object_inline_stack_2447.memoizedState =
9771
+ (JSCompiler_object_inline_stack_2448 = workInProgress.child),
9772
+ (JSCompiler_object_inline_stack_2448.memoizedState =
9769
9773
  mountSuspenseOffscreenState(renderLanes)),
9770
- (JSCompiler_object_inline_stack_2447.childLanes =
9774
+ (JSCompiler_object_inline_stack_2448.childLanes =
9771
9775
  getRemainingWorkInPrimaryTree(
9772
9776
  current,
9773
- JSCompiler_object_inline_digest_2446,
9777
+ JSCompiler_object_inline_digest_2447,
9774
9778
  renderLanes
9775
9779
  )),
9776
9780
  (workInProgress.memoizedState = SUSPENDED_MARKER),
9777
9781
  (workInProgress =
9778
- JSCompiler_object_inline_componentStack_2448));
9782
+ JSCompiler_object_inline_componentStack_2449));
9779
9783
  else if (
9780
9784
  (pushPrimaryTreeSuspenseHandler(workInProgress),
9781
9785
  isHydrating &&
9782
9786
  console.error(
9783
9787
  "We should not be hydrating here. This is a bug in React. Please file a bug."
9784
9788
  ),
9785
- isSuspenseInstanceFallback(JSCompiler_object_inline_message_2445))
9789
+ isSuspenseInstanceFallback(JSCompiler_object_inline_message_2446))
9786
9790
  ) {
9787
- JSCompiler_object_inline_digest_2446 =
9788
- JSCompiler_object_inline_message_2445.nextSibling &&
9789
- JSCompiler_object_inline_message_2445.nextSibling.dataset;
9790
- if (JSCompiler_object_inline_digest_2446) {
9791
- JSCompiler_temp = JSCompiler_object_inline_digest_2446.dgst;
9792
- var message = JSCompiler_object_inline_digest_2446.msg;
9793
- instance = JSCompiler_object_inline_digest_2446.stck;
9794
- var componentStack = JSCompiler_object_inline_digest_2446.cstck;
9791
+ JSCompiler_object_inline_digest_2447 =
9792
+ JSCompiler_object_inline_message_2446.nextSibling &&
9793
+ JSCompiler_object_inline_message_2446.nextSibling.dataset;
9794
+ if (JSCompiler_object_inline_digest_2447) {
9795
+ JSCompiler_temp = JSCompiler_object_inline_digest_2447.dgst;
9796
+ var message = JSCompiler_object_inline_digest_2447.msg;
9797
+ instance = JSCompiler_object_inline_digest_2447.stck;
9798
+ var componentStack = JSCompiler_object_inline_digest_2447.cstck;
9795
9799
  }
9796
- JSCompiler_object_inline_message_2445 = message;
9797
- JSCompiler_object_inline_digest_2446 = JSCompiler_temp;
9798
- JSCompiler_object_inline_stack_2447 = instance;
9799
- JSCompiler_temp = JSCompiler_object_inline_componentStack_2448 =
9800
+ JSCompiler_object_inline_message_2446 = message;
9801
+ JSCompiler_object_inline_digest_2447 = JSCompiler_temp;
9802
+ JSCompiler_object_inline_stack_2448 = instance;
9803
+ JSCompiler_temp = JSCompiler_object_inline_componentStack_2449 =
9800
9804
  componentStack;
9801
- JSCompiler_object_inline_componentStack_2448 =
9802
- JSCompiler_object_inline_message_2445
9803
- ? Error(JSCompiler_object_inline_message_2445)
9805
+ JSCompiler_object_inline_componentStack_2449 =
9806
+ JSCompiler_object_inline_message_2446
9807
+ ? Error(JSCompiler_object_inline_message_2446)
9804
9808
  : Error(
9805
9809
  "The server could not finish this Suspense boundary, likely due to an error during server rendering. Switched to client rendering."
9806
9810
  );
9807
- JSCompiler_object_inline_componentStack_2448.stack =
9808
- JSCompiler_object_inline_stack_2447 || "";
9809
- JSCompiler_object_inline_componentStack_2448.digest =
9810
- JSCompiler_object_inline_digest_2446;
9811
- JSCompiler_object_inline_digest_2446 =
9811
+ JSCompiler_object_inline_componentStack_2449.stack =
9812
+ JSCompiler_object_inline_stack_2448 || "";
9813
+ JSCompiler_object_inline_componentStack_2449.digest =
9814
+ JSCompiler_object_inline_digest_2447;
9815
+ JSCompiler_object_inline_digest_2447 =
9812
9816
  void 0 === JSCompiler_temp ? null : JSCompiler_temp;
9813
- JSCompiler_object_inline_stack_2447 = {
9814
- value: JSCompiler_object_inline_componentStack_2448,
9817
+ JSCompiler_object_inline_stack_2448 = {
9818
+ value: JSCompiler_object_inline_componentStack_2449,
9815
9819
  source: null,
9816
- stack: JSCompiler_object_inline_digest_2446
9820
+ stack: JSCompiler_object_inline_digest_2447
9817
9821
  };
9818
- "string" === typeof JSCompiler_object_inline_digest_2446 &&
9822
+ "string" === typeof JSCompiler_object_inline_digest_2447 &&
9819
9823
  CapturedStacks.set(
9820
- JSCompiler_object_inline_componentStack_2448,
9821
- JSCompiler_object_inline_stack_2447
9824
+ JSCompiler_object_inline_componentStack_2449,
9825
+ JSCompiler_object_inline_stack_2448
9822
9826
  );
9823
- queueHydrationError(JSCompiler_object_inline_stack_2447);
9827
+ queueHydrationError(JSCompiler_object_inline_stack_2448);
9824
9828
  workInProgress = retrySuspenseComponentWithoutHydrating(
9825
9829
  current,
9826
9830
  workInProgress,
@@ -9834,44 +9838,44 @@
9834
9838
  renderLanes,
9835
9839
  !1
9836
9840
  ),
9837
- (JSCompiler_object_inline_digest_2446 =
9841
+ (JSCompiler_object_inline_digest_2447 =
9838
9842
  0 !== (renderLanes & current.childLanes)),
9839
- didReceiveUpdate || JSCompiler_object_inline_digest_2446)
9843
+ didReceiveUpdate || JSCompiler_object_inline_digest_2447)
9840
9844
  ) {
9841
- JSCompiler_object_inline_digest_2446 = workInProgressRoot;
9845
+ JSCompiler_object_inline_digest_2447 = workInProgressRoot;
9842
9846
  if (
9843
- null !== JSCompiler_object_inline_digest_2446 &&
9844
- ((JSCompiler_object_inline_stack_2447 = renderLanes & -renderLanes),
9845
- (JSCompiler_object_inline_stack_2447 =
9846
- 0 !== (JSCompiler_object_inline_stack_2447 & 42)
9847
+ null !== JSCompiler_object_inline_digest_2447 &&
9848
+ ((JSCompiler_object_inline_stack_2448 = renderLanes & -renderLanes),
9849
+ (JSCompiler_object_inline_stack_2448 =
9850
+ 0 !== (JSCompiler_object_inline_stack_2448 & 42)
9847
9851
  ? 1
9848
9852
  : getBumpedLaneForHydrationByLane(
9849
- JSCompiler_object_inline_stack_2447
9853
+ JSCompiler_object_inline_stack_2448
9850
9854
  )),
9851
- (JSCompiler_object_inline_stack_2447 =
9855
+ (JSCompiler_object_inline_stack_2448 =
9852
9856
  0 !==
9853
- (JSCompiler_object_inline_stack_2447 &
9854
- (JSCompiler_object_inline_digest_2446.suspendedLanes |
9857
+ (JSCompiler_object_inline_stack_2448 &
9858
+ (JSCompiler_object_inline_digest_2447.suspendedLanes |
9855
9859
  renderLanes))
9856
9860
  ? 0
9857
- : JSCompiler_object_inline_stack_2447),
9858
- 0 !== JSCompiler_object_inline_stack_2447 &&
9859
- JSCompiler_object_inline_stack_2447 !== prevState.retryLane)
9861
+ : JSCompiler_object_inline_stack_2448),
9862
+ 0 !== JSCompiler_object_inline_stack_2448 &&
9863
+ JSCompiler_object_inline_stack_2448 !== prevState.retryLane)
9860
9864
  )
9861
9865
  throw (
9862
- ((prevState.retryLane = JSCompiler_object_inline_stack_2447),
9866
+ ((prevState.retryLane = JSCompiler_object_inline_stack_2448),
9863
9867
  enqueueConcurrentRenderForLane(
9864
9868
  current,
9865
- JSCompiler_object_inline_stack_2447
9869
+ JSCompiler_object_inline_stack_2448
9866
9870
  ),
9867
9871
  scheduleUpdateOnFiber(
9868
- JSCompiler_object_inline_digest_2446,
9872
+ JSCompiler_object_inline_digest_2447,
9869
9873
  current,
9870
- JSCompiler_object_inline_stack_2447
9874
+ JSCompiler_object_inline_stack_2448
9871
9875
  ),
9872
9876
  SelectiveHydrationException)
9873
9877
  );
9874
- JSCompiler_object_inline_message_2445.data ===
9878
+ JSCompiler_object_inline_message_2446.data ===
9875
9879
  SUSPENSE_PENDING_START_DATA || renderDidSuspendDelayIfPossible();
9876
9880
  workInProgress = retrySuspenseComponentWithoutHydrating(
9877
9881
  current,
@@ -9879,14 +9883,14 @@
9879
9883
  renderLanes
9880
9884
  );
9881
9885
  } else
9882
- JSCompiler_object_inline_message_2445.data ===
9886
+ JSCompiler_object_inline_message_2446.data ===
9883
9887
  SUSPENSE_PENDING_START_DATA
9884
9888
  ? ((workInProgress.flags |= 192),
9885
9889
  (workInProgress.child = current.child),
9886
9890
  (workInProgress = null))
9887
9891
  : ((current = prevState.treeContext),
9888
9892
  (nextHydratableInstance = getNextHydratable(
9889
- JSCompiler_object_inline_message_2445.nextSibling
9893
+ JSCompiler_object_inline_message_2446.nextSibling
9890
9894
  )),
9891
9895
  (hydrationParentFiber = workInProgress),
9892
9896
  (isHydrating = !0),
@@ -9904,57 +9908,57 @@
9904
9908
  (treeContextProvider = workInProgress)),
9905
9909
  (workInProgress = mountSuspensePrimaryChildren(
9906
9910
  workInProgress,
9907
- JSCompiler_object_inline_stack_2447.children
9911
+ JSCompiler_object_inline_stack_2448.children
9908
9912
  )),
9909
9913
  (workInProgress.flags |= 4096));
9910
9914
  return workInProgress;
9911
9915
  }
9912
- if (JSCompiler_object_inline_componentStack_2448)
9916
+ if (JSCompiler_object_inline_componentStack_2449)
9913
9917
  return (
9914
9918
  reuseSuspenseHandlerOnStack(workInProgress),
9915
- (JSCompiler_object_inline_componentStack_2448 =
9916
- JSCompiler_object_inline_stack_2447.fallback),
9917
- (JSCompiler_object_inline_message_2445 = workInProgress.mode),
9919
+ (JSCompiler_object_inline_componentStack_2449 =
9920
+ JSCompiler_object_inline_stack_2448.fallback),
9921
+ (JSCompiler_object_inline_message_2446 = workInProgress.mode),
9918
9922
  (JSCompiler_temp = current.child),
9919
9923
  (instance = JSCompiler_temp.sibling),
9920
- (JSCompiler_object_inline_stack_2447 = createWorkInProgress(
9924
+ (JSCompiler_object_inline_stack_2448 = createWorkInProgress(
9921
9925
  JSCompiler_temp,
9922
9926
  {
9923
9927
  mode: "hidden",
9924
- children: JSCompiler_object_inline_stack_2447.children
9928
+ children: JSCompiler_object_inline_stack_2448.children
9925
9929
  }
9926
9930
  )),
9927
- (JSCompiler_object_inline_stack_2447.subtreeFlags =
9931
+ (JSCompiler_object_inline_stack_2448.subtreeFlags =
9928
9932
  JSCompiler_temp.subtreeFlags & 65011712),
9929
9933
  null !== instance
9930
- ? (JSCompiler_object_inline_componentStack_2448 =
9934
+ ? (JSCompiler_object_inline_componentStack_2449 =
9931
9935
  createWorkInProgress(
9932
9936
  instance,
9933
- JSCompiler_object_inline_componentStack_2448
9937
+ JSCompiler_object_inline_componentStack_2449
9934
9938
  ))
9935
- : ((JSCompiler_object_inline_componentStack_2448 =
9939
+ : ((JSCompiler_object_inline_componentStack_2449 =
9936
9940
  createFiberFromFragment(
9937
- JSCompiler_object_inline_componentStack_2448,
9938
- JSCompiler_object_inline_message_2445,
9941
+ JSCompiler_object_inline_componentStack_2449,
9942
+ JSCompiler_object_inline_message_2446,
9939
9943
  renderLanes,
9940
9944
  null
9941
9945
  )),
9942
- (JSCompiler_object_inline_componentStack_2448.flags |= 2)),
9943
- (JSCompiler_object_inline_componentStack_2448.return =
9946
+ (JSCompiler_object_inline_componentStack_2449.flags |= 2)),
9947
+ (JSCompiler_object_inline_componentStack_2449.return =
9944
9948
  workInProgress),
9945
- (JSCompiler_object_inline_stack_2447.return = workInProgress),
9946
- (JSCompiler_object_inline_stack_2447.sibling =
9947
- JSCompiler_object_inline_componentStack_2448),
9948
- (workInProgress.child = JSCompiler_object_inline_stack_2447),
9949
- (JSCompiler_object_inline_stack_2447 =
9950
- JSCompiler_object_inline_componentStack_2448),
9951
- (JSCompiler_object_inline_componentStack_2448 = workInProgress.child),
9952
- (JSCompiler_object_inline_message_2445 = current.child.memoizedState),
9953
- null === JSCompiler_object_inline_message_2445
9954
- ? (JSCompiler_object_inline_message_2445 =
9949
+ (JSCompiler_object_inline_stack_2448.return = workInProgress),
9950
+ (JSCompiler_object_inline_stack_2448.sibling =
9951
+ JSCompiler_object_inline_componentStack_2449),
9952
+ (workInProgress.child = JSCompiler_object_inline_stack_2448),
9953
+ (JSCompiler_object_inline_stack_2448 =
9954
+ JSCompiler_object_inline_componentStack_2449),
9955
+ (JSCompiler_object_inline_componentStack_2449 = workInProgress.child),
9956
+ (JSCompiler_object_inline_message_2446 = current.child.memoizedState),
9957
+ null === JSCompiler_object_inline_message_2446
9958
+ ? (JSCompiler_object_inline_message_2446 =
9955
9959
  mountSuspenseOffscreenState(renderLanes))
9956
9960
  : ((JSCompiler_temp =
9957
- JSCompiler_object_inline_message_2445.cachePool),
9961
+ JSCompiler_object_inline_message_2446.cachePool),
9958
9962
  null !== JSCompiler_temp
9959
9963
  ? ((instance = CacheContext._currentValue),
9960
9964
  (JSCompiler_temp =
@@ -9962,37 +9966,37 @@
9962
9966
  ? { parent: instance, pool: instance }
9963
9967
  : JSCompiler_temp))
9964
9968
  : (JSCompiler_temp = getSuspendedCache()),
9965
- (JSCompiler_object_inline_message_2445 = {
9969
+ (JSCompiler_object_inline_message_2446 = {
9966
9970
  baseLanes:
9967
- JSCompiler_object_inline_message_2445.baseLanes | renderLanes,
9971
+ JSCompiler_object_inline_message_2446.baseLanes | renderLanes,
9968
9972
  cachePool: JSCompiler_temp
9969
9973
  })),
9970
- (JSCompiler_object_inline_componentStack_2448.memoizedState =
9971
- JSCompiler_object_inline_message_2445),
9972
- (JSCompiler_object_inline_componentStack_2448.childLanes =
9974
+ (JSCompiler_object_inline_componentStack_2449.memoizedState =
9975
+ JSCompiler_object_inline_message_2446),
9976
+ (JSCompiler_object_inline_componentStack_2449.childLanes =
9973
9977
  getRemainingWorkInPrimaryTree(
9974
9978
  current,
9975
- JSCompiler_object_inline_digest_2446,
9979
+ JSCompiler_object_inline_digest_2447,
9976
9980
  renderLanes
9977
9981
  )),
9978
9982
  (workInProgress.memoizedState = SUSPENDED_MARKER),
9979
- JSCompiler_object_inline_stack_2447
9983
+ JSCompiler_object_inline_stack_2448
9980
9984
  );
9981
9985
  pushPrimaryTreeSuspenseHandler(workInProgress);
9982
9986
  renderLanes = current.child;
9983
9987
  current = renderLanes.sibling;
9984
9988
  renderLanes = createWorkInProgress(renderLanes, {
9985
9989
  mode: "visible",
9986
- children: JSCompiler_object_inline_stack_2447.children
9990
+ children: JSCompiler_object_inline_stack_2448.children
9987
9991
  });
9988
9992
  renderLanes.return = workInProgress;
9989
9993
  renderLanes.sibling = null;
9990
9994
  null !== current &&
9991
- ((JSCompiler_object_inline_digest_2446 = workInProgress.deletions),
9992
- null === JSCompiler_object_inline_digest_2446
9995
+ ((JSCompiler_object_inline_digest_2447 = workInProgress.deletions),
9996
+ null === JSCompiler_object_inline_digest_2447
9993
9997
  ? ((workInProgress.deletions = [current]),
9994
9998
  (workInProgress.flags |= 16))
9995
- : JSCompiler_object_inline_digest_2446.push(current));
9999
+ : JSCompiler_object_inline_digest_2447.push(current));
9996
10000
  workInProgress.child = renderLanes;
9997
10001
  workInProgress.memoizedState = null;
9998
10002
  return renderLanes;
@@ -10389,10 +10393,14 @@
10389
10393
  if (stateNode) break;
10390
10394
  else return null;
10391
10395
  case 22:
10392
- case 23:
10393
10396
  return (
10394
10397
  (workInProgress.lanes = 0),
10395
- updateOffscreenComponent(current, workInProgress, renderLanes)
10398
+ updateOffscreenComponent(
10399
+ current,
10400
+ workInProgress,
10401
+ renderLanes,
10402
+ workInProgress.pendingProps
10403
+ )
10396
10404
  );
10397
10405
  case 24:
10398
10406
  pushProvider(
@@ -11026,7 +11034,12 @@
11026
11034
  workInProgress
11027
11035
  );
11028
11036
  case 22:
11029
- return updateOffscreenComponent(current, workInProgress, renderLanes);
11037
+ return updateOffscreenComponent(
11038
+ current,
11039
+ workInProgress,
11040
+ renderLanes,
11041
+ workInProgress.pendingProps
11042
+ );
11030
11043
  case 24:
11031
11044
  return (
11032
11045
  prepareToReadContext(workInProgress),
@@ -12321,12 +12334,7 @@
12321
12334
  commitStartTime
12322
12335
  );
12323
12336
  "function" === typeof onCommit &&
12324
- onCommit(
12325
- finishedWork.memoizedProps.id,
12326
- current,
12327
- effectDuration,
12328
- commitStartTime
12329
- );
12337
+ onCommit(id, current, effectDuration, commitStartTime);
12330
12338
  }
12331
12339
  function commitProfilerPostCommitImpl(
12332
12340
  finishedWork,
@@ -24948,11 +24956,11 @@
24948
24956
  };
24949
24957
  (function () {
24950
24958
  var isomorphicReactPackageVersion = React.version;
24951
- if ("19.2.0-canary-3fbfb9ba-20250409" !== isomorphicReactPackageVersion)
24959
+ if ("19.2.0-canary-c44e4a25-20250409" !== isomorphicReactPackageVersion)
24952
24960
  throw Error(
24953
24961
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
24954
24962
  (isomorphicReactPackageVersion +
24955
- "\n - react-dom: 19.2.0-canary-3fbfb9ba-20250409\nLearn more: https://react.dev/warnings/version-mismatch")
24963
+ "\n - react-dom: 19.2.0-canary-c44e4a25-20250409\nLearn more: https://react.dev/warnings/version-mismatch")
24956
24964
  );
24957
24965
  })();
24958
24966
  ("function" === typeof Map &&
@@ -24989,10 +24997,10 @@
24989
24997
  !(function () {
24990
24998
  var internals = {
24991
24999
  bundleType: 1,
24992
- version: "19.2.0-canary-3fbfb9ba-20250409",
25000
+ version: "19.2.0-canary-c44e4a25-20250409",
24993
25001
  rendererPackageName: "react-dom",
24994
25002
  currentDispatcherRef: ReactSharedInternals,
24995
- reconcilerVersion: "19.2.0-canary-3fbfb9ba-20250409"
25003
+ reconcilerVersion: "19.2.0-canary-c44e4a25-20250409"
24996
25004
  };
24997
25005
  internals.overrideHookState = overrideHookState;
24998
25006
  internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -25136,7 +25144,7 @@
25136
25144
  listenToAllSupportedEvents(container);
25137
25145
  return new ReactDOMHydrationRoot(initialChildren);
25138
25146
  };
25139
- exports.version = "19.2.0-canary-3fbfb9ba-20250409";
25147
+ exports.version = "19.2.0-canary-c44e4a25-20250409";
25140
25148
  "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
25141
25149
  "function" ===
25142
25150
  typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&