react-dom 19.2.0-canary-39cad7af-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.
@@ -8819,18 +8819,7 @@
8819
8819
  renderLanes
8820
8820
  );
8821
8821
  }
8822
- if (0 !== (renderLanes & 536870912))
8823
- (workInProgress.memoizedState = { baseLanes: 0, cachePool: null }),
8824
- null !== current &&
8825
- pushTransition(
8826
- workInProgress,
8827
- null !== prevState ? prevState.cachePool : null
8828
- ),
8829
- null !== prevState
8830
- ? pushHiddenContext(workInProgress, prevState)
8831
- : reuseHiddenContextOnStack(workInProgress),
8832
- pushOffscreenSuspenseHandler(workInProgress);
8833
- else
8822
+ if (0 === (renderLanes & 536870912) || isHydrating)
8834
8823
  return (
8835
8824
  (workInProgress.lanes = workInProgress.childLanes = 536870912),
8836
8825
  deferHiddenOffscreenComponent(
@@ -8842,6 +8831,16 @@
8842
8831
  renderLanes
8843
8832
  )
8844
8833
  );
8834
+ workInProgress.memoizedState = { baseLanes: 0, cachePool: null };
8835
+ null !== current &&
8836
+ pushTransition(
8837
+ workInProgress,
8838
+ null !== prevState ? prevState.cachePool : null
8839
+ );
8840
+ null !== prevState
8841
+ ? pushHiddenContext(workInProgress, prevState)
8842
+ : reuseHiddenContextOnStack(workInProgress);
8843
+ pushOffscreenSuspenseHandler(workInProgress);
8845
8844
  } else
8846
8845
  null !== prevState
8847
8846
  ? (pushTransition(workInProgress, prevState.cachePool),
@@ -9583,19 +9582,19 @@
9583
9582
  return current;
9584
9583
  }
9585
9584
  function updateSuspenseComponent(current, workInProgress, renderLanes) {
9586
- var JSCompiler_object_inline_digest_2447;
9587
- var JSCompiler_object_inline_stack_2448 = workInProgress.pendingProps;
9585
+ var JSCompiler_object_inline_digest_2448;
9586
+ var JSCompiler_object_inline_stack_2449 = workInProgress.pendingProps;
9588
9587
  shouldSuspendImpl(workInProgress) && (workInProgress.flags |= 128);
9589
9588
  var showFallback = !1,
9590
9589
  didSuspend = 0 !== (workInProgress.flags & 128);
9591
- (JSCompiler_object_inline_digest_2447 = didSuspend) ||
9592
- (JSCompiler_object_inline_digest_2447 =
9590
+ (JSCompiler_object_inline_digest_2448 = didSuspend) ||
9591
+ (JSCompiler_object_inline_digest_2448 =
9593
9592
  null !== current && null === current.memoizedState
9594
9593
  ? !1
9595
9594
  : 0 !== (suspenseStackCursor.current & ForceSuspenseFallback));
9596
- JSCompiler_object_inline_digest_2447 &&
9595
+ JSCompiler_object_inline_digest_2448 &&
9597
9596
  ((showFallback = !0), (workInProgress.flags &= -129));
9598
- JSCompiler_object_inline_digest_2447 = 0 !== (workInProgress.flags & 32);
9597
+ JSCompiler_object_inline_digest_2448 = 0 !== (workInProgress.flags & 32);
9599
9598
  workInProgress.flags &= -33;
9600
9599
  if (null === current) {
9601
9600
  if (isHydrating) {
@@ -9604,25 +9603,25 @@
9604
9603
  : reuseSuspenseHandlerOnStack(workInProgress);
9605
9604
  if ((current = nextHydratableInstance)) {
9606
9605
  a: {
9607
- JSCompiler_object_inline_digest_2447 = current;
9606
+ JSCompiler_object_inline_digest_2448 = current;
9608
9607
  for (
9609
9608
  renderLanes = rootOrSingletonContext;
9610
- 8 !== JSCompiler_object_inline_digest_2447.nodeType;
9609
+ 8 !== JSCompiler_object_inline_digest_2448.nodeType;
9611
9610
 
9612
9611
  ) {
9613
9612
  if (!renderLanes) {
9614
9613
  renderLanes = null;
9615
9614
  break a;
9616
9615
  }
9617
- JSCompiler_object_inline_digest_2447 = getNextHydratable(
9618
- JSCompiler_object_inline_digest_2447.nextSibling
9616
+ JSCompiler_object_inline_digest_2448 = getNextHydratable(
9617
+ JSCompiler_object_inline_digest_2448.nextSibling
9619
9618
  );
9620
- if (null === JSCompiler_object_inline_digest_2447) {
9619
+ if (null === JSCompiler_object_inline_digest_2448) {
9621
9620
  renderLanes = null;
9622
9621
  break a;
9623
9622
  }
9624
9623
  }
9625
- renderLanes = JSCompiler_object_inline_digest_2447;
9624
+ renderLanes = JSCompiler_object_inline_digest_2448;
9626
9625
  }
9627
9626
  null !== renderLanes &&
9628
9627
  (warnIfNotHydrating(),
@@ -9635,17 +9634,17 @@
9635
9634
  retryLane: 536870912,
9636
9635
  hydrationErrors: null
9637
9636
  }),
9638
- (JSCompiler_object_inline_digest_2447 = renderLanes),
9639
- (JSCompiler_object_inline_stack_2448 = createFiber(
9637
+ (JSCompiler_object_inline_digest_2448 = renderLanes),
9638
+ (JSCompiler_object_inline_stack_2449 = createFiber(
9640
9639
  18,
9641
9640
  null,
9642
9641
  null,
9643
9642
  NoMode
9644
9643
  )),
9645
- (JSCompiler_object_inline_stack_2448.stateNode =
9646
- JSCompiler_object_inline_digest_2447),
9647
- (JSCompiler_object_inline_stack_2448.return = workInProgress),
9648
- (workInProgress.child = JSCompiler_object_inline_stack_2448),
9644
+ (JSCompiler_object_inline_stack_2449.stateNode =
9645
+ JSCompiler_object_inline_digest_2448),
9646
+ (JSCompiler_object_inline_stack_2449.return = workInProgress),
9647
+ (workInProgress.child = JSCompiler_object_inline_stack_2449),
9649
9648
  (hydrationParentFiber = workInProgress),
9650
9649
  (nextHydratableInstance = null));
9651
9650
  } else renderLanes = null;
@@ -9659,56 +9658,56 @@
9659
9658
  : (workInProgress.lanes = 536870912);
9660
9659
  return null;
9661
9660
  }
9662
- var JSCompiler_object_inline_componentStack_2449 =
9663
- JSCompiler_object_inline_stack_2448.children;
9664
- JSCompiler_object_inline_stack_2448 =
9665
- JSCompiler_object_inline_stack_2448.fallback;
9661
+ var JSCompiler_object_inline_componentStack_2450 =
9662
+ JSCompiler_object_inline_stack_2449.children;
9663
+ JSCompiler_object_inline_stack_2449 =
9664
+ JSCompiler_object_inline_stack_2449.fallback;
9666
9665
  if (showFallback) {
9667
9666
  reuseSuspenseHandlerOnStack(workInProgress);
9668
9667
  var mode = workInProgress.mode;
9669
- JSCompiler_object_inline_componentStack_2449 =
9668
+ JSCompiler_object_inline_componentStack_2450 =
9670
9669
  mountWorkInProgressOffscreenFiber(
9671
9670
  {
9672
9671
  mode: "hidden",
9673
- children: JSCompiler_object_inline_componentStack_2449
9672
+ children: JSCompiler_object_inline_componentStack_2450
9674
9673
  },
9675
9674
  mode
9676
9675
  );
9677
- JSCompiler_object_inline_stack_2448 = createFiberFromFragment(
9678
- JSCompiler_object_inline_stack_2448,
9676
+ JSCompiler_object_inline_stack_2449 = createFiberFromFragment(
9677
+ JSCompiler_object_inline_stack_2449,
9679
9678
  mode,
9680
9679
  renderLanes,
9681
9680
  null
9682
9681
  );
9683
- JSCompiler_object_inline_componentStack_2449.return = workInProgress;
9684
- JSCompiler_object_inline_stack_2448.return = workInProgress;
9685
- JSCompiler_object_inline_componentStack_2449.sibling =
9686
- JSCompiler_object_inline_stack_2448;
9687
- workInProgress.child = JSCompiler_object_inline_componentStack_2449;
9688
- JSCompiler_object_inline_componentStack_2449 = workInProgress.child;
9689
- JSCompiler_object_inline_componentStack_2449.memoizedState =
9682
+ JSCompiler_object_inline_componentStack_2450.return = workInProgress;
9683
+ JSCompiler_object_inline_stack_2449.return = workInProgress;
9684
+ JSCompiler_object_inline_componentStack_2450.sibling =
9685
+ JSCompiler_object_inline_stack_2449;
9686
+ workInProgress.child = JSCompiler_object_inline_componentStack_2450;
9687
+ JSCompiler_object_inline_componentStack_2450 = workInProgress.child;
9688
+ JSCompiler_object_inline_componentStack_2450.memoizedState =
9690
9689
  mountSuspenseOffscreenState(renderLanes);
9691
- JSCompiler_object_inline_componentStack_2449.childLanes =
9690
+ JSCompiler_object_inline_componentStack_2450.childLanes =
9692
9691
  getRemainingWorkInPrimaryTree(
9693
9692
  current,
9694
- JSCompiler_object_inline_digest_2447,
9693
+ JSCompiler_object_inline_digest_2448,
9695
9694
  renderLanes
9696
9695
  );
9697
9696
  workInProgress.memoizedState = SUSPENDED_MARKER;
9698
- return JSCompiler_object_inline_stack_2448;
9697
+ return JSCompiler_object_inline_stack_2449;
9699
9698
  }
9700
9699
  pushPrimaryTreeSuspenseHandler(workInProgress);
9701
9700
  return mountSuspensePrimaryChildren(
9702
9701
  workInProgress,
9703
- JSCompiler_object_inline_componentStack_2449
9702
+ JSCompiler_object_inline_componentStack_2450
9704
9703
  );
9705
9704
  }
9706
- var JSCompiler_object_inline_message_2446 = current.memoizedState;
9705
+ var JSCompiler_object_inline_message_2447 = current.memoizedState;
9707
9706
  if (
9708
- null !== JSCompiler_object_inline_message_2446 &&
9709
- ((JSCompiler_object_inline_componentStack_2449 =
9710
- JSCompiler_object_inline_message_2446.dehydrated),
9711
- null !== JSCompiler_object_inline_componentStack_2449)
9707
+ null !== JSCompiler_object_inline_message_2447 &&
9708
+ ((JSCompiler_object_inline_componentStack_2450 =
9709
+ JSCompiler_object_inline_message_2447.dehydrated),
9710
+ null !== JSCompiler_object_inline_componentStack_2450)
9712
9711
  ) {
9713
9712
  if (didSuspend)
9714
9713
  workInProgress.flags & 256
@@ -9725,49 +9724,49 @@
9725
9724
  (workInProgress.flags |= 128),
9726
9725
  (workInProgress = null))
9727
9726
  : (reuseSuspenseHandlerOnStack(workInProgress),
9728
- (JSCompiler_object_inline_componentStack_2449 =
9729
- JSCompiler_object_inline_stack_2448.fallback),
9727
+ (JSCompiler_object_inline_componentStack_2450 =
9728
+ JSCompiler_object_inline_stack_2449.fallback),
9730
9729
  (mode = workInProgress.mode),
9731
- (JSCompiler_object_inline_stack_2448 =
9730
+ (JSCompiler_object_inline_stack_2449 =
9732
9731
  mountWorkInProgressOffscreenFiber(
9733
9732
  {
9734
9733
  mode: "visible",
9735
- children: JSCompiler_object_inline_stack_2448.children
9734
+ children: JSCompiler_object_inline_stack_2449.children
9736
9735
  },
9737
9736
  mode
9738
9737
  )),
9739
- (JSCompiler_object_inline_componentStack_2449 =
9738
+ (JSCompiler_object_inline_componentStack_2450 =
9740
9739
  createFiberFromFragment(
9741
- JSCompiler_object_inline_componentStack_2449,
9740
+ JSCompiler_object_inline_componentStack_2450,
9742
9741
  mode,
9743
9742
  renderLanes,
9744
9743
  null
9745
9744
  )),
9746
- (JSCompiler_object_inline_componentStack_2449.flags |= 2),
9747
- (JSCompiler_object_inline_stack_2448.return = workInProgress),
9748
- (JSCompiler_object_inline_componentStack_2449.return =
9745
+ (JSCompiler_object_inline_componentStack_2450.flags |= 2),
9746
+ (JSCompiler_object_inline_stack_2449.return = workInProgress),
9747
+ (JSCompiler_object_inline_componentStack_2450.return =
9749
9748
  workInProgress),
9750
- (JSCompiler_object_inline_stack_2448.sibling =
9751
- JSCompiler_object_inline_componentStack_2449),
9752
- (workInProgress.child = JSCompiler_object_inline_stack_2448),
9749
+ (JSCompiler_object_inline_stack_2449.sibling =
9750
+ JSCompiler_object_inline_componentStack_2450),
9751
+ (workInProgress.child = JSCompiler_object_inline_stack_2449),
9753
9752
  reconcileChildFibers(
9754
9753
  workInProgress,
9755
9754
  current.child,
9756
9755
  null,
9757
9756
  renderLanes
9758
9757
  ),
9759
- (JSCompiler_object_inline_stack_2448 = workInProgress.child),
9760
- (JSCompiler_object_inline_stack_2448.memoizedState =
9758
+ (JSCompiler_object_inline_stack_2449 = workInProgress.child),
9759
+ (JSCompiler_object_inline_stack_2449.memoizedState =
9761
9760
  mountSuspenseOffscreenState(renderLanes)),
9762
- (JSCompiler_object_inline_stack_2448.childLanes =
9761
+ (JSCompiler_object_inline_stack_2449.childLanes =
9763
9762
  getRemainingWorkInPrimaryTree(
9764
9763
  current,
9765
- JSCompiler_object_inline_digest_2447,
9764
+ JSCompiler_object_inline_digest_2448,
9766
9765
  renderLanes
9767
9766
  )),
9768
9767
  (workInProgress.memoizedState = SUSPENDED_MARKER),
9769
9768
  (workInProgress =
9770
- JSCompiler_object_inline_componentStack_2449));
9769
+ JSCompiler_object_inline_componentStack_2450));
9771
9770
  else if (
9772
9771
  (pushPrimaryTreeSuspenseHandler(workInProgress),
9773
9772
  isHydrating &&
@@ -9775,48 +9774,48 @@
9775
9774
  "We should not be hydrating here. This is a bug in React. Please file a bug."
9776
9775
  ),
9777
9776
  isSuspenseInstanceFallback(
9778
- JSCompiler_object_inline_componentStack_2449
9777
+ JSCompiler_object_inline_componentStack_2450
9779
9778
  ))
9780
9779
  ) {
9781
- JSCompiler_object_inline_digest_2447 =
9782
- JSCompiler_object_inline_componentStack_2449.nextSibling &&
9783
- JSCompiler_object_inline_componentStack_2449.nextSibling.dataset;
9784
- if (JSCompiler_object_inline_digest_2447) {
9785
- mode = JSCompiler_object_inline_digest_2447.dgst;
9786
- var message = JSCompiler_object_inline_digest_2447.msg;
9787
- var componentStack = JSCompiler_object_inline_digest_2447.stck;
9780
+ JSCompiler_object_inline_digest_2448 =
9781
+ JSCompiler_object_inline_componentStack_2450.nextSibling &&
9782
+ JSCompiler_object_inline_componentStack_2450.nextSibling.dataset;
9783
+ if (JSCompiler_object_inline_digest_2448) {
9784
+ mode = JSCompiler_object_inline_digest_2448.dgst;
9785
+ var message = JSCompiler_object_inline_digest_2448.msg;
9786
+ var componentStack = JSCompiler_object_inline_digest_2448.stck;
9788
9787
  var componentStack$jscomp$0 =
9789
- JSCompiler_object_inline_digest_2447.cstck;
9788
+ JSCompiler_object_inline_digest_2448.cstck;
9790
9789
  }
9791
- JSCompiler_object_inline_message_2446 = message;
9792
- JSCompiler_object_inline_digest_2447 = mode;
9793
- JSCompiler_object_inline_stack_2448 = componentStack;
9794
- JSCompiler_object_inline_componentStack_2449 =
9790
+ JSCompiler_object_inline_message_2447 = message;
9791
+ JSCompiler_object_inline_digest_2448 = mode;
9792
+ JSCompiler_object_inline_stack_2449 = componentStack;
9793
+ JSCompiler_object_inline_componentStack_2450 =
9795
9794
  componentStack$jscomp$0;
9796
- mode = JSCompiler_object_inline_message_2446;
9797
- componentStack = JSCompiler_object_inline_componentStack_2449;
9798
- JSCompiler_object_inline_componentStack_2449 = mode
9795
+ mode = JSCompiler_object_inline_message_2447;
9796
+ componentStack = JSCompiler_object_inline_componentStack_2450;
9797
+ JSCompiler_object_inline_componentStack_2450 = mode
9799
9798
  ? Error(mode)
9800
9799
  : Error(
9801
9800
  "The server could not finish this Suspense boundary, likely due to an error during server rendering. Switched to client rendering."
9802
9801
  );
9803
- JSCompiler_object_inline_componentStack_2449.stack =
9804
- JSCompiler_object_inline_stack_2448 || "";
9805
- JSCompiler_object_inline_componentStack_2449.digest =
9806
- JSCompiler_object_inline_digest_2447;
9807
- JSCompiler_object_inline_digest_2447 =
9802
+ JSCompiler_object_inline_componentStack_2450.stack =
9803
+ JSCompiler_object_inline_stack_2449 || "";
9804
+ JSCompiler_object_inline_componentStack_2450.digest =
9805
+ JSCompiler_object_inline_digest_2448;
9806
+ JSCompiler_object_inline_digest_2448 =
9808
9807
  void 0 === componentStack ? null : componentStack;
9809
- JSCompiler_object_inline_stack_2448 = {
9810
- value: JSCompiler_object_inline_componentStack_2449,
9808
+ JSCompiler_object_inline_stack_2449 = {
9809
+ value: JSCompiler_object_inline_componentStack_2450,
9811
9810
  source: null,
9812
- stack: JSCompiler_object_inline_digest_2447
9811
+ stack: JSCompiler_object_inline_digest_2448
9813
9812
  };
9814
- "string" === typeof JSCompiler_object_inline_digest_2447 &&
9813
+ "string" === typeof JSCompiler_object_inline_digest_2448 &&
9815
9814
  CapturedStacks.set(
9816
- JSCompiler_object_inline_componentStack_2449,
9817
- JSCompiler_object_inline_stack_2448
9815
+ JSCompiler_object_inline_componentStack_2450,
9816
+ JSCompiler_object_inline_stack_2449
9818
9817
  );
9819
- queueHydrationError(JSCompiler_object_inline_stack_2448);
9818
+ queueHydrationError(JSCompiler_object_inline_stack_2449);
9820
9819
  workInProgress = retrySuspenseComponentWithoutHydrating(
9821
9820
  current,
9822
9821
  workInProgress,
@@ -9830,46 +9829,46 @@
9830
9829
  renderLanes,
9831
9830
  !1
9832
9831
  ),
9833
- (JSCompiler_object_inline_digest_2447 =
9832
+ (JSCompiler_object_inline_digest_2448 =
9834
9833
  0 !== (renderLanes & current.childLanes)),
9835
- didReceiveUpdate || JSCompiler_object_inline_digest_2447)
9834
+ didReceiveUpdate || JSCompiler_object_inline_digest_2448)
9836
9835
  ) {
9837
- JSCompiler_object_inline_digest_2447 = workInProgressRoot;
9836
+ JSCompiler_object_inline_digest_2448 = workInProgressRoot;
9838
9837
  if (
9839
- null !== JSCompiler_object_inline_digest_2447 &&
9840
- ((JSCompiler_object_inline_stack_2448 = renderLanes & -renderLanes),
9841
- (JSCompiler_object_inline_stack_2448 =
9842
- 0 !== (JSCompiler_object_inline_stack_2448 & 42)
9838
+ null !== JSCompiler_object_inline_digest_2448 &&
9839
+ ((JSCompiler_object_inline_stack_2449 = renderLanes & -renderLanes),
9840
+ (JSCompiler_object_inline_stack_2449 =
9841
+ 0 !== (JSCompiler_object_inline_stack_2449 & 42)
9843
9842
  ? 1
9844
9843
  : getBumpedLaneForHydrationByLane(
9845
- JSCompiler_object_inline_stack_2448
9844
+ JSCompiler_object_inline_stack_2449
9846
9845
  )),
9847
- (JSCompiler_object_inline_stack_2448 =
9846
+ (JSCompiler_object_inline_stack_2449 =
9848
9847
  0 !==
9849
- (JSCompiler_object_inline_stack_2448 &
9850
- (JSCompiler_object_inline_digest_2447.suspendedLanes |
9848
+ (JSCompiler_object_inline_stack_2449 &
9849
+ (JSCompiler_object_inline_digest_2448.suspendedLanes |
9851
9850
  renderLanes))
9852
9851
  ? 0
9853
- : JSCompiler_object_inline_stack_2448),
9854
- 0 !== JSCompiler_object_inline_stack_2448 &&
9855
- JSCompiler_object_inline_stack_2448 !==
9856
- JSCompiler_object_inline_message_2446.retryLane)
9852
+ : JSCompiler_object_inline_stack_2449),
9853
+ 0 !== JSCompiler_object_inline_stack_2449 &&
9854
+ JSCompiler_object_inline_stack_2449 !==
9855
+ JSCompiler_object_inline_message_2447.retryLane)
9857
9856
  )
9858
9857
  throw (
9859
- ((JSCompiler_object_inline_message_2446.retryLane =
9860
- JSCompiler_object_inline_stack_2448),
9858
+ ((JSCompiler_object_inline_message_2447.retryLane =
9859
+ JSCompiler_object_inline_stack_2449),
9861
9860
  enqueueConcurrentRenderForLane(
9862
9861
  current,
9863
- JSCompiler_object_inline_stack_2448
9862
+ JSCompiler_object_inline_stack_2449
9864
9863
  ),
9865
9864
  scheduleUpdateOnFiber(
9866
- JSCompiler_object_inline_digest_2447,
9865
+ JSCompiler_object_inline_digest_2448,
9867
9866
  current,
9868
- JSCompiler_object_inline_stack_2448
9867
+ JSCompiler_object_inline_stack_2449
9869
9868
  ),
9870
9869
  SelectiveHydrationException)
9871
9870
  );
9872
- JSCompiler_object_inline_componentStack_2449.data ===
9871
+ JSCompiler_object_inline_componentStack_2450.data ===
9873
9872
  SUSPENSE_PENDING_START_DATA || renderDidSuspendDelayIfPossible();
9874
9873
  workInProgress = retrySuspenseComponentWithoutHydrating(
9875
9874
  current,
@@ -9877,14 +9876,14 @@
9877
9876
  renderLanes
9878
9877
  );
9879
9878
  } else
9880
- JSCompiler_object_inline_componentStack_2449.data ===
9879
+ JSCompiler_object_inline_componentStack_2450.data ===
9881
9880
  SUSPENSE_PENDING_START_DATA
9882
9881
  ? ((workInProgress.flags |= 192),
9883
9882
  (workInProgress.child = current.child),
9884
9883
  (workInProgress = null))
9885
- : ((current = JSCompiler_object_inline_message_2446.treeContext),
9884
+ : ((current = JSCompiler_object_inline_message_2447.treeContext),
9886
9885
  (nextHydratableInstance = getNextHydratable(
9887
- JSCompiler_object_inline_componentStack_2449.nextSibling
9886
+ JSCompiler_object_inline_componentStack_2450.nextSibling
9888
9887
  )),
9889
9888
  (hydrationParentFiber = workInProgress),
9890
9889
  (isHydrating = !0),
@@ -9902,7 +9901,7 @@
9902
9901
  (treeContextProvider = workInProgress)),
9903
9902
  (workInProgress = mountSuspensePrimaryChildren(
9904
9903
  workInProgress,
9905
- JSCompiler_object_inline_stack_2448.children
9904
+ JSCompiler_object_inline_stack_2449.children
9906
9905
  )),
9907
9906
  (workInProgress.flags |= 4096));
9908
9907
  return workInProgress;
@@ -9910,43 +9909,43 @@
9910
9909
  if (showFallback)
9911
9910
  return (
9912
9911
  reuseSuspenseHandlerOnStack(workInProgress),
9913
- (JSCompiler_object_inline_componentStack_2449 =
9914
- JSCompiler_object_inline_stack_2448.fallback),
9912
+ (JSCompiler_object_inline_componentStack_2450 =
9913
+ JSCompiler_object_inline_stack_2449.fallback),
9915
9914
  (mode = workInProgress.mode),
9916
9915
  (componentStack = current.child),
9917
9916
  (componentStack$jscomp$0 = componentStack.sibling),
9918
- (JSCompiler_object_inline_stack_2448 = createWorkInProgress(
9917
+ (JSCompiler_object_inline_stack_2449 = createWorkInProgress(
9919
9918
  componentStack,
9920
9919
  {
9921
9920
  mode: "hidden",
9922
- children: JSCompiler_object_inline_stack_2448.children
9921
+ children: JSCompiler_object_inline_stack_2449.children
9923
9922
  }
9924
9923
  )),
9925
- (JSCompiler_object_inline_stack_2448.subtreeFlags =
9924
+ (JSCompiler_object_inline_stack_2449.subtreeFlags =
9926
9925
  componentStack.subtreeFlags & 65011712),
9927
9926
  null !== componentStack$jscomp$0
9928
- ? (JSCompiler_object_inline_componentStack_2449 =
9927
+ ? (JSCompiler_object_inline_componentStack_2450 =
9929
9928
  createWorkInProgress(
9930
9929
  componentStack$jscomp$0,
9931
- JSCompiler_object_inline_componentStack_2449
9930
+ JSCompiler_object_inline_componentStack_2450
9932
9931
  ))
9933
- : ((JSCompiler_object_inline_componentStack_2449 =
9932
+ : ((JSCompiler_object_inline_componentStack_2450 =
9934
9933
  createFiberFromFragment(
9935
- JSCompiler_object_inline_componentStack_2449,
9934
+ JSCompiler_object_inline_componentStack_2450,
9936
9935
  mode,
9937
9936
  renderLanes,
9938
9937
  null
9939
9938
  )),
9940
- (JSCompiler_object_inline_componentStack_2449.flags |= 2)),
9941
- (JSCompiler_object_inline_componentStack_2449.return =
9939
+ (JSCompiler_object_inline_componentStack_2450.flags |= 2)),
9940
+ (JSCompiler_object_inline_componentStack_2450.return =
9942
9941
  workInProgress),
9943
- (JSCompiler_object_inline_stack_2448.return = workInProgress),
9944
- (JSCompiler_object_inline_stack_2448.sibling =
9945
- JSCompiler_object_inline_componentStack_2449),
9946
- (workInProgress.child = JSCompiler_object_inline_stack_2448),
9947
- (JSCompiler_object_inline_stack_2448 =
9948
- JSCompiler_object_inline_componentStack_2449),
9949
- (JSCompiler_object_inline_componentStack_2449 = workInProgress.child),
9942
+ (JSCompiler_object_inline_stack_2449.return = workInProgress),
9943
+ (JSCompiler_object_inline_stack_2449.sibling =
9944
+ JSCompiler_object_inline_componentStack_2450),
9945
+ (workInProgress.child = JSCompiler_object_inline_stack_2449),
9946
+ (JSCompiler_object_inline_stack_2449 =
9947
+ JSCompiler_object_inline_componentStack_2450),
9948
+ (JSCompiler_object_inline_componentStack_2450 = workInProgress.child),
9950
9949
  (mode = current.child.memoizedState),
9951
9950
  null === mode
9952
9951
  ? (mode = mountSuspenseOffscreenState(renderLanes))
@@ -9965,31 +9964,31 @@
9965
9964
  baseLanes: mode.baseLanes | renderLanes,
9966
9965
  cachePool: componentStack
9967
9966
  })),
9968
- (JSCompiler_object_inline_componentStack_2449.memoizedState = mode),
9969
- (JSCompiler_object_inline_componentStack_2449.childLanes =
9967
+ (JSCompiler_object_inline_componentStack_2450.memoizedState = mode),
9968
+ (JSCompiler_object_inline_componentStack_2450.childLanes =
9970
9969
  getRemainingWorkInPrimaryTree(
9971
9970
  current,
9972
- JSCompiler_object_inline_digest_2447,
9971
+ JSCompiler_object_inline_digest_2448,
9973
9972
  renderLanes
9974
9973
  )),
9975
9974
  (workInProgress.memoizedState = SUSPENDED_MARKER),
9976
- JSCompiler_object_inline_stack_2448
9975
+ JSCompiler_object_inline_stack_2449
9977
9976
  );
9978
9977
  pushPrimaryTreeSuspenseHandler(workInProgress);
9979
9978
  renderLanes = current.child;
9980
9979
  current = renderLanes.sibling;
9981
9980
  renderLanes = createWorkInProgress(renderLanes, {
9982
9981
  mode: "visible",
9983
- children: JSCompiler_object_inline_stack_2448.children
9982
+ children: JSCompiler_object_inline_stack_2449.children
9984
9983
  });
9985
9984
  renderLanes.return = workInProgress;
9986
9985
  renderLanes.sibling = null;
9987
9986
  null !== current &&
9988
- ((JSCompiler_object_inline_digest_2447 = workInProgress.deletions),
9989
- null === JSCompiler_object_inline_digest_2447
9987
+ ((JSCompiler_object_inline_digest_2448 = workInProgress.deletions),
9988
+ null === JSCompiler_object_inline_digest_2448
9990
9989
  ? ((workInProgress.deletions = [current]),
9991
9990
  (workInProgress.flags |= 16))
9992
- : JSCompiler_object_inline_digest_2447.push(current));
9991
+ : JSCompiler_object_inline_digest_2448.push(current));
9993
9992
  workInProgress.child = renderLanes;
9994
9993
  workInProgress.memoizedState = null;
9995
9994
  return renderLanes;
@@ -11004,22 +11003,33 @@
11004
11003
  );
11005
11004
  case 31:
11006
11005
  return (
11007
- (returnFiber = workInProgress.pendingProps),
11008
- (renderLanes = workInProgress.mode),
11009
- (returnFiber = {
11010
- mode: returnFiber.mode,
11011
- children: returnFiber.children
11006
+ (renderLanes = workInProgress.pendingProps),
11007
+ (returnFiber = renderLanes.hidden),
11008
+ void 0 !== returnFiber &&
11009
+ console.error(
11010
+ '<Activity> doesn\'t accept a hidden prop. Use mode="hidden" instead.\n- <Activity %s>\n+ <Activity %s>',
11011
+ !0 === returnFiber
11012
+ ? "hidden"
11013
+ : !1 === returnFiber
11014
+ ? "hidden={false}"
11015
+ : "hidden={...}",
11016
+ returnFiber ? 'mode="hidden"' : 'mode="visible"'
11017
+ ),
11018
+ (returnFiber = workInProgress.mode),
11019
+ (renderLanes = {
11020
+ mode: renderLanes.mode,
11021
+ children: renderLanes.children
11012
11022
  }),
11013
11023
  null === current
11014
11024
  ? ((current = mountWorkInProgressOffscreenFiber(
11015
- returnFiber,
11016
- renderLanes
11025
+ renderLanes,
11026
+ returnFiber
11017
11027
  )),
11018
11028
  (current.ref = workInProgress.ref),
11019
11029
  (workInProgress.child = current),
11020
11030
  (current.return = workInProgress),
11021
11031
  (workInProgress = current))
11022
- : ((current = createWorkInProgress(current.child, returnFiber)),
11032
+ : ((current = createWorkInProgress(current.child, renderLanes)),
11023
11033
  (current.ref = workInProgress.ref),
11024
11034
  (workInProgress.child = current),
11025
11035
  (current.return = workInProgress),
@@ -24939,11 +24949,11 @@
24939
24949
  };
24940
24950
  (function () {
24941
24951
  var isomorphicReactPackageVersion = React.version;
24942
- if ("19.2.0-canary-39cad7af-20250411" !== isomorphicReactPackageVersion)
24952
+ if ("19.2.0-canary-b04254fd-20250415" !== isomorphicReactPackageVersion)
24943
24953
  throw Error(
24944
24954
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
24945
24955
  (isomorphicReactPackageVersion +
24946
- "\n - react-dom: 19.2.0-canary-39cad7af-20250411\nLearn more: https://react.dev/warnings/version-mismatch")
24956
+ "\n - react-dom: 19.2.0-canary-b04254fd-20250415\nLearn more: https://react.dev/warnings/version-mismatch")
24947
24957
  );
24948
24958
  })();
24949
24959
  ("function" === typeof Map &&
@@ -24980,10 +24990,10 @@
24980
24990
  !(function () {
24981
24991
  var internals = {
24982
24992
  bundleType: 1,
24983
- version: "19.2.0-canary-39cad7af-20250411",
24993
+ version: "19.2.0-canary-b04254fd-20250415",
24984
24994
  rendererPackageName: "react-dom",
24985
24995
  currentDispatcherRef: ReactSharedInternals,
24986
- reconcilerVersion: "19.2.0-canary-39cad7af-20250411"
24996
+ reconcilerVersion: "19.2.0-canary-b04254fd-20250415"
24987
24997
  };
24988
24998
  internals.overrideHookState = overrideHookState;
24989
24999
  internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -25127,7 +25137,7 @@
25127
25137
  listenToAllSupportedEvents(container);
25128
25138
  return new ReactDOMHydrationRoot(initialChildren);
25129
25139
  };
25130
- exports.version = "19.2.0-canary-39cad7af-20250411";
25140
+ exports.version = "19.2.0-canary-b04254fd-20250415";
25131
25141
  "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
25132
25142
  "function" ===
25133
25143
  typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&