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.
- package/cjs/react-dom-client.development.js +246 -193
- package/cjs/react-dom-client.production.js +256 -241
- package/cjs/react-dom-profiling.development.js +246 -193
- package/cjs/react-dom-profiling.profiling.js +365 -305
- package/cjs/react-dom-server-legacy.browser.development.js +1 -1
- package/cjs/react-dom-server-legacy.browser.production.js +1 -1
- package/cjs/react-dom-server-legacy.node.development.js +1 -1
- package/cjs/react-dom-server-legacy.node.production.js +1 -1
- package/cjs/react-dom-server.browser.development.js +3 -3
- package/cjs/react-dom-server.browser.production.js +3 -3
- package/cjs/react-dom-server.bun.development.js +3 -3
- package/cjs/react-dom-server.bun.production.js +3 -3
- package/cjs/react-dom-server.edge.development.js +3 -3
- package/cjs/react-dom-server.edge.production.js +3 -3
- package/cjs/react-dom-server.node.development.js +3 -3
- package/cjs/react-dom-server.node.production.js +3 -3
- package/cjs/react-dom.development.js +1 -1
- package/cjs/react-dom.production.js +1 -1
- package/cjs/react-dom.react-server.development.js +1 -1
- package/cjs/react-dom.react-server.production.js +1 -1
- package/package.json +3 -3
@@ -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
|
9573
|
-
var
|
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
|
9585
|
+
var JSCompiler_object_inline_componentStack_2450 = !1;
|
9576
9586
|
var didSuspend = 0 !== (workInProgress.flags & 128);
|
9577
|
-
(
|
9578
|
-
(
|
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
|
-
|
9583
|
-
((
|
9592
|
+
JSCompiler_object_inline_digest_2448 &&
|
9593
|
+
((JSCompiler_object_inline_componentStack_2450 = !0),
|
9584
9594
|
(workInProgress.flags &= -129));
|
9585
|
-
|
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
|
-
|
9599
|
+
JSCompiler_object_inline_componentStack_2450
|
9590
9600
|
? pushPrimaryTreeSuspenseHandler(workInProgress)
|
9591
9601
|
: reuseSuspenseHandlerOnStack(workInProgress);
|
9592
9602
|
if (isHydrating) {
|
9593
|
-
var
|
9603
|
+
var JSCompiler_object_inline_message_2447 = nextHydratableInstance;
|
9594
9604
|
var JSCompiler_temp;
|
9595
|
-
if (!(JSCompiler_temp = !
|
9605
|
+
if (!(JSCompiler_temp = !JSCompiler_object_inline_message_2447)) {
|
9596
9606
|
c: {
|
9597
|
-
var instance =
|
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
|
-
|
9649
|
+
JSCompiler_object_inline_message_2447
|
9640
9650
|
),
|
9641
9651
|
throwOnHydrationMismatch(workInProgress));
|
9642
9652
|
}
|
9643
|
-
|
9653
|
+
JSCompiler_object_inline_message_2447 = workInProgress.memoizedState;
|
9644
9654
|
if (
|
9645
|
-
null !==
|
9646
|
-
((
|
9647
|
-
|
9648
|
-
null !==
|
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(
|
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
|
-
|
9659
|
-
|
9660
|
-
|
9661
|
-
|
9662
|
-
if (
|
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
|
-
(
|
9675
|
+
(JSCompiler_object_inline_componentStack_2450 =
|
9666
9676
|
workInProgress.mode),
|
9667
|
-
(
|
9677
|
+
(JSCompiler_object_inline_message_2447 =
|
9668
9678
|
mountWorkInProgressOffscreenFiber(
|
9669
9679
|
{
|
9670
9680
|
mode: "hidden",
|
9671
|
-
children:
|
9681
|
+
children: JSCompiler_object_inline_message_2447
|
9672
9682
|
},
|
9673
|
-
|
9683
|
+
JSCompiler_object_inline_componentStack_2450
|
9674
9684
|
)),
|
9675
|
-
(
|
9676
|
-
|
9677
|
-
|
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
|
-
(
|
9682
|
-
(
|
9683
|
-
(
|
9684
|
-
|
9685
|
-
(workInProgress.child =
|
9686
|
-
(
|
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
|
-
(
|
9698
|
+
(JSCompiler_object_inline_componentStack_2450.memoizedState =
|
9689
9699
|
mountSuspenseOffscreenState(renderLanes)),
|
9690
|
-
(
|
9700
|
+
(JSCompiler_object_inline_componentStack_2450.childLanes =
|
9691
9701
|
getRemainingWorkInPrimaryTree(
|
9692
9702
|
current,
|
9693
|
-
|
9703
|
+
JSCompiler_object_inline_digest_2448,
|
9694
9704
|
renderLanes
|
9695
9705
|
)),
|
9696
9706
|
(workInProgress.memoizedState = SUSPENDED_MARKER),
|
9697
|
-
|
9707
|
+
JSCompiler_object_inline_stack_2449
|
9698
9708
|
);
|
9699
9709
|
pushPrimaryTreeSuspenseHandler(workInProgress);
|
9700
9710
|
return mountSuspensePrimaryChildren(
|
9701
9711
|
workInProgress,
|
9702
|
-
|
9712
|
+
JSCompiler_object_inline_message_2447
|
9703
9713
|
);
|
9704
9714
|
}
|
9705
9715
|
var prevState = current.memoizedState;
|
9706
9716
|
if (
|
9707
9717
|
null !== prevState &&
|
9708
|
-
((
|
9709
|
-
null !==
|
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
|
-
(
|
9727
|
-
|
9728
|
-
(
|
9729
|
-
(
|
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:
|
9743
|
+
children: JSCompiler_object_inline_stack_2449.children
|
9734
9744
|
},
|
9735
|
-
|
9745
|
+
JSCompiler_object_inline_message_2447
|
9736
9746
|
)),
|
9737
|
-
(
|
9747
|
+
(JSCompiler_object_inline_componentStack_2450 =
|
9738
9748
|
createFiberFromFragment(
|
9739
|
-
|
9740
|
-
|
9749
|
+
JSCompiler_object_inline_componentStack_2450,
|
9750
|
+
JSCompiler_object_inline_message_2447,
|
9741
9751
|
renderLanes,
|
9742
9752
|
null
|
9743
9753
|
)),
|
9744
|
-
(
|
9745
|
-
(
|
9746
|
-
(
|
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
|
-
(
|
9749
|
-
|
9750
|
-
(workInProgress.child =
|
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
|
-
(
|
9758
|
-
(
|
9767
|
+
(JSCompiler_object_inline_stack_2449 = workInProgress.child),
|
9768
|
+
(JSCompiler_object_inline_stack_2449.memoizedState =
|
9759
9769
|
mountSuspenseOffscreenState(renderLanes)),
|
9760
|
-
(
|
9770
|
+
(JSCompiler_object_inline_stack_2449.childLanes =
|
9761
9771
|
getRemainingWorkInPrimaryTree(
|
9762
9772
|
current,
|
9763
|
-
|
9773
|
+
JSCompiler_object_inline_digest_2448,
|
9764
9774
|
renderLanes
|
9765
9775
|
)),
|
9766
9776
|
(workInProgress.memoizedState = SUSPENDED_MARKER),
|
9767
9777
|
(workInProgress =
|
9768
|
-
|
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(
|
9785
|
+
isSuspenseInstanceFallback(JSCompiler_object_inline_message_2447))
|
9776
9786
|
) {
|
9777
|
-
|
9778
|
-
|
9779
|
-
|
9780
|
-
if (
|
9781
|
-
JSCompiler_temp =
|
9782
|
-
var message =
|
9783
|
-
instance =
|
9784
|
-
var componentStack =
|
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
|
-
|
9787
|
-
|
9788
|
-
|
9789
|
-
JSCompiler_temp =
|
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
|
-
|
9792
|
-
|
9793
|
-
? Error(
|
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
|
-
|
9798
|
-
|
9799
|
-
|
9800
|
-
|
9801
|
-
|
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
|
-
|
9804
|
-
value:
|
9813
|
+
JSCompiler_object_inline_stack_2449 = {
|
9814
|
+
value: JSCompiler_object_inline_componentStack_2450,
|
9805
9815
|
source: null,
|
9806
|
-
stack:
|
9816
|
+
stack: JSCompiler_object_inline_digest_2448
|
9807
9817
|
};
|
9808
|
-
"string" === typeof
|
9818
|
+
"string" === typeof JSCompiler_object_inline_digest_2448 &&
|
9809
9819
|
CapturedStacks.set(
|
9810
|
-
|
9811
|
-
|
9820
|
+
JSCompiler_object_inline_componentStack_2450,
|
9821
|
+
JSCompiler_object_inline_stack_2449
|
9812
9822
|
);
|
9813
|
-
queueHydrationError(
|
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
|
-
(
|
9837
|
+
(JSCompiler_object_inline_digest_2448 =
|
9828
9838
|
0 !== (renderLanes & current.childLanes)),
|
9829
|
-
didReceiveUpdate ||
|
9839
|
+
didReceiveUpdate || JSCompiler_object_inline_digest_2448)
|
9830
9840
|
) {
|
9831
|
-
|
9841
|
+
JSCompiler_object_inline_digest_2448 = workInProgressRoot;
|
9832
9842
|
if (
|
9833
|
-
null !==
|
9834
|
-
((
|
9835
|
-
(
|
9836
|
-
0 !== (
|
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
|
-
|
9849
|
+
JSCompiler_object_inline_stack_2449
|
9840
9850
|
)),
|
9841
|
-
(
|
9851
|
+
(JSCompiler_object_inline_stack_2449 =
|
9842
9852
|
0 !==
|
9843
|
-
(
|
9844
|
-
(
|
9853
|
+
(JSCompiler_object_inline_stack_2449 &
|
9854
|
+
(JSCompiler_object_inline_digest_2448.suspendedLanes |
|
9845
9855
|
renderLanes))
|
9846
9856
|
? 0
|
9847
|
-
:
|
9848
|
-
0 !==
|
9849
|
-
|
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 =
|
9862
|
+
((prevState.retryLane = JSCompiler_object_inline_stack_2449),
|
9853
9863
|
enqueueConcurrentRenderForLane(
|
9854
9864
|
current,
|
9855
|
-
|
9865
|
+
JSCompiler_object_inline_stack_2449
|
9856
9866
|
),
|
9857
9867
|
scheduleUpdateOnFiber(
|
9858
|
-
|
9868
|
+
JSCompiler_object_inline_digest_2448,
|
9859
9869
|
current,
|
9860
|
-
|
9870
|
+
JSCompiler_object_inline_stack_2449
|
9861
9871
|
),
|
9862
9872
|
SelectiveHydrationException)
|
9863
9873
|
);
|
9864
|
-
|
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
|
-
|
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
|
-
|
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
|
-
|
9907
|
+
JSCompiler_object_inline_stack_2449.children
|
9898
9908
|
)),
|
9899
9909
|
(workInProgress.flags |= 4096));
|
9900
9910
|
return workInProgress;
|
9901
9911
|
}
|
9902
|
-
if (
|
9912
|
+
if (JSCompiler_object_inline_componentStack_2450)
|
9903
9913
|
return (
|
9904
9914
|
reuseSuspenseHandlerOnStack(workInProgress),
|
9905
|
-
(
|
9906
|
-
|
9907
|
-
(
|
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
|
-
(
|
9920
|
+
(JSCompiler_object_inline_stack_2449 = createWorkInProgress(
|
9911
9921
|
JSCompiler_temp,
|
9912
9922
|
{
|
9913
9923
|
mode: "hidden",
|
9914
|
-
children:
|
9924
|
+
children: JSCompiler_object_inline_stack_2449.children
|
9915
9925
|
}
|
9916
9926
|
)),
|
9917
|
-
(
|
9927
|
+
(JSCompiler_object_inline_stack_2449.subtreeFlags =
|
9918
9928
|
JSCompiler_temp.subtreeFlags & 65011712),
|
9919
9929
|
null !== instance
|
9920
|
-
? (
|
9930
|
+
? (JSCompiler_object_inline_componentStack_2450 =
|
9921
9931
|
createWorkInProgress(
|
9922
9932
|
instance,
|
9923
|
-
|
9933
|
+
JSCompiler_object_inline_componentStack_2450
|
9924
9934
|
))
|
9925
|
-
: ((
|
9935
|
+
: ((JSCompiler_object_inline_componentStack_2450 =
|
9926
9936
|
createFiberFromFragment(
|
9927
|
-
|
9928
|
-
|
9937
|
+
JSCompiler_object_inline_componentStack_2450,
|
9938
|
+
JSCompiler_object_inline_message_2447,
|
9929
9939
|
renderLanes,
|
9930
9940
|
null
|
9931
9941
|
)),
|
9932
|
-
(
|
9933
|
-
(
|
9942
|
+
(JSCompiler_object_inline_componentStack_2450.flags |= 2)),
|
9943
|
+
(JSCompiler_object_inline_componentStack_2450.return =
|
9934
9944
|
workInProgress),
|
9935
|
-
(
|
9936
|
-
(
|
9937
|
-
|
9938
|
-
(workInProgress.child =
|
9939
|
-
(
|
9940
|
-
|
9941
|
-
(
|
9942
|
-
(
|
9943
|
-
null ===
|
9944
|
-
? (
|
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
|
-
|
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
|
-
(
|
9965
|
+
(JSCompiler_object_inline_message_2447 = {
|
9956
9966
|
baseLanes:
|
9957
|
-
|
9967
|
+
JSCompiler_object_inline_message_2447.baseLanes | renderLanes,
|
9958
9968
|
cachePool: JSCompiler_temp
|
9959
9969
|
})),
|
9960
|
-
(
|
9961
|
-
|
9962
|
-
(
|
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
|
-
|
9975
|
+
JSCompiler_object_inline_digest_2448,
|
9966
9976
|
renderLanes
|
9967
9977
|
)),
|
9968
9978
|
(workInProgress.memoizedState = SUSPENDED_MARKER),
|
9969
|
-
|
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:
|
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
|
-
((
|
9982
|
-
null ===
|
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
|
-
:
|
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
|
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
|
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
|
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
|
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
|
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
|
-
|
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
|
-
|
13962
|
+
prevProfilerEffectDuration = finishedWork.stateNode;
|
13939
13963
|
var _current = finishedWork.alternate;
|
13940
13964
|
null !== finishedWork.memoizedState
|
13941
|
-
?
|
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
|
-
:
|
13977
|
+
: prevProfilerEffectDuration._visibility &
|
13978
|
+
OffscreenPassiveEffectsConnected
|
13953
13979
|
? recursivelyTraversePassiveMountEffects(
|
13954
13980
|
finishedRoot,
|
13955
13981
|
finishedWork,
|
13956
13982
|
committedLanes,
|
13957
13983
|
committedTransitions
|
13958
13984
|
)
|
13959
|
-
: ((
|
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
|
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
|
14250
|
+
var prevProfilerEffectDuration = pushNestedEffectDurations();
|
14219
14251
|
recursivelyTraversePassiveUnmountEffects(finishedWork);
|
14220
14252
|
finishedWork.stateNode.passiveEffectDuration +=
|
14221
|
-
popNestedEffectDurations(
|
14253
|
+
popNestedEffectDurations(prevProfilerEffectDuration);
|
14222
14254
|
break;
|
14223
14255
|
case 12:
|
14224
|
-
|
14256
|
+
prevProfilerEffectDuration = pushNestedEffectDurations();
|
14225
14257
|
recursivelyTraversePassiveUnmountEffects(finishedWork);
|
14226
14258
|
finishedWork.stateNode.passiveEffectDuration +=
|
14227
|
-
bubbleNestedEffectDurations(
|
14259
|
+
bubbleNestedEffectDurations(prevProfilerEffectDuration);
|
14228
14260
|
break;
|
14229
14261
|
case 22:
|
14230
|
-
|
14262
|
+
prevProfilerEffectDuration = finishedWork.stateNode;
|
14231
14263
|
null !== finishedWork.memoizedState &&
|
14232
|
-
|
14264
|
+
prevProfilerEffectDuration._visibility &
|
14265
|
+
OffscreenPassiveEffectsConnected &&
|
14233
14266
|
(null === finishedWork.return || 13 !== finishedWork.return.tag)
|
14234
|
-
? ((
|
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
|
-
|
14311
|
-
|
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
|
-
|
14315
|
-
|
14316
|
-
|
14317
|
-
detachFiberAfterEffects(
|
14318
|
-
if (
|
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 !==
|
14323
|
-
|
14324
|
-
nextEffect =
|
14364
|
+
if (null !== current) {
|
14365
|
+
current.return = nearestMountedAncestor;
|
14366
|
+
nextEffect = current;
|
14325
14367
|
break a;
|
14326
14368
|
}
|
14327
|
-
nextEffect =
|
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 (
|
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
|
-
|
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
|
-
|
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-
|
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-
|
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-
|
24937
|
+
version: "19.2.0-canary-6a7650c7-20250405",
|
24885
24938
|
rendererPackageName: "react-dom",
|
24886
24939
|
currentDispatcherRef: ReactSharedInternals,
|
24887
|
-
reconcilerVersion: "19.2.0-canary-
|
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-
|
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 &&
|