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.
@@ -4887,6 +4887,14 @@
4887
4887
  profilerEffectDuration += prevEffectDuration;
4888
4888
  return elapsedTime;
4889
4889
  }
4890
+ function pushComponentEffectStart() {
4891
+ var prevEffectStart = componentEffectStartTime;
4892
+ componentEffectStartTime = -1.1;
4893
+ return prevEffectStart;
4894
+ }
4895
+ function popComponentEffectStart(prevEffectStart) {
4896
+ 0 <= prevEffectStart && (componentEffectStartTime = prevEffectStart);
4897
+ }
4890
4898
  function startProfilerTimer(fiber) {
4891
4899
  profilerStartTime = now();
4892
4900
  0 > fiber.actualStartTime && (fiber.actualStartTime = profilerStartTime);
@@ -4915,6 +4923,8 @@
4915
4923
  }
4916
4924
  function startEffectTimer() {
4917
4925
  profilerStartTime = now();
4926
+ 0 > componentEffectStartTime &&
4927
+ (componentEffectStartTime = profilerStartTime);
4918
4928
  }
4919
4929
  function transferActualDuration(fiber) {
4920
4930
  for (var child = fiber.child; child; )
@@ -7809,7 +7819,7 @@
7809
7819
  objectIs(hook, prevValue) || (didReceiveUpdate = !0),
7810
7820
  hook
7811
7821
  );
7812
- if (0 === (renderLanes & 42))
7822
+ if (0 === (renderLanes & 42) || 0 !== (renderLanes & 1073741824))
7813
7823
  return (didReceiveUpdate = !0), (hook.memoizedState = value);
7814
7824
  hook = requestDeferredLane();
7815
7825
  currentlyRenderingFiber.lanes |= hook;
@@ -9577,32 +9587,32 @@
9577
9587
  return current;
9578
9588
  }
9579
9589
  function updateSuspenseComponent(current, workInProgress, renderLanes) {
9580
- var JSCompiler_object_inline_digest_2441;
9581
- var JSCompiler_object_inline_stack_2442 = workInProgress.pendingProps;
9590
+ var JSCompiler_object_inline_digest_2453;
9591
+ var JSCompiler_object_inline_stack_2454 = workInProgress.pendingProps;
9582
9592
  shouldSuspendImpl(workInProgress) && (workInProgress.flags |= 128);
9583
- var JSCompiler_object_inline_componentStack_2443 = !1;
9593
+ var JSCompiler_object_inline_componentStack_2455 = !1;
9584
9594
  var didSuspend = 0 !== (workInProgress.flags & 128);
9585
- (JSCompiler_object_inline_digest_2441 = didSuspend) ||
9586
- (JSCompiler_object_inline_digest_2441 =
9595
+ (JSCompiler_object_inline_digest_2453 = didSuspend) ||
9596
+ (JSCompiler_object_inline_digest_2453 =
9587
9597
  null !== current && null === current.memoizedState
9588
9598
  ? !1
9589
9599
  : 0 !== (suspenseStackCursor.current & ForceSuspenseFallback));
9590
- JSCompiler_object_inline_digest_2441 &&
9591
- ((JSCompiler_object_inline_componentStack_2443 = !0),
9600
+ JSCompiler_object_inline_digest_2453 &&
9601
+ ((JSCompiler_object_inline_componentStack_2455 = !0),
9592
9602
  (workInProgress.flags &= -129));
9593
- JSCompiler_object_inline_digest_2441 = 0 !== (workInProgress.flags & 32);
9603
+ JSCompiler_object_inline_digest_2453 = 0 !== (workInProgress.flags & 32);
9594
9604
  workInProgress.flags &= -33;
9595
9605
  if (null === current) {
9596
9606
  if (isHydrating) {
9597
- JSCompiler_object_inline_componentStack_2443
9607
+ JSCompiler_object_inline_componentStack_2455
9598
9608
  ? pushPrimaryTreeSuspenseHandler(workInProgress)
9599
9609
  : reuseSuspenseHandlerOnStack(workInProgress);
9600
9610
  if (isHydrating) {
9601
- var JSCompiler_object_inline_message_2440 = nextHydratableInstance;
9611
+ var JSCompiler_object_inline_message_2452 = nextHydratableInstance;
9602
9612
  var JSCompiler_temp;
9603
- if (!(JSCompiler_temp = !JSCompiler_object_inline_message_2440)) {
9613
+ if (!(JSCompiler_temp = !JSCompiler_object_inline_message_2452)) {
9604
9614
  c: {
9605
- var instance = JSCompiler_object_inline_message_2440;
9615
+ var instance = JSCompiler_object_inline_message_2452;
9606
9616
  for (
9607
9617
  JSCompiler_temp = rootOrSingletonContext;
9608
9618
  8 !== instance.nodeType;
@@ -9644,77 +9654,77 @@
9644
9654
  JSCompiler_temp &&
9645
9655
  (warnNonHydratedInstance(
9646
9656
  workInProgress,
9647
- JSCompiler_object_inline_message_2440
9657
+ JSCompiler_object_inline_message_2452
9648
9658
  ),
9649
9659
  throwOnHydrationMismatch(workInProgress));
9650
9660
  }
9651
- JSCompiler_object_inline_message_2440 = workInProgress.memoizedState;
9661
+ JSCompiler_object_inline_message_2452 = workInProgress.memoizedState;
9652
9662
  if (
9653
- null !== JSCompiler_object_inline_message_2440 &&
9654
- ((JSCompiler_object_inline_message_2440 =
9655
- JSCompiler_object_inline_message_2440.dehydrated),
9656
- null !== JSCompiler_object_inline_message_2440)
9663
+ null !== JSCompiler_object_inline_message_2452 &&
9664
+ ((JSCompiler_object_inline_message_2452 =
9665
+ JSCompiler_object_inline_message_2452.dehydrated),
9666
+ null !== JSCompiler_object_inline_message_2452)
9657
9667
  )
9658
9668
  return (
9659
- isSuspenseInstanceFallback(JSCompiler_object_inline_message_2440)
9669
+ isSuspenseInstanceFallback(JSCompiler_object_inline_message_2452)
9660
9670
  ? (workInProgress.lanes = 32)
9661
9671
  : (workInProgress.lanes = 536870912),
9662
9672
  null
9663
9673
  );
9664
9674
  popSuspenseHandler(workInProgress);
9665
9675
  }
9666
- JSCompiler_object_inline_message_2440 =
9667
- JSCompiler_object_inline_stack_2442.children;
9668
- JSCompiler_object_inline_stack_2442 =
9669
- JSCompiler_object_inline_stack_2442.fallback;
9670
- if (JSCompiler_object_inline_componentStack_2443)
9676
+ JSCompiler_object_inline_message_2452 =
9677
+ JSCompiler_object_inline_stack_2454.children;
9678
+ JSCompiler_object_inline_stack_2454 =
9679
+ JSCompiler_object_inline_stack_2454.fallback;
9680
+ if (JSCompiler_object_inline_componentStack_2455)
9671
9681
  return (
9672
9682
  reuseSuspenseHandlerOnStack(workInProgress),
9673
- (JSCompiler_object_inline_componentStack_2443 =
9683
+ (JSCompiler_object_inline_componentStack_2455 =
9674
9684
  workInProgress.mode),
9675
- (JSCompiler_object_inline_message_2440 =
9685
+ (JSCompiler_object_inline_message_2452 =
9676
9686
  mountWorkInProgressOffscreenFiber(
9677
9687
  {
9678
9688
  mode: "hidden",
9679
- children: JSCompiler_object_inline_message_2440
9689
+ children: JSCompiler_object_inline_message_2452
9680
9690
  },
9681
- JSCompiler_object_inline_componentStack_2443
9691
+ JSCompiler_object_inline_componentStack_2455
9682
9692
  )),
9683
- (JSCompiler_object_inline_stack_2442 = createFiberFromFragment(
9684
- JSCompiler_object_inline_stack_2442,
9685
- JSCompiler_object_inline_componentStack_2443,
9693
+ (JSCompiler_object_inline_stack_2454 = createFiberFromFragment(
9694
+ JSCompiler_object_inline_stack_2454,
9695
+ JSCompiler_object_inline_componentStack_2455,
9686
9696
  renderLanes,
9687
9697
  null
9688
9698
  )),
9689
- (JSCompiler_object_inline_message_2440.return = workInProgress),
9690
- (JSCompiler_object_inline_stack_2442.return = workInProgress),
9691
- (JSCompiler_object_inline_message_2440.sibling =
9692
- JSCompiler_object_inline_stack_2442),
9693
- (workInProgress.child = JSCompiler_object_inline_message_2440),
9694
- (JSCompiler_object_inline_componentStack_2443 =
9699
+ (JSCompiler_object_inline_message_2452.return = workInProgress),
9700
+ (JSCompiler_object_inline_stack_2454.return = workInProgress),
9701
+ (JSCompiler_object_inline_message_2452.sibling =
9702
+ JSCompiler_object_inline_stack_2454),
9703
+ (workInProgress.child = JSCompiler_object_inline_message_2452),
9704
+ (JSCompiler_object_inline_componentStack_2455 =
9695
9705
  workInProgress.child),
9696
- (JSCompiler_object_inline_componentStack_2443.memoizedState =
9706
+ (JSCompiler_object_inline_componentStack_2455.memoizedState =
9697
9707
  mountSuspenseOffscreenState(renderLanes)),
9698
- (JSCompiler_object_inline_componentStack_2443.childLanes =
9708
+ (JSCompiler_object_inline_componentStack_2455.childLanes =
9699
9709
  getRemainingWorkInPrimaryTree(
9700
9710
  current,
9701
- JSCompiler_object_inline_digest_2441,
9711
+ JSCompiler_object_inline_digest_2453,
9702
9712
  renderLanes
9703
9713
  )),
9704
9714
  (workInProgress.memoizedState = SUSPENDED_MARKER),
9705
- JSCompiler_object_inline_stack_2442
9715
+ JSCompiler_object_inline_stack_2454
9706
9716
  );
9707
9717
  pushPrimaryTreeSuspenseHandler(workInProgress);
9708
9718
  return mountSuspensePrimaryChildren(
9709
9719
  workInProgress,
9710
- JSCompiler_object_inline_message_2440
9720
+ JSCompiler_object_inline_message_2452
9711
9721
  );
9712
9722
  }
9713
9723
  var prevState = current.memoizedState;
9714
9724
  if (
9715
9725
  null !== prevState &&
9716
- ((JSCompiler_object_inline_message_2440 = prevState.dehydrated),
9717
- null !== JSCompiler_object_inline_message_2440)
9726
+ ((JSCompiler_object_inline_message_2452 = prevState.dehydrated),
9727
+ null !== JSCompiler_object_inline_message_2452)
9718
9728
  ) {
9719
9729
  if (didSuspend)
9720
9730
  workInProgress.flags & 256
@@ -9731,94 +9741,94 @@
9731
9741
  (workInProgress.flags |= 128),
9732
9742
  (workInProgress = null))
9733
9743
  : (reuseSuspenseHandlerOnStack(workInProgress),
9734
- (JSCompiler_object_inline_componentStack_2443 =
9735
- JSCompiler_object_inline_stack_2442.fallback),
9736
- (JSCompiler_object_inline_message_2440 = workInProgress.mode),
9737
- (JSCompiler_object_inline_stack_2442 =
9744
+ (JSCompiler_object_inline_componentStack_2455 =
9745
+ JSCompiler_object_inline_stack_2454.fallback),
9746
+ (JSCompiler_object_inline_message_2452 = workInProgress.mode),
9747
+ (JSCompiler_object_inline_stack_2454 =
9738
9748
  mountWorkInProgressOffscreenFiber(
9739
9749
  {
9740
9750
  mode: "visible",
9741
- children: JSCompiler_object_inline_stack_2442.children
9751
+ children: JSCompiler_object_inline_stack_2454.children
9742
9752
  },
9743
- JSCompiler_object_inline_message_2440
9753
+ JSCompiler_object_inline_message_2452
9744
9754
  )),
9745
- (JSCompiler_object_inline_componentStack_2443 =
9755
+ (JSCompiler_object_inline_componentStack_2455 =
9746
9756
  createFiberFromFragment(
9747
- JSCompiler_object_inline_componentStack_2443,
9748
- JSCompiler_object_inline_message_2440,
9757
+ JSCompiler_object_inline_componentStack_2455,
9758
+ JSCompiler_object_inline_message_2452,
9749
9759
  renderLanes,
9750
9760
  null
9751
9761
  )),
9752
- (JSCompiler_object_inline_componentStack_2443.flags |= 2),
9753
- (JSCompiler_object_inline_stack_2442.return = workInProgress),
9754
- (JSCompiler_object_inline_componentStack_2443.return =
9762
+ (JSCompiler_object_inline_componentStack_2455.flags |= 2),
9763
+ (JSCompiler_object_inline_stack_2454.return = workInProgress),
9764
+ (JSCompiler_object_inline_componentStack_2455.return =
9755
9765
  workInProgress),
9756
- (JSCompiler_object_inline_stack_2442.sibling =
9757
- JSCompiler_object_inline_componentStack_2443),
9758
- (workInProgress.child = JSCompiler_object_inline_stack_2442),
9766
+ (JSCompiler_object_inline_stack_2454.sibling =
9767
+ JSCompiler_object_inline_componentStack_2455),
9768
+ (workInProgress.child = JSCompiler_object_inline_stack_2454),
9759
9769
  reconcileChildFibers(
9760
9770
  workInProgress,
9761
9771
  current.child,
9762
9772
  null,
9763
9773
  renderLanes
9764
9774
  ),
9765
- (JSCompiler_object_inline_stack_2442 = workInProgress.child),
9766
- (JSCompiler_object_inline_stack_2442.memoizedState =
9775
+ (JSCompiler_object_inline_stack_2454 = workInProgress.child),
9776
+ (JSCompiler_object_inline_stack_2454.memoizedState =
9767
9777
  mountSuspenseOffscreenState(renderLanes)),
9768
- (JSCompiler_object_inline_stack_2442.childLanes =
9778
+ (JSCompiler_object_inline_stack_2454.childLanes =
9769
9779
  getRemainingWorkInPrimaryTree(
9770
9780
  current,
9771
- JSCompiler_object_inline_digest_2441,
9781
+ JSCompiler_object_inline_digest_2453,
9772
9782
  renderLanes
9773
9783
  )),
9774
9784
  (workInProgress.memoizedState = SUSPENDED_MARKER),
9775
9785
  (workInProgress =
9776
- JSCompiler_object_inline_componentStack_2443));
9786
+ JSCompiler_object_inline_componentStack_2455));
9777
9787
  else if (
9778
9788
  (pushPrimaryTreeSuspenseHandler(workInProgress),
9779
9789
  isHydrating &&
9780
9790
  console.error(
9781
9791
  "We should not be hydrating here. This is a bug in React. Please file a bug."
9782
9792
  ),
9783
- isSuspenseInstanceFallback(JSCompiler_object_inline_message_2440))
9793
+ isSuspenseInstanceFallback(JSCompiler_object_inline_message_2452))
9784
9794
  ) {
9785
- JSCompiler_object_inline_digest_2441 =
9786
- JSCompiler_object_inline_message_2440.nextSibling &&
9787
- JSCompiler_object_inline_message_2440.nextSibling.dataset;
9788
- if (JSCompiler_object_inline_digest_2441) {
9789
- JSCompiler_temp = JSCompiler_object_inline_digest_2441.dgst;
9790
- var message = JSCompiler_object_inline_digest_2441.msg;
9791
- instance = JSCompiler_object_inline_digest_2441.stck;
9792
- var componentStack = JSCompiler_object_inline_digest_2441.cstck;
9795
+ JSCompiler_object_inline_digest_2453 =
9796
+ JSCompiler_object_inline_message_2452.nextSibling &&
9797
+ JSCompiler_object_inline_message_2452.nextSibling.dataset;
9798
+ if (JSCompiler_object_inline_digest_2453) {
9799
+ JSCompiler_temp = JSCompiler_object_inline_digest_2453.dgst;
9800
+ var message = JSCompiler_object_inline_digest_2453.msg;
9801
+ instance = JSCompiler_object_inline_digest_2453.stck;
9802
+ var componentStack = JSCompiler_object_inline_digest_2453.cstck;
9793
9803
  }
9794
- JSCompiler_object_inline_message_2440 = message;
9795
- JSCompiler_object_inline_digest_2441 = JSCompiler_temp;
9796
- JSCompiler_object_inline_stack_2442 = instance;
9797
- JSCompiler_temp = JSCompiler_object_inline_componentStack_2443 =
9804
+ JSCompiler_object_inline_message_2452 = message;
9805
+ JSCompiler_object_inline_digest_2453 = JSCompiler_temp;
9806
+ JSCompiler_object_inline_stack_2454 = instance;
9807
+ JSCompiler_temp = JSCompiler_object_inline_componentStack_2455 =
9798
9808
  componentStack;
9799
- JSCompiler_object_inline_componentStack_2443 =
9800
- JSCompiler_object_inline_message_2440
9801
- ? Error(JSCompiler_object_inline_message_2440)
9809
+ JSCompiler_object_inline_componentStack_2455 =
9810
+ JSCompiler_object_inline_message_2452
9811
+ ? Error(JSCompiler_object_inline_message_2452)
9802
9812
  : Error(
9803
9813
  "The server could not finish this Suspense boundary, likely due to an error during server rendering. Switched to client rendering."
9804
9814
  );
9805
- JSCompiler_object_inline_componentStack_2443.stack =
9806
- JSCompiler_object_inline_stack_2442 || "";
9807
- JSCompiler_object_inline_componentStack_2443.digest =
9808
- JSCompiler_object_inline_digest_2441;
9809
- JSCompiler_object_inline_digest_2441 =
9815
+ JSCompiler_object_inline_componentStack_2455.stack =
9816
+ JSCompiler_object_inline_stack_2454 || "";
9817
+ JSCompiler_object_inline_componentStack_2455.digest =
9818
+ JSCompiler_object_inline_digest_2453;
9819
+ JSCompiler_object_inline_digest_2453 =
9810
9820
  void 0 === JSCompiler_temp ? null : JSCompiler_temp;
9811
- JSCompiler_object_inline_stack_2442 = {
9812
- value: JSCompiler_object_inline_componentStack_2443,
9821
+ JSCompiler_object_inline_stack_2454 = {
9822
+ value: JSCompiler_object_inline_componentStack_2455,
9813
9823
  source: null,
9814
- stack: JSCompiler_object_inline_digest_2441
9824
+ stack: JSCompiler_object_inline_digest_2453
9815
9825
  };
9816
- "string" === typeof JSCompiler_object_inline_digest_2441 &&
9826
+ "string" === typeof JSCompiler_object_inline_digest_2453 &&
9817
9827
  CapturedStacks.set(
9818
- JSCompiler_object_inline_componentStack_2443,
9819
- JSCompiler_object_inline_stack_2442
9828
+ JSCompiler_object_inline_componentStack_2455,
9829
+ JSCompiler_object_inline_stack_2454
9820
9830
  );
9821
- queueHydrationError(JSCompiler_object_inline_stack_2442);
9831
+ queueHydrationError(JSCompiler_object_inline_stack_2454);
9822
9832
  workInProgress = retrySuspenseComponentWithoutHydrating(
9823
9833
  current,
9824
9834
  workInProgress,
@@ -9832,44 +9842,44 @@
9832
9842
  renderLanes,
9833
9843
  !1
9834
9844
  ),
9835
- (JSCompiler_object_inline_digest_2441 =
9845
+ (JSCompiler_object_inline_digest_2453 =
9836
9846
  0 !== (renderLanes & current.childLanes)),
9837
- didReceiveUpdate || JSCompiler_object_inline_digest_2441)
9847
+ didReceiveUpdate || JSCompiler_object_inline_digest_2453)
9838
9848
  ) {
9839
- JSCompiler_object_inline_digest_2441 = workInProgressRoot;
9849
+ JSCompiler_object_inline_digest_2453 = workInProgressRoot;
9840
9850
  if (
9841
- null !== JSCompiler_object_inline_digest_2441 &&
9842
- ((JSCompiler_object_inline_stack_2442 = renderLanes & -renderLanes),
9843
- (JSCompiler_object_inline_stack_2442 =
9844
- 0 !== (JSCompiler_object_inline_stack_2442 & 42)
9851
+ null !== JSCompiler_object_inline_digest_2453 &&
9852
+ ((JSCompiler_object_inline_stack_2454 = renderLanes & -renderLanes),
9853
+ (JSCompiler_object_inline_stack_2454 =
9854
+ 0 !== (JSCompiler_object_inline_stack_2454 & 42)
9845
9855
  ? 1
9846
9856
  : getBumpedLaneForHydrationByLane(
9847
- JSCompiler_object_inline_stack_2442
9857
+ JSCompiler_object_inline_stack_2454
9848
9858
  )),
9849
- (JSCompiler_object_inline_stack_2442 =
9859
+ (JSCompiler_object_inline_stack_2454 =
9850
9860
  0 !==
9851
- (JSCompiler_object_inline_stack_2442 &
9852
- (JSCompiler_object_inline_digest_2441.suspendedLanes |
9861
+ (JSCompiler_object_inline_stack_2454 &
9862
+ (JSCompiler_object_inline_digest_2453.suspendedLanes |
9853
9863
  renderLanes))
9854
9864
  ? 0
9855
- : JSCompiler_object_inline_stack_2442),
9856
- 0 !== JSCompiler_object_inline_stack_2442 &&
9857
- JSCompiler_object_inline_stack_2442 !== prevState.retryLane)
9865
+ : JSCompiler_object_inline_stack_2454),
9866
+ 0 !== JSCompiler_object_inline_stack_2454 &&
9867
+ JSCompiler_object_inline_stack_2454 !== prevState.retryLane)
9858
9868
  )
9859
9869
  throw (
9860
- ((prevState.retryLane = JSCompiler_object_inline_stack_2442),
9870
+ ((prevState.retryLane = JSCompiler_object_inline_stack_2454),
9861
9871
  enqueueConcurrentRenderForLane(
9862
9872
  current,
9863
- JSCompiler_object_inline_stack_2442
9873
+ JSCompiler_object_inline_stack_2454
9864
9874
  ),
9865
9875
  scheduleUpdateOnFiber(
9866
- JSCompiler_object_inline_digest_2441,
9876
+ JSCompiler_object_inline_digest_2453,
9867
9877
  current,
9868
- JSCompiler_object_inline_stack_2442
9878
+ JSCompiler_object_inline_stack_2454
9869
9879
  ),
9870
9880
  SelectiveHydrationException)
9871
9881
  );
9872
- JSCompiler_object_inline_message_2440.data ===
9882
+ JSCompiler_object_inline_message_2452.data ===
9873
9883
  SUSPENSE_PENDING_START_DATA || renderDidSuspendDelayIfPossible();
9874
9884
  workInProgress = retrySuspenseComponentWithoutHydrating(
9875
9885
  current,
@@ -9877,14 +9887,14 @@
9877
9887
  renderLanes
9878
9888
  );
9879
9889
  } else
9880
- JSCompiler_object_inline_message_2440.data ===
9890
+ JSCompiler_object_inline_message_2452.data ===
9881
9891
  SUSPENSE_PENDING_START_DATA
9882
9892
  ? ((workInProgress.flags |= 192),
9883
9893
  (workInProgress.child = current.child),
9884
9894
  (workInProgress = null))
9885
9895
  : ((current = prevState.treeContext),
9886
9896
  (nextHydratableInstance = getNextHydratable(
9887
- JSCompiler_object_inline_message_2440.nextSibling
9897
+ JSCompiler_object_inline_message_2452.nextSibling
9888
9898
  )),
9889
9899
  (hydrationParentFiber = workInProgress),
9890
9900
  (isHydrating = !0),
@@ -9902,57 +9912,57 @@
9902
9912
  (treeContextProvider = workInProgress)),
9903
9913
  (workInProgress = mountSuspensePrimaryChildren(
9904
9914
  workInProgress,
9905
- JSCompiler_object_inline_stack_2442.children
9915
+ JSCompiler_object_inline_stack_2454.children
9906
9916
  )),
9907
9917
  (workInProgress.flags |= 4096));
9908
9918
  return workInProgress;
9909
9919
  }
9910
- if (JSCompiler_object_inline_componentStack_2443)
9920
+ if (JSCompiler_object_inline_componentStack_2455)
9911
9921
  return (
9912
9922
  reuseSuspenseHandlerOnStack(workInProgress),
9913
- (JSCompiler_object_inline_componentStack_2443 =
9914
- JSCompiler_object_inline_stack_2442.fallback),
9915
- (JSCompiler_object_inline_message_2440 = workInProgress.mode),
9923
+ (JSCompiler_object_inline_componentStack_2455 =
9924
+ JSCompiler_object_inline_stack_2454.fallback),
9925
+ (JSCompiler_object_inline_message_2452 = workInProgress.mode),
9916
9926
  (JSCompiler_temp = current.child),
9917
9927
  (instance = JSCompiler_temp.sibling),
9918
- (JSCompiler_object_inline_stack_2442 = createWorkInProgress(
9928
+ (JSCompiler_object_inline_stack_2454 = createWorkInProgress(
9919
9929
  JSCompiler_temp,
9920
9930
  {
9921
9931
  mode: "hidden",
9922
- children: JSCompiler_object_inline_stack_2442.children
9932
+ children: JSCompiler_object_inline_stack_2454.children
9923
9933
  }
9924
9934
  )),
9925
- (JSCompiler_object_inline_stack_2442.subtreeFlags =
9935
+ (JSCompiler_object_inline_stack_2454.subtreeFlags =
9926
9936
  JSCompiler_temp.subtreeFlags & 65011712),
9927
9937
  null !== instance
9928
- ? (JSCompiler_object_inline_componentStack_2443 =
9938
+ ? (JSCompiler_object_inline_componentStack_2455 =
9929
9939
  createWorkInProgress(
9930
9940
  instance,
9931
- JSCompiler_object_inline_componentStack_2443
9941
+ JSCompiler_object_inline_componentStack_2455
9932
9942
  ))
9933
- : ((JSCompiler_object_inline_componentStack_2443 =
9943
+ : ((JSCompiler_object_inline_componentStack_2455 =
9934
9944
  createFiberFromFragment(
9935
- JSCompiler_object_inline_componentStack_2443,
9936
- JSCompiler_object_inline_message_2440,
9945
+ JSCompiler_object_inline_componentStack_2455,
9946
+ JSCompiler_object_inline_message_2452,
9937
9947
  renderLanes,
9938
9948
  null
9939
9949
  )),
9940
- (JSCompiler_object_inline_componentStack_2443.flags |= 2)),
9941
- (JSCompiler_object_inline_componentStack_2443.return =
9950
+ (JSCompiler_object_inline_componentStack_2455.flags |= 2)),
9951
+ (JSCompiler_object_inline_componentStack_2455.return =
9942
9952
  workInProgress),
9943
- (JSCompiler_object_inline_stack_2442.return = workInProgress),
9944
- (JSCompiler_object_inline_stack_2442.sibling =
9945
- JSCompiler_object_inline_componentStack_2443),
9946
- (workInProgress.child = JSCompiler_object_inline_stack_2442),
9947
- (JSCompiler_object_inline_stack_2442 =
9948
- JSCompiler_object_inline_componentStack_2443),
9949
- (JSCompiler_object_inline_componentStack_2443 = workInProgress.child),
9950
- (JSCompiler_object_inline_message_2440 = current.child.memoizedState),
9951
- null === JSCompiler_object_inline_message_2440
9952
- ? (JSCompiler_object_inline_message_2440 =
9953
+ (JSCompiler_object_inline_stack_2454.return = workInProgress),
9954
+ (JSCompiler_object_inline_stack_2454.sibling =
9955
+ JSCompiler_object_inline_componentStack_2455),
9956
+ (workInProgress.child = JSCompiler_object_inline_stack_2454),
9957
+ (JSCompiler_object_inline_stack_2454 =
9958
+ JSCompiler_object_inline_componentStack_2455),
9959
+ (JSCompiler_object_inline_componentStack_2455 = workInProgress.child),
9960
+ (JSCompiler_object_inline_message_2452 = current.child.memoizedState),
9961
+ null === JSCompiler_object_inline_message_2452
9962
+ ? (JSCompiler_object_inline_message_2452 =
9953
9963
  mountSuspenseOffscreenState(renderLanes))
9954
9964
  : ((JSCompiler_temp =
9955
- JSCompiler_object_inline_message_2440.cachePool),
9965
+ JSCompiler_object_inline_message_2452.cachePool),
9956
9966
  null !== JSCompiler_temp
9957
9967
  ? ((instance = CacheContext._currentValue),
9958
9968
  (JSCompiler_temp =
@@ -9960,37 +9970,37 @@
9960
9970
  ? { parent: instance, pool: instance }
9961
9971
  : JSCompiler_temp))
9962
9972
  : (JSCompiler_temp = getSuspendedCache()),
9963
- (JSCompiler_object_inline_message_2440 = {
9973
+ (JSCompiler_object_inline_message_2452 = {
9964
9974
  baseLanes:
9965
- JSCompiler_object_inline_message_2440.baseLanes | renderLanes,
9975
+ JSCompiler_object_inline_message_2452.baseLanes | renderLanes,
9966
9976
  cachePool: JSCompiler_temp
9967
9977
  })),
9968
- (JSCompiler_object_inline_componentStack_2443.memoizedState =
9969
- JSCompiler_object_inline_message_2440),
9970
- (JSCompiler_object_inline_componentStack_2443.childLanes =
9978
+ (JSCompiler_object_inline_componentStack_2455.memoizedState =
9979
+ JSCompiler_object_inline_message_2452),
9980
+ (JSCompiler_object_inline_componentStack_2455.childLanes =
9971
9981
  getRemainingWorkInPrimaryTree(
9972
9982
  current,
9973
- JSCompiler_object_inline_digest_2441,
9983
+ JSCompiler_object_inline_digest_2453,
9974
9984
  renderLanes
9975
9985
  )),
9976
9986
  (workInProgress.memoizedState = SUSPENDED_MARKER),
9977
- JSCompiler_object_inline_stack_2442
9987
+ JSCompiler_object_inline_stack_2454
9978
9988
  );
9979
9989
  pushPrimaryTreeSuspenseHandler(workInProgress);
9980
9990
  renderLanes = current.child;
9981
9991
  current = renderLanes.sibling;
9982
9992
  renderLanes = createWorkInProgress(renderLanes, {
9983
9993
  mode: "visible",
9984
- children: JSCompiler_object_inline_stack_2442.children
9994
+ children: JSCompiler_object_inline_stack_2454.children
9985
9995
  });
9986
9996
  renderLanes.return = workInProgress;
9987
9997
  renderLanes.sibling = null;
9988
9998
  null !== current &&
9989
- ((JSCompiler_object_inline_digest_2441 = workInProgress.deletions),
9990
- null === JSCompiler_object_inline_digest_2441
9999
+ ((JSCompiler_object_inline_digest_2453 = workInProgress.deletions),
10000
+ null === JSCompiler_object_inline_digest_2453
9991
10001
  ? ((workInProgress.deletions = [current]),
9992
10002
  (workInProgress.flags |= 16))
9993
- : JSCompiler_object_inline_digest_2441.push(current));
10003
+ : JSCompiler_object_inline_digest_2453.push(current));
9994
10004
  workInProgress.child = renderLanes;
9995
10005
  workInProgress.memoizedState = null;
9996
10006
  return renderLanes;
@@ -12636,7 +12646,8 @@
12636
12646
  }
12637
12647
  }
12638
12648
  function commitLayoutEffectOnFiber(finishedRoot, current, finishedWork) {
12639
- var flags = finishedWork.flags;
12649
+ var prevEffectStart = pushComponentEffectStart(),
12650
+ flags = finishedWork.flags;
12640
12651
  switch (finishedWork.tag) {
12641
12652
  case 0:
12642
12653
  case 11:
@@ -12823,6 +12834,7 @@
12823
12834
  default:
12824
12835
  recursivelyTraverseLayoutEffects(finishedRoot, finishedWork);
12825
12836
  }
12837
+ popComponentEffectStart(prevEffectStart);
12826
12838
  }
12827
12839
  function detachFiberAfterEffects(fiber) {
12828
12840
  var alternate = fiber.alternate;
@@ -12876,6 +12888,7 @@
12876
12888
  err
12877
12889
  ));
12878
12890
  }
12891
+ var prevEffectStart = pushComponentEffectStart();
12879
12892
  switch (deletedFiber.tag) {
12880
12893
  case 26:
12881
12894
  offscreenSubtreeWasHidden ||
@@ -13049,6 +13062,7 @@
13049
13062
  deletedFiber
13050
13063
  );
13051
13064
  }
13065
+ popComponentEffectStart(prevEffectStart);
13052
13066
  }
13053
13067
  function commitSuspenseHydrationCallbacks(finishedRoot, finishedWork) {
13054
13068
  if (
@@ -13117,6 +13131,7 @@
13117
13131
  var root = root$jscomp$0,
13118
13132
  returnFiber = parentFiber,
13119
13133
  deletedFiber = deletions[i],
13134
+ prevEffectStart = pushComponentEffectStart(),
13120
13135
  parent = returnFiber;
13121
13136
  a: for (; null !== parent; ) {
13122
13137
  switch (parent.tag) {
@@ -13146,6 +13161,7 @@
13146
13161
  commitDeletionEffectsOnFiber(root, returnFiber, deletedFiber);
13147
13162
  hostParent = null;
13148
13163
  hostParentIsContainer = !1;
13164
+ popComponentEffectStart(prevEffectStart);
13149
13165
  root = deletedFiber;
13150
13166
  returnFiber = root.alternate;
13151
13167
  null !== returnFiber && (returnFiber.return = null);
@@ -13157,7 +13173,8 @@
13157
13173
  (parentFiber = parentFiber.sibling);
13158
13174
  }
13159
13175
  function commitMutationEffectsOnFiber(finishedWork, root) {
13160
- var current = finishedWork.alternate,
13176
+ var prevEffectStart = pushComponentEffectStart(),
13177
+ current = finishedWork.alternate,
13161
13178
  flags = finishedWork.flags;
13162
13179
  switch (finishedWork.tag) {
13163
13180
  case 0:
@@ -13595,6 +13612,7 @@
13595
13612
  recursivelyTraverseMutationEffects(root, finishedWork),
13596
13613
  commitReconciliationEffects(finishedWork);
13597
13614
  }
13615
+ popComponentEffectStart(prevEffectStart);
13598
13616
  }
13599
13617
  function commitReconciliationEffects(finishedWork) {
13600
13618
  var flags = finishedWork.flags;
@@ -13624,6 +13642,7 @@
13624
13642
  (parentFiber = parentFiber.sibling);
13625
13643
  }
13626
13644
  function disappearLayoutEffects(finishedWork) {
13645
+ var prevEffectStart = pushComponentEffectStart();
13627
13646
  switch (finishedWork.tag) {
13628
13647
  case 0:
13629
13648
  case 11:
@@ -13668,6 +13687,7 @@
13668
13687
  default:
13669
13688
  recursivelyTraverseDisappearLayoutEffects(finishedWork);
13670
13689
  }
13690
+ popComponentEffectStart(prevEffectStart);
13671
13691
  }
13672
13692
  function recursivelyTraverseDisappearLayoutEffects(parentFiber) {
13673
13693
  for (parentFiber = parentFiber.child; null !== parentFiber; )
@@ -13680,7 +13700,8 @@
13680
13700
  finishedWork,
13681
13701
  includeWorkInProgressEffects
13682
13702
  ) {
13683
- var flags = finishedWork.flags;
13703
+ var prevEffectStart = pushComponentEffectStart(),
13704
+ flags = finishedWork.flags;
13684
13705
  switch (finishedWork.tag) {
13685
13706
  case 0:
13686
13707
  case 11:
@@ -13798,6 +13819,7 @@
13798
13819
  includeWorkInProgressEffects
13799
13820
  );
13800
13821
  }
13822
+ popComponentEffectStart(prevEffectStart);
13801
13823
  }
13802
13824
  function recursivelyTraverseReappearLayoutEffects(
13803
13825
  finishedRoot,
@@ -13859,7 +13881,8 @@
13859
13881
  committedLanes,
13860
13882
  committedTransitions
13861
13883
  ) {
13862
- var flags = finishedWork.flags;
13884
+ var prevEffectStart = pushComponentEffectStart(),
13885
+ flags = finishedWork.flags;
13863
13886
  switch (finishedWork.tag) {
13864
13887
  case 0:
13865
13888
  case 11:
@@ -13882,7 +13905,7 @@
13882
13905
  );
13883
13906
  break;
13884
13907
  case 3:
13885
- var prevEffectDuration = pushNestedEffectDurations();
13908
+ var prevProfilerEffectDuration = pushNestedEffectDurations();
13886
13909
  recursivelyTraversePassiveMountEffects(
13887
13910
  finishedRoot,
13888
13911
  finishedWork,
@@ -13897,8 +13920,9 @@
13897
13920
  finishedWork !== committedLanes &&
13898
13921
  (retainCache(finishedWork),
13899
13922
  null != committedLanes && releaseCache(committedLanes)));
13900
- finishedRoot.passiveEffectDuration +=
13901
- popNestedEffectDurations(prevEffectDuration);
13923
+ finishedRoot.passiveEffectDuration += popNestedEffectDurations(
13924
+ prevProfilerEffectDuration
13925
+ );
13902
13926
  break;
13903
13927
  case 12:
13904
13928
  if (flags & 2048) {
@@ -13943,10 +13967,11 @@
13943
13967
  case 23:
13944
13968
  break;
13945
13969
  case 22:
13946
- prevEffectDuration = finishedWork.stateNode;
13970
+ prevProfilerEffectDuration = finishedWork.stateNode;
13947
13971
  var _current = finishedWork.alternate;
13948
13972
  null !== finishedWork.memoizedState
13949
- ? prevEffectDuration._visibility & OffscreenPassiveEffectsConnected
13973
+ ? prevProfilerEffectDuration._visibility &
13974
+ OffscreenPassiveEffectsConnected
13950
13975
  ? recursivelyTraversePassiveMountEffects(
13951
13976
  finishedRoot,
13952
13977
  finishedWork,
@@ -13957,14 +13982,15 @@
13957
13982
  finishedRoot,
13958
13983
  finishedWork
13959
13984
  )
13960
- : prevEffectDuration._visibility & OffscreenPassiveEffectsConnected
13985
+ : prevProfilerEffectDuration._visibility &
13986
+ OffscreenPassiveEffectsConnected
13961
13987
  ? recursivelyTraversePassiveMountEffects(
13962
13988
  finishedRoot,
13963
13989
  finishedWork,
13964
13990
  committedLanes,
13965
13991
  committedTransitions
13966
13992
  )
13967
- : ((prevEffectDuration._visibility |=
13993
+ : ((prevProfilerEffectDuration._visibility |=
13968
13994
  OffscreenPassiveEffectsConnected),
13969
13995
  recursivelyTraverseReconnectPassiveEffects(
13970
13996
  finishedRoot,
@@ -13994,6 +14020,7 @@
13994
14020
  committedTransitions
13995
14021
  );
13996
14022
  }
14023
+ popComponentEffectStart(prevEffectStart);
13997
14024
  }
13998
14025
  function recursivelyTraverseReconnectPassiveEffects(
13999
14026
  finishedRoot,
@@ -14022,7 +14049,8 @@
14022
14049
  committedTransitions,
14023
14050
  includeWorkInProgressEffects
14024
14051
  ) {
14025
- var flags = finishedWork.flags;
14052
+ var prevEffectStart = pushComponentEffectStart(),
14053
+ flags = finishedWork.flags;
14026
14054
  switch (finishedWork.tag) {
14027
14055
  case 0:
14028
14056
  case 11:
@@ -14089,6 +14117,7 @@
14089
14117
  includeWorkInProgressEffects
14090
14118
  );
14091
14119
  }
14120
+ popComponentEffectStart(prevEffectStart);
14092
14121
  }
14093
14122
  function recursivelyTraverseAtomicPassiveEffects(
14094
14123
  finishedRoot$jscomp$0,
@@ -14195,12 +14224,14 @@
14195
14224
  if (0 !== (parentFiber.flags & 16)) {
14196
14225
  if (null !== deletions)
14197
14226
  for (var i = 0; i < deletions.length; i++) {
14198
- var childToDelete = deletions[i];
14227
+ var childToDelete = deletions[i],
14228
+ prevEffectStart = pushComponentEffectStart();
14199
14229
  nextEffect = childToDelete;
14200
14230
  commitPassiveUnmountEffectsInsideOfDeletedTree_begin(
14201
14231
  childToDelete,
14202
14232
  parentFiber
14203
14233
  );
14234
+ popComponentEffectStart(prevEffectStart);
14204
14235
  }
14205
14236
  detachAlternateSiblings(parentFiber);
14206
14237
  }
@@ -14210,6 +14241,7 @@
14210
14241
  (parentFiber = parentFiber.sibling);
14211
14242
  }
14212
14243
  function commitPassiveUnmountOnFiber(finishedWork) {
14244
+ var prevEffectStart = pushComponentEffectStart();
14213
14245
  switch (finishedWork.tag) {
14214
14246
  case 0:
14215
14247
  case 11:
@@ -14223,23 +14255,24 @@
14223
14255
  );
14224
14256
  break;
14225
14257
  case 3:
14226
- var prevEffectDuration = pushNestedEffectDurations();
14258
+ var prevProfilerEffectDuration = pushNestedEffectDurations();
14227
14259
  recursivelyTraversePassiveUnmountEffects(finishedWork);
14228
14260
  finishedWork.stateNode.passiveEffectDuration +=
14229
- popNestedEffectDurations(prevEffectDuration);
14261
+ popNestedEffectDurations(prevProfilerEffectDuration);
14230
14262
  break;
14231
14263
  case 12:
14232
- prevEffectDuration = pushNestedEffectDurations();
14264
+ prevProfilerEffectDuration = pushNestedEffectDurations();
14233
14265
  recursivelyTraversePassiveUnmountEffects(finishedWork);
14234
14266
  finishedWork.stateNode.passiveEffectDuration +=
14235
- bubbleNestedEffectDurations(prevEffectDuration);
14267
+ bubbleNestedEffectDurations(prevProfilerEffectDuration);
14236
14268
  break;
14237
14269
  case 22:
14238
- prevEffectDuration = finishedWork.stateNode;
14270
+ prevProfilerEffectDuration = finishedWork.stateNode;
14239
14271
  null !== finishedWork.memoizedState &&
14240
- prevEffectDuration._visibility & OffscreenPassiveEffectsConnected &&
14272
+ prevProfilerEffectDuration._visibility &
14273
+ OffscreenPassiveEffectsConnected &&
14241
14274
  (null === finishedWork.return || 13 !== finishedWork.return.tag)
14242
- ? ((prevEffectDuration._visibility &=
14275
+ ? ((prevProfilerEffectDuration._visibility &=
14243
14276
  ~OffscreenPassiveEffectsConnected),
14244
14277
  recursivelyTraverseDisconnectPassiveEffects(finishedWork))
14245
14278
  : recursivelyTraversePassiveUnmountEffects(finishedWork);
@@ -14247,18 +14280,21 @@
14247
14280
  default:
14248
14281
  recursivelyTraversePassiveUnmountEffects(finishedWork);
14249
14282
  }
14283
+ popComponentEffectStart(prevEffectStart);
14250
14284
  }
14251
14285
  function recursivelyTraverseDisconnectPassiveEffects(parentFiber) {
14252
14286
  var deletions = parentFiber.deletions;
14253
14287
  if (0 !== (parentFiber.flags & 16)) {
14254
14288
  if (null !== deletions)
14255
14289
  for (var i = 0; i < deletions.length; i++) {
14256
- var childToDelete = deletions[i];
14290
+ var childToDelete = deletions[i],
14291
+ prevEffectStart = pushComponentEffectStart();
14257
14292
  nextEffect = childToDelete;
14258
14293
  commitPassiveUnmountEffectsInsideOfDeletedTree_begin(
14259
14294
  childToDelete,
14260
14295
  parentFiber
14261
14296
  );
14297
+ popComponentEffectStart(prevEffectStart);
14262
14298
  }
14263
14299
  detachAlternateSiblings(parentFiber);
14264
14300
  }
@@ -14267,6 +14303,7 @@
14267
14303
  (parentFiber = parentFiber.sibling);
14268
14304
  }
14269
14305
  function disconnectPassiveEffect(finishedWork) {
14306
+ var prevEffectStart = pushComponentEffectStart();
14270
14307
  switch (finishedWork.tag) {
14271
14308
  case 0:
14272
14309
  case 11:
@@ -14287,14 +14324,17 @@
14287
14324
  default:
14288
14325
  recursivelyTraverseDisconnectPassiveEffects(finishedWork);
14289
14326
  }
14327
+ popComponentEffectStart(prevEffectStart);
14290
14328
  }
14291
14329
  function commitPassiveUnmountEffectsInsideOfDeletedTree_begin(
14292
14330
  deletedSubtreeRoot,
14293
- nearestMountedAncestor
14331
+ nearestMountedAncestor$jscomp$0
14294
14332
  ) {
14295
14333
  for (; null !== nextEffect; ) {
14296
14334
  var fiber = nextEffect,
14297
- current = fiber;
14335
+ current = fiber,
14336
+ nearestMountedAncestor = nearestMountedAncestor$jscomp$0,
14337
+ prevEffectStart = pushComponentEffectStart();
14298
14338
  switch (current.tag) {
14299
14339
  case 0:
14300
14340
  case 11:
@@ -14315,24 +14355,26 @@
14315
14355
  case 24:
14316
14356
  releaseCache(current.memoizedState.cache);
14317
14357
  }
14318
- current = fiber.child;
14319
- if (null !== current) (current.return = fiber), (nextEffect = current);
14358
+ popComponentEffectStart(prevEffectStart);
14359
+ prevEffectStart = fiber.child;
14360
+ if (null !== prevEffectStart)
14361
+ (prevEffectStart.return = fiber), (nextEffect = prevEffectStart);
14320
14362
  else
14321
14363
  a: for (fiber = deletedSubtreeRoot; null !== nextEffect; ) {
14322
- current = nextEffect;
14323
- var sibling = current.sibling,
14324
- returnFiber = current.return;
14325
- detachFiberAfterEffects(current);
14326
- if (current === fiber) {
14364
+ prevEffectStart = nextEffect;
14365
+ current = prevEffectStart.sibling;
14366
+ nearestMountedAncestor = prevEffectStart.return;
14367
+ detachFiberAfterEffects(prevEffectStart);
14368
+ if (prevEffectStart === fiber) {
14327
14369
  nextEffect = null;
14328
14370
  break a;
14329
14371
  }
14330
- if (null !== sibling) {
14331
- sibling.return = returnFiber;
14332
- nextEffect = sibling;
14372
+ if (null !== current) {
14373
+ current.return = nearestMountedAncestor;
14374
+ nextEffect = current;
14333
14375
  break a;
14334
14376
  }
14335
- nextEffect = returnFiber;
14377
+ nextEffect = nearestMountedAncestor;
14336
14378
  }
14337
14379
  }
14338
14380
  }
@@ -15085,7 +15127,11 @@
15085
15127
  case 5:
15086
15128
  case 27:
15087
15129
  var hostFiber = workInProgress;
15088
- if (resource ? preloadResource(resource) : 1) {
15130
+ if (
15131
+ resource
15132
+ ? preloadResource(resource)
15133
+ : hostFiber.stateNode.complete
15134
+ ) {
15089
15135
  workInProgressSuspendedReason = NotSuspended;
15090
15136
  workInProgressThrownValue = null;
15091
15137
  var sibling = hostFiber.sibling;
@@ -15460,6 +15506,7 @@
15460
15506
  try {
15461
15507
  inProgressLanes = lanes;
15462
15508
  inProgressRoot = root;
15509
+ componentEffectStartTime = -1.1;
15463
15510
  commitMutationEffectsOnFiber(finishedWork, root);
15464
15511
  inProgressRoot = inProgressLanes = null;
15465
15512
  lanes = selectionInformation;
@@ -15593,6 +15640,7 @@
15593
15640
  injectedProfilingHooks.markLayoutEffectsStarted(lanes),
15594
15641
  (inProgressLanes = lanes),
15595
15642
  (inProgressRoot = root),
15643
+ (componentEffectStartTime = -1.1),
15596
15644
  commitLayoutEffectOnFiber(
15597
15645
  root,
15598
15646
  finishedWork.alternate,
@@ -15770,10 +15818,14 @@
15770
15818
  injectedProfilingHooks.markPassiveEffectsStarted(lanes);
15771
15819
  var prevExecutionContext = executionContext;
15772
15820
  executionContext |= CommitContext;
15773
- commitPassiveUnmountOnFiber(root$jscomp$0.current);
15821
+ var finishedWork = root$jscomp$0.current;
15822
+ componentEffectStartTime = -1.1;
15823
+ commitPassiveUnmountOnFiber(finishedWork);
15824
+ var finishedWork$jscomp$0 = root$jscomp$0.current;
15825
+ componentEffectStartTime = -1.1;
15774
15826
  commitPassiveMountOnFiber(
15775
15827
  root$jscomp$0,
15776
- root$jscomp$0.current,
15828
+ finishedWork$jscomp$0,
15777
15829
  lanes,
15778
15830
  priority
15779
15831
  );
@@ -22686,6 +22738,7 @@
22686
22738
  commitStartTime = -0,
22687
22739
  profilerStartTime = -1.1,
22688
22740
  profilerEffectDuration = -0,
22741
+ componentEffectStartTime = -1.1,
22689
22742
  currentUpdateIsNested = !1,
22690
22743
  nestedUpdateScheduled = !1,
22691
22744
  currentEntangledListeners = null,
@@ -24897,11 +24950,11 @@
24897
24950
  };
24898
24951
  (function () {
24899
24952
  var isomorphicReactPackageVersion = React.version;
24900
- if ("19.2.0-canary-b10cb4c0-20250403" !== isomorphicReactPackageVersion)
24953
+ if ("19.2.0-canary-6a7650c7-20250405" !== isomorphicReactPackageVersion)
24901
24954
  throw Error(
24902
24955
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
24903
24956
  (isomorphicReactPackageVersion +
24904
- "\n - react-dom: 19.2.0-canary-b10cb4c0-20250403\nLearn more: https://react.dev/warnings/version-mismatch")
24957
+ "\n - react-dom: 19.2.0-canary-6a7650c7-20250405\nLearn more: https://react.dev/warnings/version-mismatch")
24905
24958
  );
24906
24959
  })();
24907
24960
  ("function" === typeof Map &&
@@ -24938,10 +24991,10 @@
24938
24991
  !(function () {
24939
24992
  var internals = {
24940
24993
  bundleType: 1,
24941
- version: "19.2.0-canary-b10cb4c0-20250403",
24994
+ version: "19.2.0-canary-6a7650c7-20250405",
24942
24995
  rendererPackageName: "react-dom",
24943
24996
  currentDispatcherRef: ReactSharedInternals,
24944
- reconcilerVersion: "19.2.0-canary-b10cb4c0-20250403"
24997
+ reconcilerVersion: "19.2.0-canary-6a7650c7-20250405"
24945
24998
  };
24946
24999
  internals.overrideHookState = overrideHookState;
24947
25000
  internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -25415,7 +25468,7 @@
25415
25468
  exports.useFormStatus = function () {
25416
25469
  return resolveDispatcher().useHostTransitionStatus();
25417
25470
  };
25418
- exports.version = "19.2.0-canary-b10cb4c0-20250403";
25471
+ exports.version = "19.2.0-canary-6a7650c7-20250405";
25419
25472
  "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
25420
25473
  "function" ===
25421
25474
  typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&