react-dom 19.2.0-canary-b10cb4c0-20250403 → 19.2.0-canary-6a7650c7-20250405

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.
@@ -4879,6 +4879,14 @@
4879
4879
  profilerEffectDuration += prevEffectDuration;
4880
4880
  return elapsedTime;
4881
4881
  }
4882
+ function pushComponentEffectStart() {
4883
+ var prevEffectStart = componentEffectStartTime;
4884
+ componentEffectStartTime = -1.1;
4885
+ return prevEffectStart;
4886
+ }
4887
+ function popComponentEffectStart(prevEffectStart) {
4888
+ 0 <= prevEffectStart && (componentEffectStartTime = prevEffectStart);
4889
+ }
4882
4890
  function startProfilerTimer(fiber) {
4883
4891
  profilerStartTime = now();
4884
4892
  0 > fiber.actualStartTime && (fiber.actualStartTime = profilerStartTime);
@@ -4907,6 +4915,8 @@
4907
4915
  }
4908
4916
  function startEffectTimer() {
4909
4917
  profilerStartTime = now();
4918
+ 0 > componentEffectStartTime &&
4919
+ (componentEffectStartTime = profilerStartTime);
4910
4920
  }
4911
4921
  function transferActualDuration(fiber) {
4912
4922
  for (var child = fiber.child; child; )
@@ -7801,7 +7811,7 @@
7801
7811
  objectIs(hook, prevValue) || (didReceiveUpdate = !0),
7802
7812
  hook
7803
7813
  );
7804
- if (0 === (renderLanes & 42))
7814
+ if (0 === (renderLanes & 42) || 0 !== (renderLanes & 1073741824))
7805
7815
  return (didReceiveUpdate = !0), (hook.memoizedState = value);
7806
7816
  hook = requestDeferredLane();
7807
7817
  currentlyRenderingFiber.lanes |= hook;
@@ -9569,32 +9579,32 @@
9569
9579
  return current;
9570
9580
  }
9571
9581
  function updateSuspenseComponent(current, workInProgress, renderLanes) {
9572
- var JSCompiler_object_inline_digest_2436;
9573
- var JSCompiler_object_inline_stack_2437 = workInProgress.pendingProps;
9582
+ var JSCompiler_object_inline_digest_2448;
9583
+ var JSCompiler_object_inline_stack_2449 = workInProgress.pendingProps;
9574
9584
  shouldSuspendImpl(workInProgress) && (workInProgress.flags |= 128);
9575
- var JSCompiler_object_inline_componentStack_2438 = !1;
9585
+ var JSCompiler_object_inline_componentStack_2450 = !1;
9576
9586
  var didSuspend = 0 !== (workInProgress.flags & 128);
9577
- (JSCompiler_object_inline_digest_2436 = didSuspend) ||
9578
- (JSCompiler_object_inline_digest_2436 =
9587
+ (JSCompiler_object_inline_digest_2448 = didSuspend) ||
9588
+ (JSCompiler_object_inline_digest_2448 =
9579
9589
  null !== current && null === current.memoizedState
9580
9590
  ? !1
9581
9591
  : 0 !== (suspenseStackCursor.current & ForceSuspenseFallback));
9582
- JSCompiler_object_inline_digest_2436 &&
9583
- ((JSCompiler_object_inline_componentStack_2438 = !0),
9592
+ JSCompiler_object_inline_digest_2448 &&
9593
+ ((JSCompiler_object_inline_componentStack_2450 = !0),
9584
9594
  (workInProgress.flags &= -129));
9585
- JSCompiler_object_inline_digest_2436 = 0 !== (workInProgress.flags & 32);
9595
+ JSCompiler_object_inline_digest_2448 = 0 !== (workInProgress.flags & 32);
9586
9596
  workInProgress.flags &= -33;
9587
9597
  if (null === current) {
9588
9598
  if (isHydrating) {
9589
- JSCompiler_object_inline_componentStack_2438
9599
+ JSCompiler_object_inline_componentStack_2450
9590
9600
  ? pushPrimaryTreeSuspenseHandler(workInProgress)
9591
9601
  : reuseSuspenseHandlerOnStack(workInProgress);
9592
9602
  if (isHydrating) {
9593
- var JSCompiler_object_inline_message_2435 = nextHydratableInstance;
9603
+ var JSCompiler_object_inline_message_2447 = nextHydratableInstance;
9594
9604
  var JSCompiler_temp;
9595
- if (!(JSCompiler_temp = !JSCompiler_object_inline_message_2435)) {
9605
+ if (!(JSCompiler_temp = !JSCompiler_object_inline_message_2447)) {
9596
9606
  c: {
9597
- var instance = JSCompiler_object_inline_message_2435;
9607
+ var instance = JSCompiler_object_inline_message_2447;
9598
9608
  for (
9599
9609
  JSCompiler_temp = rootOrSingletonContext;
9600
9610
  8 !== instance.nodeType;
@@ -9636,77 +9646,77 @@
9636
9646
  JSCompiler_temp &&
9637
9647
  (warnNonHydratedInstance(
9638
9648
  workInProgress,
9639
- JSCompiler_object_inline_message_2435
9649
+ JSCompiler_object_inline_message_2447
9640
9650
  ),
9641
9651
  throwOnHydrationMismatch(workInProgress));
9642
9652
  }
9643
- JSCompiler_object_inline_message_2435 = workInProgress.memoizedState;
9653
+ JSCompiler_object_inline_message_2447 = workInProgress.memoizedState;
9644
9654
  if (
9645
- null !== JSCompiler_object_inline_message_2435 &&
9646
- ((JSCompiler_object_inline_message_2435 =
9647
- JSCompiler_object_inline_message_2435.dehydrated),
9648
- null !== JSCompiler_object_inline_message_2435)
9655
+ null !== JSCompiler_object_inline_message_2447 &&
9656
+ ((JSCompiler_object_inline_message_2447 =
9657
+ JSCompiler_object_inline_message_2447.dehydrated),
9658
+ null !== JSCompiler_object_inline_message_2447)
9649
9659
  )
9650
9660
  return (
9651
- isSuspenseInstanceFallback(JSCompiler_object_inline_message_2435)
9661
+ isSuspenseInstanceFallback(JSCompiler_object_inline_message_2447)
9652
9662
  ? (workInProgress.lanes = 32)
9653
9663
  : (workInProgress.lanes = 536870912),
9654
9664
  null
9655
9665
  );
9656
9666
  popSuspenseHandler(workInProgress);
9657
9667
  }
9658
- JSCompiler_object_inline_message_2435 =
9659
- JSCompiler_object_inline_stack_2437.children;
9660
- JSCompiler_object_inline_stack_2437 =
9661
- JSCompiler_object_inline_stack_2437.fallback;
9662
- if (JSCompiler_object_inline_componentStack_2438)
9668
+ JSCompiler_object_inline_message_2447 =
9669
+ JSCompiler_object_inline_stack_2449.children;
9670
+ JSCompiler_object_inline_stack_2449 =
9671
+ JSCompiler_object_inline_stack_2449.fallback;
9672
+ if (JSCompiler_object_inline_componentStack_2450)
9663
9673
  return (
9664
9674
  reuseSuspenseHandlerOnStack(workInProgress),
9665
- (JSCompiler_object_inline_componentStack_2438 =
9675
+ (JSCompiler_object_inline_componentStack_2450 =
9666
9676
  workInProgress.mode),
9667
- (JSCompiler_object_inline_message_2435 =
9677
+ (JSCompiler_object_inline_message_2447 =
9668
9678
  mountWorkInProgressOffscreenFiber(
9669
9679
  {
9670
9680
  mode: "hidden",
9671
- children: JSCompiler_object_inline_message_2435
9681
+ children: JSCompiler_object_inline_message_2447
9672
9682
  },
9673
- JSCompiler_object_inline_componentStack_2438
9683
+ JSCompiler_object_inline_componentStack_2450
9674
9684
  )),
9675
- (JSCompiler_object_inline_stack_2437 = createFiberFromFragment(
9676
- JSCompiler_object_inline_stack_2437,
9677
- JSCompiler_object_inline_componentStack_2438,
9685
+ (JSCompiler_object_inline_stack_2449 = createFiberFromFragment(
9686
+ JSCompiler_object_inline_stack_2449,
9687
+ JSCompiler_object_inline_componentStack_2450,
9678
9688
  renderLanes,
9679
9689
  null
9680
9690
  )),
9681
- (JSCompiler_object_inline_message_2435.return = workInProgress),
9682
- (JSCompiler_object_inline_stack_2437.return = workInProgress),
9683
- (JSCompiler_object_inline_message_2435.sibling =
9684
- JSCompiler_object_inline_stack_2437),
9685
- (workInProgress.child = JSCompiler_object_inline_message_2435),
9686
- (JSCompiler_object_inline_componentStack_2438 =
9691
+ (JSCompiler_object_inline_message_2447.return = workInProgress),
9692
+ (JSCompiler_object_inline_stack_2449.return = workInProgress),
9693
+ (JSCompiler_object_inline_message_2447.sibling =
9694
+ JSCompiler_object_inline_stack_2449),
9695
+ (workInProgress.child = JSCompiler_object_inline_message_2447),
9696
+ (JSCompiler_object_inline_componentStack_2450 =
9687
9697
  workInProgress.child),
9688
- (JSCompiler_object_inline_componentStack_2438.memoizedState =
9698
+ (JSCompiler_object_inline_componentStack_2450.memoizedState =
9689
9699
  mountSuspenseOffscreenState(renderLanes)),
9690
- (JSCompiler_object_inline_componentStack_2438.childLanes =
9700
+ (JSCompiler_object_inline_componentStack_2450.childLanes =
9691
9701
  getRemainingWorkInPrimaryTree(
9692
9702
  current,
9693
- JSCompiler_object_inline_digest_2436,
9703
+ JSCompiler_object_inline_digest_2448,
9694
9704
  renderLanes
9695
9705
  )),
9696
9706
  (workInProgress.memoizedState = SUSPENDED_MARKER),
9697
- JSCompiler_object_inline_stack_2437
9707
+ JSCompiler_object_inline_stack_2449
9698
9708
  );
9699
9709
  pushPrimaryTreeSuspenseHandler(workInProgress);
9700
9710
  return mountSuspensePrimaryChildren(
9701
9711
  workInProgress,
9702
- JSCompiler_object_inline_message_2435
9712
+ JSCompiler_object_inline_message_2447
9703
9713
  );
9704
9714
  }
9705
9715
  var prevState = current.memoizedState;
9706
9716
  if (
9707
9717
  null !== prevState &&
9708
- ((JSCompiler_object_inline_message_2435 = prevState.dehydrated),
9709
- null !== JSCompiler_object_inline_message_2435)
9718
+ ((JSCompiler_object_inline_message_2447 = prevState.dehydrated),
9719
+ null !== JSCompiler_object_inline_message_2447)
9710
9720
  ) {
9711
9721
  if (didSuspend)
9712
9722
  workInProgress.flags & 256
@@ -9723,94 +9733,94 @@
9723
9733
  (workInProgress.flags |= 128),
9724
9734
  (workInProgress = null))
9725
9735
  : (reuseSuspenseHandlerOnStack(workInProgress),
9726
- (JSCompiler_object_inline_componentStack_2438 =
9727
- JSCompiler_object_inline_stack_2437.fallback),
9728
- (JSCompiler_object_inline_message_2435 = workInProgress.mode),
9729
- (JSCompiler_object_inline_stack_2437 =
9736
+ (JSCompiler_object_inline_componentStack_2450 =
9737
+ JSCompiler_object_inline_stack_2449.fallback),
9738
+ (JSCompiler_object_inline_message_2447 = workInProgress.mode),
9739
+ (JSCompiler_object_inline_stack_2449 =
9730
9740
  mountWorkInProgressOffscreenFiber(
9731
9741
  {
9732
9742
  mode: "visible",
9733
- children: JSCompiler_object_inline_stack_2437.children
9743
+ children: JSCompiler_object_inline_stack_2449.children
9734
9744
  },
9735
- JSCompiler_object_inline_message_2435
9745
+ JSCompiler_object_inline_message_2447
9736
9746
  )),
9737
- (JSCompiler_object_inline_componentStack_2438 =
9747
+ (JSCompiler_object_inline_componentStack_2450 =
9738
9748
  createFiberFromFragment(
9739
- JSCompiler_object_inline_componentStack_2438,
9740
- JSCompiler_object_inline_message_2435,
9749
+ JSCompiler_object_inline_componentStack_2450,
9750
+ JSCompiler_object_inline_message_2447,
9741
9751
  renderLanes,
9742
9752
  null
9743
9753
  )),
9744
- (JSCompiler_object_inline_componentStack_2438.flags |= 2),
9745
- (JSCompiler_object_inline_stack_2437.return = workInProgress),
9746
- (JSCompiler_object_inline_componentStack_2438.return =
9754
+ (JSCompiler_object_inline_componentStack_2450.flags |= 2),
9755
+ (JSCompiler_object_inline_stack_2449.return = workInProgress),
9756
+ (JSCompiler_object_inline_componentStack_2450.return =
9747
9757
  workInProgress),
9748
- (JSCompiler_object_inline_stack_2437.sibling =
9749
- JSCompiler_object_inline_componentStack_2438),
9750
- (workInProgress.child = JSCompiler_object_inline_stack_2437),
9758
+ (JSCompiler_object_inline_stack_2449.sibling =
9759
+ JSCompiler_object_inline_componentStack_2450),
9760
+ (workInProgress.child = JSCompiler_object_inline_stack_2449),
9751
9761
  reconcileChildFibers(
9752
9762
  workInProgress,
9753
9763
  current.child,
9754
9764
  null,
9755
9765
  renderLanes
9756
9766
  ),
9757
- (JSCompiler_object_inline_stack_2437 = workInProgress.child),
9758
- (JSCompiler_object_inline_stack_2437.memoizedState =
9767
+ (JSCompiler_object_inline_stack_2449 = workInProgress.child),
9768
+ (JSCompiler_object_inline_stack_2449.memoizedState =
9759
9769
  mountSuspenseOffscreenState(renderLanes)),
9760
- (JSCompiler_object_inline_stack_2437.childLanes =
9770
+ (JSCompiler_object_inline_stack_2449.childLanes =
9761
9771
  getRemainingWorkInPrimaryTree(
9762
9772
  current,
9763
- JSCompiler_object_inline_digest_2436,
9773
+ JSCompiler_object_inline_digest_2448,
9764
9774
  renderLanes
9765
9775
  )),
9766
9776
  (workInProgress.memoizedState = SUSPENDED_MARKER),
9767
9777
  (workInProgress =
9768
- JSCompiler_object_inline_componentStack_2438));
9778
+ JSCompiler_object_inline_componentStack_2450));
9769
9779
  else if (
9770
9780
  (pushPrimaryTreeSuspenseHandler(workInProgress),
9771
9781
  isHydrating &&
9772
9782
  console.error(
9773
9783
  "We should not be hydrating here. This is a bug in React. Please file a bug."
9774
9784
  ),
9775
- isSuspenseInstanceFallback(JSCompiler_object_inline_message_2435))
9785
+ isSuspenseInstanceFallback(JSCompiler_object_inline_message_2447))
9776
9786
  ) {
9777
- JSCompiler_object_inline_digest_2436 =
9778
- JSCompiler_object_inline_message_2435.nextSibling &&
9779
- JSCompiler_object_inline_message_2435.nextSibling.dataset;
9780
- if (JSCompiler_object_inline_digest_2436) {
9781
- JSCompiler_temp = JSCompiler_object_inline_digest_2436.dgst;
9782
- var message = JSCompiler_object_inline_digest_2436.msg;
9783
- instance = JSCompiler_object_inline_digest_2436.stck;
9784
- var componentStack = JSCompiler_object_inline_digest_2436.cstck;
9787
+ JSCompiler_object_inline_digest_2448 =
9788
+ JSCompiler_object_inline_message_2447.nextSibling &&
9789
+ JSCompiler_object_inline_message_2447.nextSibling.dataset;
9790
+ if (JSCompiler_object_inline_digest_2448) {
9791
+ JSCompiler_temp = JSCompiler_object_inline_digest_2448.dgst;
9792
+ var message = JSCompiler_object_inline_digest_2448.msg;
9793
+ instance = JSCompiler_object_inline_digest_2448.stck;
9794
+ var componentStack = JSCompiler_object_inline_digest_2448.cstck;
9785
9795
  }
9786
- JSCompiler_object_inline_message_2435 = message;
9787
- JSCompiler_object_inline_digest_2436 = JSCompiler_temp;
9788
- JSCompiler_object_inline_stack_2437 = instance;
9789
- JSCompiler_temp = JSCompiler_object_inline_componentStack_2438 =
9796
+ JSCompiler_object_inline_message_2447 = message;
9797
+ JSCompiler_object_inline_digest_2448 = JSCompiler_temp;
9798
+ JSCompiler_object_inline_stack_2449 = instance;
9799
+ JSCompiler_temp = JSCompiler_object_inline_componentStack_2450 =
9790
9800
  componentStack;
9791
- JSCompiler_object_inline_componentStack_2438 =
9792
- JSCompiler_object_inline_message_2435
9793
- ? Error(JSCompiler_object_inline_message_2435)
9801
+ JSCompiler_object_inline_componentStack_2450 =
9802
+ JSCompiler_object_inline_message_2447
9803
+ ? Error(JSCompiler_object_inline_message_2447)
9794
9804
  : Error(
9795
9805
  "The server could not finish this Suspense boundary, likely due to an error during server rendering. Switched to client rendering."
9796
9806
  );
9797
- JSCompiler_object_inline_componentStack_2438.stack =
9798
- JSCompiler_object_inline_stack_2437 || "";
9799
- JSCompiler_object_inline_componentStack_2438.digest =
9800
- JSCompiler_object_inline_digest_2436;
9801
- JSCompiler_object_inline_digest_2436 =
9807
+ JSCompiler_object_inline_componentStack_2450.stack =
9808
+ JSCompiler_object_inline_stack_2449 || "";
9809
+ JSCompiler_object_inline_componentStack_2450.digest =
9810
+ JSCompiler_object_inline_digest_2448;
9811
+ JSCompiler_object_inline_digest_2448 =
9802
9812
  void 0 === JSCompiler_temp ? null : JSCompiler_temp;
9803
- JSCompiler_object_inline_stack_2437 = {
9804
- value: JSCompiler_object_inline_componentStack_2438,
9813
+ JSCompiler_object_inline_stack_2449 = {
9814
+ value: JSCompiler_object_inline_componentStack_2450,
9805
9815
  source: null,
9806
- stack: JSCompiler_object_inline_digest_2436
9816
+ stack: JSCompiler_object_inline_digest_2448
9807
9817
  };
9808
- "string" === typeof JSCompiler_object_inline_digest_2436 &&
9818
+ "string" === typeof JSCompiler_object_inline_digest_2448 &&
9809
9819
  CapturedStacks.set(
9810
- JSCompiler_object_inline_componentStack_2438,
9811
- JSCompiler_object_inline_stack_2437
9820
+ JSCompiler_object_inline_componentStack_2450,
9821
+ JSCompiler_object_inline_stack_2449
9812
9822
  );
9813
- queueHydrationError(JSCompiler_object_inline_stack_2437);
9823
+ queueHydrationError(JSCompiler_object_inline_stack_2449);
9814
9824
  workInProgress = retrySuspenseComponentWithoutHydrating(
9815
9825
  current,
9816
9826
  workInProgress,
@@ -9824,44 +9834,44 @@
9824
9834
  renderLanes,
9825
9835
  !1
9826
9836
  ),
9827
- (JSCompiler_object_inline_digest_2436 =
9837
+ (JSCompiler_object_inline_digest_2448 =
9828
9838
  0 !== (renderLanes & current.childLanes)),
9829
- didReceiveUpdate || JSCompiler_object_inline_digest_2436)
9839
+ didReceiveUpdate || JSCompiler_object_inline_digest_2448)
9830
9840
  ) {
9831
- JSCompiler_object_inline_digest_2436 = workInProgressRoot;
9841
+ JSCompiler_object_inline_digest_2448 = workInProgressRoot;
9832
9842
  if (
9833
- null !== JSCompiler_object_inline_digest_2436 &&
9834
- ((JSCompiler_object_inline_stack_2437 = renderLanes & -renderLanes),
9835
- (JSCompiler_object_inline_stack_2437 =
9836
- 0 !== (JSCompiler_object_inline_stack_2437 & 42)
9843
+ null !== JSCompiler_object_inline_digest_2448 &&
9844
+ ((JSCompiler_object_inline_stack_2449 = renderLanes & -renderLanes),
9845
+ (JSCompiler_object_inline_stack_2449 =
9846
+ 0 !== (JSCompiler_object_inline_stack_2449 & 42)
9837
9847
  ? 1
9838
9848
  : getBumpedLaneForHydrationByLane(
9839
- JSCompiler_object_inline_stack_2437
9849
+ JSCompiler_object_inline_stack_2449
9840
9850
  )),
9841
- (JSCompiler_object_inline_stack_2437 =
9851
+ (JSCompiler_object_inline_stack_2449 =
9842
9852
  0 !==
9843
- (JSCompiler_object_inline_stack_2437 &
9844
- (JSCompiler_object_inline_digest_2436.suspendedLanes |
9853
+ (JSCompiler_object_inline_stack_2449 &
9854
+ (JSCompiler_object_inline_digest_2448.suspendedLanes |
9845
9855
  renderLanes))
9846
9856
  ? 0
9847
- : JSCompiler_object_inline_stack_2437),
9848
- 0 !== JSCompiler_object_inline_stack_2437 &&
9849
- JSCompiler_object_inline_stack_2437 !== prevState.retryLane)
9857
+ : JSCompiler_object_inline_stack_2449),
9858
+ 0 !== JSCompiler_object_inline_stack_2449 &&
9859
+ JSCompiler_object_inline_stack_2449 !== prevState.retryLane)
9850
9860
  )
9851
9861
  throw (
9852
- ((prevState.retryLane = JSCompiler_object_inline_stack_2437),
9862
+ ((prevState.retryLane = JSCompiler_object_inline_stack_2449),
9853
9863
  enqueueConcurrentRenderForLane(
9854
9864
  current,
9855
- JSCompiler_object_inline_stack_2437
9865
+ JSCompiler_object_inline_stack_2449
9856
9866
  ),
9857
9867
  scheduleUpdateOnFiber(
9858
- JSCompiler_object_inline_digest_2436,
9868
+ JSCompiler_object_inline_digest_2448,
9859
9869
  current,
9860
- JSCompiler_object_inline_stack_2437
9870
+ JSCompiler_object_inline_stack_2449
9861
9871
  ),
9862
9872
  SelectiveHydrationException)
9863
9873
  );
9864
- JSCompiler_object_inline_message_2435.data ===
9874
+ JSCompiler_object_inline_message_2447.data ===
9865
9875
  SUSPENSE_PENDING_START_DATA || renderDidSuspendDelayIfPossible();
9866
9876
  workInProgress = retrySuspenseComponentWithoutHydrating(
9867
9877
  current,
@@ -9869,14 +9879,14 @@
9869
9879
  renderLanes
9870
9880
  );
9871
9881
  } else
9872
- JSCompiler_object_inline_message_2435.data ===
9882
+ JSCompiler_object_inline_message_2447.data ===
9873
9883
  SUSPENSE_PENDING_START_DATA
9874
9884
  ? ((workInProgress.flags |= 192),
9875
9885
  (workInProgress.child = current.child),
9876
9886
  (workInProgress = null))
9877
9887
  : ((current = prevState.treeContext),
9878
9888
  (nextHydratableInstance = getNextHydratable(
9879
- JSCompiler_object_inline_message_2435.nextSibling
9889
+ JSCompiler_object_inline_message_2447.nextSibling
9880
9890
  )),
9881
9891
  (hydrationParentFiber = workInProgress),
9882
9892
  (isHydrating = !0),
@@ -9894,57 +9904,57 @@
9894
9904
  (treeContextProvider = workInProgress)),
9895
9905
  (workInProgress = mountSuspensePrimaryChildren(
9896
9906
  workInProgress,
9897
- JSCompiler_object_inline_stack_2437.children
9907
+ JSCompiler_object_inline_stack_2449.children
9898
9908
  )),
9899
9909
  (workInProgress.flags |= 4096));
9900
9910
  return workInProgress;
9901
9911
  }
9902
- if (JSCompiler_object_inline_componentStack_2438)
9912
+ if (JSCompiler_object_inline_componentStack_2450)
9903
9913
  return (
9904
9914
  reuseSuspenseHandlerOnStack(workInProgress),
9905
- (JSCompiler_object_inline_componentStack_2438 =
9906
- JSCompiler_object_inline_stack_2437.fallback),
9907
- (JSCompiler_object_inline_message_2435 = workInProgress.mode),
9915
+ (JSCompiler_object_inline_componentStack_2450 =
9916
+ JSCompiler_object_inline_stack_2449.fallback),
9917
+ (JSCompiler_object_inline_message_2447 = workInProgress.mode),
9908
9918
  (JSCompiler_temp = current.child),
9909
9919
  (instance = JSCompiler_temp.sibling),
9910
- (JSCompiler_object_inline_stack_2437 = createWorkInProgress(
9920
+ (JSCompiler_object_inline_stack_2449 = createWorkInProgress(
9911
9921
  JSCompiler_temp,
9912
9922
  {
9913
9923
  mode: "hidden",
9914
- children: JSCompiler_object_inline_stack_2437.children
9924
+ children: JSCompiler_object_inline_stack_2449.children
9915
9925
  }
9916
9926
  )),
9917
- (JSCompiler_object_inline_stack_2437.subtreeFlags =
9927
+ (JSCompiler_object_inline_stack_2449.subtreeFlags =
9918
9928
  JSCompiler_temp.subtreeFlags & 65011712),
9919
9929
  null !== instance
9920
- ? (JSCompiler_object_inline_componentStack_2438 =
9930
+ ? (JSCompiler_object_inline_componentStack_2450 =
9921
9931
  createWorkInProgress(
9922
9932
  instance,
9923
- JSCompiler_object_inline_componentStack_2438
9933
+ JSCompiler_object_inline_componentStack_2450
9924
9934
  ))
9925
- : ((JSCompiler_object_inline_componentStack_2438 =
9935
+ : ((JSCompiler_object_inline_componentStack_2450 =
9926
9936
  createFiberFromFragment(
9927
- JSCompiler_object_inline_componentStack_2438,
9928
- JSCompiler_object_inline_message_2435,
9937
+ JSCompiler_object_inline_componentStack_2450,
9938
+ JSCompiler_object_inline_message_2447,
9929
9939
  renderLanes,
9930
9940
  null
9931
9941
  )),
9932
- (JSCompiler_object_inline_componentStack_2438.flags |= 2)),
9933
- (JSCompiler_object_inline_componentStack_2438.return =
9942
+ (JSCompiler_object_inline_componentStack_2450.flags |= 2)),
9943
+ (JSCompiler_object_inline_componentStack_2450.return =
9934
9944
  workInProgress),
9935
- (JSCompiler_object_inline_stack_2437.return = workInProgress),
9936
- (JSCompiler_object_inline_stack_2437.sibling =
9937
- JSCompiler_object_inline_componentStack_2438),
9938
- (workInProgress.child = JSCompiler_object_inline_stack_2437),
9939
- (JSCompiler_object_inline_stack_2437 =
9940
- JSCompiler_object_inline_componentStack_2438),
9941
- (JSCompiler_object_inline_componentStack_2438 = workInProgress.child),
9942
- (JSCompiler_object_inline_message_2435 = current.child.memoizedState),
9943
- null === JSCompiler_object_inline_message_2435
9944
- ? (JSCompiler_object_inline_message_2435 =
9945
+ (JSCompiler_object_inline_stack_2449.return = workInProgress),
9946
+ (JSCompiler_object_inline_stack_2449.sibling =
9947
+ JSCompiler_object_inline_componentStack_2450),
9948
+ (workInProgress.child = JSCompiler_object_inline_stack_2449),
9949
+ (JSCompiler_object_inline_stack_2449 =
9950
+ JSCompiler_object_inline_componentStack_2450),
9951
+ (JSCompiler_object_inline_componentStack_2450 = workInProgress.child),
9952
+ (JSCompiler_object_inline_message_2447 = current.child.memoizedState),
9953
+ null === JSCompiler_object_inline_message_2447
9954
+ ? (JSCompiler_object_inline_message_2447 =
9945
9955
  mountSuspenseOffscreenState(renderLanes))
9946
9956
  : ((JSCompiler_temp =
9947
- JSCompiler_object_inline_message_2435.cachePool),
9957
+ JSCompiler_object_inline_message_2447.cachePool),
9948
9958
  null !== JSCompiler_temp
9949
9959
  ? ((instance = CacheContext._currentValue),
9950
9960
  (JSCompiler_temp =
@@ -9952,37 +9962,37 @@
9952
9962
  ? { parent: instance, pool: instance }
9953
9963
  : JSCompiler_temp))
9954
9964
  : (JSCompiler_temp = getSuspendedCache()),
9955
- (JSCompiler_object_inline_message_2435 = {
9965
+ (JSCompiler_object_inline_message_2447 = {
9956
9966
  baseLanes:
9957
- JSCompiler_object_inline_message_2435.baseLanes | renderLanes,
9967
+ JSCompiler_object_inline_message_2447.baseLanes | renderLanes,
9958
9968
  cachePool: JSCompiler_temp
9959
9969
  })),
9960
- (JSCompiler_object_inline_componentStack_2438.memoizedState =
9961
- JSCompiler_object_inline_message_2435),
9962
- (JSCompiler_object_inline_componentStack_2438.childLanes =
9970
+ (JSCompiler_object_inline_componentStack_2450.memoizedState =
9971
+ JSCompiler_object_inline_message_2447),
9972
+ (JSCompiler_object_inline_componentStack_2450.childLanes =
9963
9973
  getRemainingWorkInPrimaryTree(
9964
9974
  current,
9965
- JSCompiler_object_inline_digest_2436,
9975
+ JSCompiler_object_inline_digest_2448,
9966
9976
  renderLanes
9967
9977
  )),
9968
9978
  (workInProgress.memoizedState = SUSPENDED_MARKER),
9969
- JSCompiler_object_inline_stack_2437
9979
+ JSCompiler_object_inline_stack_2449
9970
9980
  );
9971
9981
  pushPrimaryTreeSuspenseHandler(workInProgress);
9972
9982
  renderLanes = current.child;
9973
9983
  current = renderLanes.sibling;
9974
9984
  renderLanes = createWorkInProgress(renderLanes, {
9975
9985
  mode: "visible",
9976
- children: JSCompiler_object_inline_stack_2437.children
9986
+ children: JSCompiler_object_inline_stack_2449.children
9977
9987
  });
9978
9988
  renderLanes.return = workInProgress;
9979
9989
  renderLanes.sibling = null;
9980
9990
  null !== current &&
9981
- ((JSCompiler_object_inline_digest_2436 = workInProgress.deletions),
9982
- null === JSCompiler_object_inline_digest_2436
9991
+ ((JSCompiler_object_inline_digest_2448 = workInProgress.deletions),
9992
+ null === JSCompiler_object_inline_digest_2448
9983
9993
  ? ((workInProgress.deletions = [current]),
9984
9994
  (workInProgress.flags |= 16))
9985
- : JSCompiler_object_inline_digest_2436.push(current));
9995
+ : JSCompiler_object_inline_digest_2448.push(current));
9986
9996
  workInProgress.child = renderLanes;
9987
9997
  workInProgress.memoizedState = null;
9988
9998
  return renderLanes;
@@ -12628,7 +12638,8 @@
12628
12638
  }
12629
12639
  }
12630
12640
  function commitLayoutEffectOnFiber(finishedRoot, current, finishedWork) {
12631
- var flags = finishedWork.flags;
12641
+ var prevEffectStart = pushComponentEffectStart(),
12642
+ flags = finishedWork.flags;
12632
12643
  switch (finishedWork.tag) {
12633
12644
  case 0:
12634
12645
  case 11:
@@ -12815,6 +12826,7 @@
12815
12826
  default:
12816
12827
  recursivelyTraverseLayoutEffects(finishedRoot, finishedWork);
12817
12828
  }
12829
+ popComponentEffectStart(prevEffectStart);
12818
12830
  }
12819
12831
  function detachFiberAfterEffects(fiber) {
12820
12832
  var alternate = fiber.alternate;
@@ -12868,6 +12880,7 @@
12868
12880
  err
12869
12881
  ));
12870
12882
  }
12883
+ var prevEffectStart = pushComponentEffectStart();
12871
12884
  switch (deletedFiber.tag) {
12872
12885
  case 26:
12873
12886
  offscreenSubtreeWasHidden ||
@@ -13041,6 +13054,7 @@
13041
13054
  deletedFiber
13042
13055
  );
13043
13056
  }
13057
+ popComponentEffectStart(prevEffectStart);
13044
13058
  }
13045
13059
  function commitSuspenseHydrationCallbacks(finishedRoot, finishedWork) {
13046
13060
  if (
@@ -13109,6 +13123,7 @@
13109
13123
  var root = root$jscomp$0,
13110
13124
  returnFiber = parentFiber,
13111
13125
  deletedFiber = deletions[i],
13126
+ prevEffectStart = pushComponentEffectStart(),
13112
13127
  parent = returnFiber;
13113
13128
  a: for (; null !== parent; ) {
13114
13129
  switch (parent.tag) {
@@ -13138,6 +13153,7 @@
13138
13153
  commitDeletionEffectsOnFiber(root, returnFiber, deletedFiber);
13139
13154
  hostParent = null;
13140
13155
  hostParentIsContainer = !1;
13156
+ popComponentEffectStart(prevEffectStart);
13141
13157
  root = deletedFiber;
13142
13158
  returnFiber = root.alternate;
13143
13159
  null !== returnFiber && (returnFiber.return = null);
@@ -13149,7 +13165,8 @@
13149
13165
  (parentFiber = parentFiber.sibling);
13150
13166
  }
13151
13167
  function commitMutationEffectsOnFiber(finishedWork, root) {
13152
- var current = finishedWork.alternate,
13168
+ var prevEffectStart = pushComponentEffectStart(),
13169
+ current = finishedWork.alternate,
13153
13170
  flags = finishedWork.flags;
13154
13171
  switch (finishedWork.tag) {
13155
13172
  case 0:
@@ -13587,6 +13604,7 @@
13587
13604
  recursivelyTraverseMutationEffects(root, finishedWork),
13588
13605
  commitReconciliationEffects(finishedWork);
13589
13606
  }
13607
+ popComponentEffectStart(prevEffectStart);
13590
13608
  }
13591
13609
  function commitReconciliationEffects(finishedWork) {
13592
13610
  var flags = finishedWork.flags;
@@ -13616,6 +13634,7 @@
13616
13634
  (parentFiber = parentFiber.sibling);
13617
13635
  }
13618
13636
  function disappearLayoutEffects(finishedWork) {
13637
+ var prevEffectStart = pushComponentEffectStart();
13619
13638
  switch (finishedWork.tag) {
13620
13639
  case 0:
13621
13640
  case 11:
@@ -13660,6 +13679,7 @@
13660
13679
  default:
13661
13680
  recursivelyTraverseDisappearLayoutEffects(finishedWork);
13662
13681
  }
13682
+ popComponentEffectStart(prevEffectStart);
13663
13683
  }
13664
13684
  function recursivelyTraverseDisappearLayoutEffects(parentFiber) {
13665
13685
  for (parentFiber = parentFiber.child; null !== parentFiber; )
@@ -13672,7 +13692,8 @@
13672
13692
  finishedWork,
13673
13693
  includeWorkInProgressEffects
13674
13694
  ) {
13675
- var flags = finishedWork.flags;
13695
+ var prevEffectStart = pushComponentEffectStart(),
13696
+ flags = finishedWork.flags;
13676
13697
  switch (finishedWork.tag) {
13677
13698
  case 0:
13678
13699
  case 11:
@@ -13790,6 +13811,7 @@
13790
13811
  includeWorkInProgressEffects
13791
13812
  );
13792
13813
  }
13814
+ popComponentEffectStart(prevEffectStart);
13793
13815
  }
13794
13816
  function recursivelyTraverseReappearLayoutEffects(
13795
13817
  finishedRoot,
@@ -13851,7 +13873,8 @@
13851
13873
  committedLanes,
13852
13874
  committedTransitions
13853
13875
  ) {
13854
- var flags = finishedWork.flags;
13876
+ var prevEffectStart = pushComponentEffectStart(),
13877
+ flags = finishedWork.flags;
13855
13878
  switch (finishedWork.tag) {
13856
13879
  case 0:
13857
13880
  case 11:
@@ -13874,7 +13897,7 @@
13874
13897
  );
13875
13898
  break;
13876
13899
  case 3:
13877
- var prevEffectDuration = pushNestedEffectDurations();
13900
+ var prevProfilerEffectDuration = pushNestedEffectDurations();
13878
13901
  recursivelyTraversePassiveMountEffects(
13879
13902
  finishedRoot,
13880
13903
  finishedWork,
@@ -13889,8 +13912,9 @@
13889
13912
  finishedWork !== committedLanes &&
13890
13913
  (retainCache(finishedWork),
13891
13914
  null != committedLanes && releaseCache(committedLanes)));
13892
- finishedRoot.passiveEffectDuration +=
13893
- popNestedEffectDurations(prevEffectDuration);
13915
+ finishedRoot.passiveEffectDuration += popNestedEffectDurations(
13916
+ prevProfilerEffectDuration
13917
+ );
13894
13918
  break;
13895
13919
  case 12:
13896
13920
  if (flags & 2048) {
@@ -13935,10 +13959,11 @@
13935
13959
  case 23:
13936
13960
  break;
13937
13961
  case 22:
13938
- prevEffectDuration = finishedWork.stateNode;
13962
+ prevProfilerEffectDuration = finishedWork.stateNode;
13939
13963
  var _current = finishedWork.alternate;
13940
13964
  null !== finishedWork.memoizedState
13941
- ? prevEffectDuration._visibility & OffscreenPassiveEffectsConnected
13965
+ ? prevProfilerEffectDuration._visibility &
13966
+ OffscreenPassiveEffectsConnected
13942
13967
  ? recursivelyTraversePassiveMountEffects(
13943
13968
  finishedRoot,
13944
13969
  finishedWork,
@@ -13949,14 +13974,15 @@
13949
13974
  finishedRoot,
13950
13975
  finishedWork
13951
13976
  )
13952
- : prevEffectDuration._visibility & OffscreenPassiveEffectsConnected
13977
+ : prevProfilerEffectDuration._visibility &
13978
+ OffscreenPassiveEffectsConnected
13953
13979
  ? recursivelyTraversePassiveMountEffects(
13954
13980
  finishedRoot,
13955
13981
  finishedWork,
13956
13982
  committedLanes,
13957
13983
  committedTransitions
13958
13984
  )
13959
- : ((prevEffectDuration._visibility |=
13985
+ : ((prevProfilerEffectDuration._visibility |=
13960
13986
  OffscreenPassiveEffectsConnected),
13961
13987
  recursivelyTraverseReconnectPassiveEffects(
13962
13988
  finishedRoot,
@@ -13986,6 +14012,7 @@
13986
14012
  committedTransitions
13987
14013
  );
13988
14014
  }
14015
+ popComponentEffectStart(prevEffectStart);
13989
14016
  }
13990
14017
  function recursivelyTraverseReconnectPassiveEffects(
13991
14018
  finishedRoot,
@@ -14014,7 +14041,8 @@
14014
14041
  committedTransitions,
14015
14042
  includeWorkInProgressEffects
14016
14043
  ) {
14017
- var flags = finishedWork.flags;
14044
+ var prevEffectStart = pushComponentEffectStart(),
14045
+ flags = finishedWork.flags;
14018
14046
  switch (finishedWork.tag) {
14019
14047
  case 0:
14020
14048
  case 11:
@@ -14081,6 +14109,7 @@
14081
14109
  includeWorkInProgressEffects
14082
14110
  );
14083
14111
  }
14112
+ popComponentEffectStart(prevEffectStart);
14084
14113
  }
14085
14114
  function recursivelyTraverseAtomicPassiveEffects(
14086
14115
  finishedRoot$jscomp$0,
@@ -14187,12 +14216,14 @@
14187
14216
  if (0 !== (parentFiber.flags & 16)) {
14188
14217
  if (null !== deletions)
14189
14218
  for (var i = 0; i < deletions.length; i++) {
14190
- var childToDelete = deletions[i];
14219
+ var childToDelete = deletions[i],
14220
+ prevEffectStart = pushComponentEffectStart();
14191
14221
  nextEffect = childToDelete;
14192
14222
  commitPassiveUnmountEffectsInsideOfDeletedTree_begin(
14193
14223
  childToDelete,
14194
14224
  parentFiber
14195
14225
  );
14226
+ popComponentEffectStart(prevEffectStart);
14196
14227
  }
14197
14228
  detachAlternateSiblings(parentFiber);
14198
14229
  }
@@ -14202,6 +14233,7 @@
14202
14233
  (parentFiber = parentFiber.sibling);
14203
14234
  }
14204
14235
  function commitPassiveUnmountOnFiber(finishedWork) {
14236
+ var prevEffectStart = pushComponentEffectStart();
14205
14237
  switch (finishedWork.tag) {
14206
14238
  case 0:
14207
14239
  case 11:
@@ -14215,23 +14247,24 @@
14215
14247
  );
14216
14248
  break;
14217
14249
  case 3:
14218
- var prevEffectDuration = pushNestedEffectDurations();
14250
+ var prevProfilerEffectDuration = pushNestedEffectDurations();
14219
14251
  recursivelyTraversePassiveUnmountEffects(finishedWork);
14220
14252
  finishedWork.stateNode.passiveEffectDuration +=
14221
- popNestedEffectDurations(prevEffectDuration);
14253
+ popNestedEffectDurations(prevProfilerEffectDuration);
14222
14254
  break;
14223
14255
  case 12:
14224
- prevEffectDuration = pushNestedEffectDurations();
14256
+ prevProfilerEffectDuration = pushNestedEffectDurations();
14225
14257
  recursivelyTraversePassiveUnmountEffects(finishedWork);
14226
14258
  finishedWork.stateNode.passiveEffectDuration +=
14227
- bubbleNestedEffectDurations(prevEffectDuration);
14259
+ bubbleNestedEffectDurations(prevProfilerEffectDuration);
14228
14260
  break;
14229
14261
  case 22:
14230
- prevEffectDuration = finishedWork.stateNode;
14262
+ prevProfilerEffectDuration = finishedWork.stateNode;
14231
14263
  null !== finishedWork.memoizedState &&
14232
- prevEffectDuration._visibility & OffscreenPassiveEffectsConnected &&
14264
+ prevProfilerEffectDuration._visibility &
14265
+ OffscreenPassiveEffectsConnected &&
14233
14266
  (null === finishedWork.return || 13 !== finishedWork.return.tag)
14234
- ? ((prevEffectDuration._visibility &=
14267
+ ? ((prevProfilerEffectDuration._visibility &=
14235
14268
  ~OffscreenPassiveEffectsConnected),
14236
14269
  recursivelyTraverseDisconnectPassiveEffects(finishedWork))
14237
14270
  : recursivelyTraversePassiveUnmountEffects(finishedWork);
@@ -14239,18 +14272,21 @@
14239
14272
  default:
14240
14273
  recursivelyTraversePassiveUnmountEffects(finishedWork);
14241
14274
  }
14275
+ popComponentEffectStart(prevEffectStart);
14242
14276
  }
14243
14277
  function recursivelyTraverseDisconnectPassiveEffects(parentFiber) {
14244
14278
  var deletions = parentFiber.deletions;
14245
14279
  if (0 !== (parentFiber.flags & 16)) {
14246
14280
  if (null !== deletions)
14247
14281
  for (var i = 0; i < deletions.length; i++) {
14248
- var childToDelete = deletions[i];
14282
+ var childToDelete = deletions[i],
14283
+ prevEffectStart = pushComponentEffectStart();
14249
14284
  nextEffect = childToDelete;
14250
14285
  commitPassiveUnmountEffectsInsideOfDeletedTree_begin(
14251
14286
  childToDelete,
14252
14287
  parentFiber
14253
14288
  );
14289
+ popComponentEffectStart(prevEffectStart);
14254
14290
  }
14255
14291
  detachAlternateSiblings(parentFiber);
14256
14292
  }
@@ -14259,6 +14295,7 @@
14259
14295
  (parentFiber = parentFiber.sibling);
14260
14296
  }
14261
14297
  function disconnectPassiveEffect(finishedWork) {
14298
+ var prevEffectStart = pushComponentEffectStart();
14262
14299
  switch (finishedWork.tag) {
14263
14300
  case 0:
14264
14301
  case 11:
@@ -14279,14 +14316,17 @@
14279
14316
  default:
14280
14317
  recursivelyTraverseDisconnectPassiveEffects(finishedWork);
14281
14318
  }
14319
+ popComponentEffectStart(prevEffectStart);
14282
14320
  }
14283
14321
  function commitPassiveUnmountEffectsInsideOfDeletedTree_begin(
14284
14322
  deletedSubtreeRoot,
14285
- nearestMountedAncestor
14323
+ nearestMountedAncestor$jscomp$0
14286
14324
  ) {
14287
14325
  for (; null !== nextEffect; ) {
14288
14326
  var fiber = nextEffect,
14289
- current = fiber;
14327
+ current = fiber,
14328
+ nearestMountedAncestor = nearestMountedAncestor$jscomp$0,
14329
+ prevEffectStart = pushComponentEffectStart();
14290
14330
  switch (current.tag) {
14291
14331
  case 0:
14292
14332
  case 11:
@@ -14307,24 +14347,26 @@
14307
14347
  case 24:
14308
14348
  releaseCache(current.memoizedState.cache);
14309
14349
  }
14310
- current = fiber.child;
14311
- if (null !== current) (current.return = fiber), (nextEffect = current);
14350
+ popComponentEffectStart(prevEffectStart);
14351
+ prevEffectStart = fiber.child;
14352
+ if (null !== prevEffectStart)
14353
+ (prevEffectStart.return = fiber), (nextEffect = prevEffectStart);
14312
14354
  else
14313
14355
  a: for (fiber = deletedSubtreeRoot; null !== nextEffect; ) {
14314
- current = nextEffect;
14315
- var sibling = current.sibling,
14316
- returnFiber = current.return;
14317
- detachFiberAfterEffects(current);
14318
- if (current === fiber) {
14356
+ prevEffectStart = nextEffect;
14357
+ current = prevEffectStart.sibling;
14358
+ nearestMountedAncestor = prevEffectStart.return;
14359
+ detachFiberAfterEffects(prevEffectStart);
14360
+ if (prevEffectStart === fiber) {
14319
14361
  nextEffect = null;
14320
14362
  break a;
14321
14363
  }
14322
- if (null !== sibling) {
14323
- sibling.return = returnFiber;
14324
- nextEffect = sibling;
14364
+ if (null !== current) {
14365
+ current.return = nearestMountedAncestor;
14366
+ nextEffect = current;
14325
14367
  break a;
14326
14368
  }
14327
- nextEffect = returnFiber;
14369
+ nextEffect = nearestMountedAncestor;
14328
14370
  }
14329
14371
  }
14330
14372
  }
@@ -15073,7 +15115,11 @@
15073
15115
  case 5:
15074
15116
  case 27:
15075
15117
  var hostFiber = workInProgress;
15076
- if (resource ? preloadResource(resource) : 1) {
15118
+ if (
15119
+ resource
15120
+ ? preloadResource(resource)
15121
+ : hostFiber.stateNode.complete
15122
+ ) {
15077
15123
  workInProgressSuspendedReason = NotSuspended;
15078
15124
  workInProgressThrownValue = null;
15079
15125
  var sibling = hostFiber.sibling;
@@ -15448,6 +15494,7 @@
15448
15494
  try {
15449
15495
  inProgressLanes = lanes;
15450
15496
  inProgressRoot = root;
15497
+ componentEffectStartTime = -1.1;
15451
15498
  commitMutationEffectsOnFiber(finishedWork, root);
15452
15499
  inProgressRoot = inProgressLanes = null;
15453
15500
  lanes = selectionInformation;
@@ -15581,6 +15628,7 @@
15581
15628
  injectedProfilingHooks.markLayoutEffectsStarted(lanes),
15582
15629
  (inProgressLanes = lanes),
15583
15630
  (inProgressRoot = root),
15631
+ (componentEffectStartTime = -1.1),
15584
15632
  commitLayoutEffectOnFiber(
15585
15633
  root,
15586
15634
  finishedWork.alternate,
@@ -15758,10 +15806,14 @@
15758
15806
  injectedProfilingHooks.markPassiveEffectsStarted(lanes);
15759
15807
  var prevExecutionContext = executionContext;
15760
15808
  executionContext |= CommitContext;
15761
- commitPassiveUnmountOnFiber(root$jscomp$0.current);
15809
+ var finishedWork = root$jscomp$0.current;
15810
+ componentEffectStartTime = -1.1;
15811
+ commitPassiveUnmountOnFiber(finishedWork);
15812
+ var finishedWork$jscomp$0 = root$jscomp$0.current;
15813
+ componentEffectStartTime = -1.1;
15762
15814
  commitPassiveMountOnFiber(
15763
15815
  root$jscomp$0,
15764
- root$jscomp$0.current,
15816
+ finishedWork$jscomp$0,
15765
15817
  lanes,
15766
15818
  priority
15767
15819
  );
@@ -22629,6 +22681,7 @@
22629
22681
  commitStartTime = -0,
22630
22682
  profilerStartTime = -1.1,
22631
22683
  profilerEffectDuration = -0,
22684
+ componentEffectStartTime = -1.1,
22632
22685
  currentUpdateIsNested = !1,
22633
22686
  nestedUpdateScheduled = !1,
22634
22687
  currentEntangledListeners = null,
@@ -24840,11 +24893,11 @@
24840
24893
  };
24841
24894
  (function () {
24842
24895
  var isomorphicReactPackageVersion = React.version;
24843
- if ("19.2.0-canary-b10cb4c0-20250403" !== isomorphicReactPackageVersion)
24896
+ if ("19.2.0-canary-6a7650c7-20250405" !== isomorphicReactPackageVersion)
24844
24897
  throw Error(
24845
24898
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
24846
24899
  (isomorphicReactPackageVersion +
24847
- "\n - react-dom: 19.2.0-canary-b10cb4c0-20250403\nLearn more: https://react.dev/warnings/version-mismatch")
24900
+ "\n - react-dom: 19.2.0-canary-6a7650c7-20250405\nLearn more: https://react.dev/warnings/version-mismatch")
24848
24901
  );
24849
24902
  })();
24850
24903
  ("function" === typeof Map &&
@@ -24881,10 +24934,10 @@
24881
24934
  !(function () {
24882
24935
  var internals = {
24883
24936
  bundleType: 1,
24884
- version: "19.2.0-canary-b10cb4c0-20250403",
24937
+ version: "19.2.0-canary-6a7650c7-20250405",
24885
24938
  rendererPackageName: "react-dom",
24886
24939
  currentDispatcherRef: ReactSharedInternals,
24887
- reconcilerVersion: "19.2.0-canary-b10cb4c0-20250403"
24940
+ reconcilerVersion: "19.2.0-canary-6a7650c7-20250405"
24888
24941
  };
24889
24942
  internals.overrideHookState = overrideHookState;
24890
24943
  internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -25028,7 +25081,7 @@
25028
25081
  listenToAllSupportedEvents(container);
25029
25082
  return new ReactDOMHydrationRoot(initialChildren);
25030
25083
  };
25031
- exports.version = "19.2.0-canary-b10cb4c0-20250403";
25084
+ exports.version = "19.2.0-canary-6a7650c7-20250405";
25032
25085
  "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
25033
25086
  "function" ===
25034
25087
  typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&