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
@@ -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
|
9581
|
-
var
|
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
|
9593
|
+
var JSCompiler_object_inline_componentStack_2455 = !1;
|
9584
9594
|
var didSuspend = 0 !== (workInProgress.flags & 128);
|
9585
|
-
(
|
9586
|
-
(
|
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
|
-
|
9591
|
-
((
|
9600
|
+
JSCompiler_object_inline_digest_2453 &&
|
9601
|
+
((JSCompiler_object_inline_componentStack_2455 = !0),
|
9592
9602
|
(workInProgress.flags &= -129));
|
9593
|
-
|
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
|
-
|
9607
|
+
JSCompiler_object_inline_componentStack_2455
|
9598
9608
|
? pushPrimaryTreeSuspenseHandler(workInProgress)
|
9599
9609
|
: reuseSuspenseHandlerOnStack(workInProgress);
|
9600
9610
|
if (isHydrating) {
|
9601
|
-
var
|
9611
|
+
var JSCompiler_object_inline_message_2452 = nextHydratableInstance;
|
9602
9612
|
var JSCompiler_temp;
|
9603
|
-
if (!(JSCompiler_temp = !
|
9613
|
+
if (!(JSCompiler_temp = !JSCompiler_object_inline_message_2452)) {
|
9604
9614
|
c: {
|
9605
|
-
var instance =
|
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
|
-
|
9657
|
+
JSCompiler_object_inline_message_2452
|
9648
9658
|
),
|
9649
9659
|
throwOnHydrationMismatch(workInProgress));
|
9650
9660
|
}
|
9651
|
-
|
9661
|
+
JSCompiler_object_inline_message_2452 = workInProgress.memoizedState;
|
9652
9662
|
if (
|
9653
|
-
null !==
|
9654
|
-
((
|
9655
|
-
|
9656
|
-
null !==
|
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(
|
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
|
-
|
9667
|
-
|
9668
|
-
|
9669
|
-
|
9670
|
-
if (
|
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
|
-
(
|
9683
|
+
(JSCompiler_object_inline_componentStack_2455 =
|
9674
9684
|
workInProgress.mode),
|
9675
|
-
(
|
9685
|
+
(JSCompiler_object_inline_message_2452 =
|
9676
9686
|
mountWorkInProgressOffscreenFiber(
|
9677
9687
|
{
|
9678
9688
|
mode: "hidden",
|
9679
|
-
children:
|
9689
|
+
children: JSCompiler_object_inline_message_2452
|
9680
9690
|
},
|
9681
|
-
|
9691
|
+
JSCompiler_object_inline_componentStack_2455
|
9682
9692
|
)),
|
9683
|
-
(
|
9684
|
-
|
9685
|
-
|
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
|
-
(
|
9690
|
-
(
|
9691
|
-
(
|
9692
|
-
|
9693
|
-
(workInProgress.child =
|
9694
|
-
(
|
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
|
-
(
|
9706
|
+
(JSCompiler_object_inline_componentStack_2455.memoizedState =
|
9697
9707
|
mountSuspenseOffscreenState(renderLanes)),
|
9698
|
-
(
|
9708
|
+
(JSCompiler_object_inline_componentStack_2455.childLanes =
|
9699
9709
|
getRemainingWorkInPrimaryTree(
|
9700
9710
|
current,
|
9701
|
-
|
9711
|
+
JSCompiler_object_inline_digest_2453,
|
9702
9712
|
renderLanes
|
9703
9713
|
)),
|
9704
9714
|
(workInProgress.memoizedState = SUSPENDED_MARKER),
|
9705
|
-
|
9715
|
+
JSCompiler_object_inline_stack_2454
|
9706
9716
|
);
|
9707
9717
|
pushPrimaryTreeSuspenseHandler(workInProgress);
|
9708
9718
|
return mountSuspensePrimaryChildren(
|
9709
9719
|
workInProgress,
|
9710
|
-
|
9720
|
+
JSCompiler_object_inline_message_2452
|
9711
9721
|
);
|
9712
9722
|
}
|
9713
9723
|
var prevState = current.memoizedState;
|
9714
9724
|
if (
|
9715
9725
|
null !== prevState &&
|
9716
|
-
((
|
9717
|
-
null !==
|
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
|
-
(
|
9735
|
-
|
9736
|
-
(
|
9737
|
-
(
|
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:
|
9751
|
+
children: JSCompiler_object_inline_stack_2454.children
|
9742
9752
|
},
|
9743
|
-
|
9753
|
+
JSCompiler_object_inline_message_2452
|
9744
9754
|
)),
|
9745
|
-
(
|
9755
|
+
(JSCompiler_object_inline_componentStack_2455 =
|
9746
9756
|
createFiberFromFragment(
|
9747
|
-
|
9748
|
-
|
9757
|
+
JSCompiler_object_inline_componentStack_2455,
|
9758
|
+
JSCompiler_object_inline_message_2452,
|
9749
9759
|
renderLanes,
|
9750
9760
|
null
|
9751
9761
|
)),
|
9752
|
-
(
|
9753
|
-
(
|
9754
|
-
(
|
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
|
-
(
|
9757
|
-
|
9758
|
-
(workInProgress.child =
|
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
|
-
(
|
9766
|
-
(
|
9775
|
+
(JSCompiler_object_inline_stack_2454 = workInProgress.child),
|
9776
|
+
(JSCompiler_object_inline_stack_2454.memoizedState =
|
9767
9777
|
mountSuspenseOffscreenState(renderLanes)),
|
9768
|
-
(
|
9778
|
+
(JSCompiler_object_inline_stack_2454.childLanes =
|
9769
9779
|
getRemainingWorkInPrimaryTree(
|
9770
9780
|
current,
|
9771
|
-
|
9781
|
+
JSCompiler_object_inline_digest_2453,
|
9772
9782
|
renderLanes
|
9773
9783
|
)),
|
9774
9784
|
(workInProgress.memoizedState = SUSPENDED_MARKER),
|
9775
9785
|
(workInProgress =
|
9776
|
-
|
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(
|
9793
|
+
isSuspenseInstanceFallback(JSCompiler_object_inline_message_2452))
|
9784
9794
|
) {
|
9785
|
-
|
9786
|
-
|
9787
|
-
|
9788
|
-
if (
|
9789
|
-
JSCompiler_temp =
|
9790
|
-
var message =
|
9791
|
-
instance =
|
9792
|
-
var componentStack =
|
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
|
-
|
9795
|
-
|
9796
|
-
|
9797
|
-
JSCompiler_temp =
|
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
|
-
|
9800
|
-
|
9801
|
-
? Error(
|
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
|
-
|
9806
|
-
|
9807
|
-
|
9808
|
-
|
9809
|
-
|
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
|
-
|
9812
|
-
value:
|
9821
|
+
JSCompiler_object_inline_stack_2454 = {
|
9822
|
+
value: JSCompiler_object_inline_componentStack_2455,
|
9813
9823
|
source: null,
|
9814
|
-
stack:
|
9824
|
+
stack: JSCompiler_object_inline_digest_2453
|
9815
9825
|
};
|
9816
|
-
"string" === typeof
|
9826
|
+
"string" === typeof JSCompiler_object_inline_digest_2453 &&
|
9817
9827
|
CapturedStacks.set(
|
9818
|
-
|
9819
|
-
|
9828
|
+
JSCompiler_object_inline_componentStack_2455,
|
9829
|
+
JSCompiler_object_inline_stack_2454
|
9820
9830
|
);
|
9821
|
-
queueHydrationError(
|
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
|
-
(
|
9845
|
+
(JSCompiler_object_inline_digest_2453 =
|
9836
9846
|
0 !== (renderLanes & current.childLanes)),
|
9837
|
-
didReceiveUpdate ||
|
9847
|
+
didReceiveUpdate || JSCompiler_object_inline_digest_2453)
|
9838
9848
|
) {
|
9839
|
-
|
9849
|
+
JSCompiler_object_inline_digest_2453 = workInProgressRoot;
|
9840
9850
|
if (
|
9841
|
-
null !==
|
9842
|
-
((
|
9843
|
-
(
|
9844
|
-
0 !== (
|
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
|
-
|
9857
|
+
JSCompiler_object_inline_stack_2454
|
9848
9858
|
)),
|
9849
|
-
(
|
9859
|
+
(JSCompiler_object_inline_stack_2454 =
|
9850
9860
|
0 !==
|
9851
|
-
(
|
9852
|
-
(
|
9861
|
+
(JSCompiler_object_inline_stack_2454 &
|
9862
|
+
(JSCompiler_object_inline_digest_2453.suspendedLanes |
|
9853
9863
|
renderLanes))
|
9854
9864
|
? 0
|
9855
|
-
:
|
9856
|
-
0 !==
|
9857
|
-
|
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 =
|
9870
|
+
((prevState.retryLane = JSCompiler_object_inline_stack_2454),
|
9861
9871
|
enqueueConcurrentRenderForLane(
|
9862
9872
|
current,
|
9863
|
-
|
9873
|
+
JSCompiler_object_inline_stack_2454
|
9864
9874
|
),
|
9865
9875
|
scheduleUpdateOnFiber(
|
9866
|
-
|
9876
|
+
JSCompiler_object_inline_digest_2453,
|
9867
9877
|
current,
|
9868
|
-
|
9878
|
+
JSCompiler_object_inline_stack_2454
|
9869
9879
|
),
|
9870
9880
|
SelectiveHydrationException)
|
9871
9881
|
);
|
9872
|
-
|
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
|
-
|
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
|
-
|
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
|
-
|
9915
|
+
JSCompiler_object_inline_stack_2454.children
|
9906
9916
|
)),
|
9907
9917
|
(workInProgress.flags |= 4096));
|
9908
9918
|
return workInProgress;
|
9909
9919
|
}
|
9910
|
-
if (
|
9920
|
+
if (JSCompiler_object_inline_componentStack_2455)
|
9911
9921
|
return (
|
9912
9922
|
reuseSuspenseHandlerOnStack(workInProgress),
|
9913
|
-
(
|
9914
|
-
|
9915
|
-
(
|
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
|
-
(
|
9928
|
+
(JSCompiler_object_inline_stack_2454 = createWorkInProgress(
|
9919
9929
|
JSCompiler_temp,
|
9920
9930
|
{
|
9921
9931
|
mode: "hidden",
|
9922
|
-
children:
|
9932
|
+
children: JSCompiler_object_inline_stack_2454.children
|
9923
9933
|
}
|
9924
9934
|
)),
|
9925
|
-
(
|
9935
|
+
(JSCompiler_object_inline_stack_2454.subtreeFlags =
|
9926
9936
|
JSCompiler_temp.subtreeFlags & 65011712),
|
9927
9937
|
null !== instance
|
9928
|
-
? (
|
9938
|
+
? (JSCompiler_object_inline_componentStack_2455 =
|
9929
9939
|
createWorkInProgress(
|
9930
9940
|
instance,
|
9931
|
-
|
9941
|
+
JSCompiler_object_inline_componentStack_2455
|
9932
9942
|
))
|
9933
|
-
: ((
|
9943
|
+
: ((JSCompiler_object_inline_componentStack_2455 =
|
9934
9944
|
createFiberFromFragment(
|
9935
|
-
|
9936
|
-
|
9945
|
+
JSCompiler_object_inline_componentStack_2455,
|
9946
|
+
JSCompiler_object_inline_message_2452,
|
9937
9947
|
renderLanes,
|
9938
9948
|
null
|
9939
9949
|
)),
|
9940
|
-
(
|
9941
|
-
(
|
9950
|
+
(JSCompiler_object_inline_componentStack_2455.flags |= 2)),
|
9951
|
+
(JSCompiler_object_inline_componentStack_2455.return =
|
9942
9952
|
workInProgress),
|
9943
|
-
(
|
9944
|
-
(
|
9945
|
-
|
9946
|
-
(workInProgress.child =
|
9947
|
-
(
|
9948
|
-
|
9949
|
-
(
|
9950
|
-
(
|
9951
|
-
null ===
|
9952
|
-
? (
|
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
|
-
|
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
|
-
(
|
9973
|
+
(JSCompiler_object_inline_message_2452 = {
|
9964
9974
|
baseLanes:
|
9965
|
-
|
9975
|
+
JSCompiler_object_inline_message_2452.baseLanes | renderLanes,
|
9966
9976
|
cachePool: JSCompiler_temp
|
9967
9977
|
})),
|
9968
|
-
(
|
9969
|
-
|
9970
|
-
(
|
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
|
-
|
9983
|
+
JSCompiler_object_inline_digest_2453,
|
9974
9984
|
renderLanes
|
9975
9985
|
)),
|
9976
9986
|
(workInProgress.memoizedState = SUSPENDED_MARKER),
|
9977
|
-
|
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:
|
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
|
-
((
|
9990
|
-
null ===
|
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
|
-
:
|
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
|
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
|
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
|
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
|
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
|
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
|
-
|
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
|
-
|
13970
|
+
prevProfilerEffectDuration = finishedWork.stateNode;
|
13947
13971
|
var _current = finishedWork.alternate;
|
13948
13972
|
null !== finishedWork.memoizedState
|
13949
|
-
?
|
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
|
-
:
|
13985
|
+
: prevProfilerEffectDuration._visibility &
|
13986
|
+
OffscreenPassiveEffectsConnected
|
13961
13987
|
? recursivelyTraversePassiveMountEffects(
|
13962
13988
|
finishedRoot,
|
13963
13989
|
finishedWork,
|
13964
13990
|
committedLanes,
|
13965
13991
|
committedTransitions
|
13966
13992
|
)
|
13967
|
-
: ((
|
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
|
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
|
14258
|
+
var prevProfilerEffectDuration = pushNestedEffectDurations();
|
14227
14259
|
recursivelyTraversePassiveUnmountEffects(finishedWork);
|
14228
14260
|
finishedWork.stateNode.passiveEffectDuration +=
|
14229
|
-
popNestedEffectDurations(
|
14261
|
+
popNestedEffectDurations(prevProfilerEffectDuration);
|
14230
14262
|
break;
|
14231
14263
|
case 12:
|
14232
|
-
|
14264
|
+
prevProfilerEffectDuration = pushNestedEffectDurations();
|
14233
14265
|
recursivelyTraversePassiveUnmountEffects(finishedWork);
|
14234
14266
|
finishedWork.stateNode.passiveEffectDuration +=
|
14235
|
-
bubbleNestedEffectDurations(
|
14267
|
+
bubbleNestedEffectDurations(prevProfilerEffectDuration);
|
14236
14268
|
break;
|
14237
14269
|
case 22:
|
14238
|
-
|
14270
|
+
prevProfilerEffectDuration = finishedWork.stateNode;
|
14239
14271
|
null !== finishedWork.memoizedState &&
|
14240
|
-
|
14272
|
+
prevProfilerEffectDuration._visibility &
|
14273
|
+
OffscreenPassiveEffectsConnected &&
|
14241
14274
|
(null === finishedWork.return || 13 !== finishedWork.return.tag)
|
14242
|
-
? ((
|
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
|
-
|
14319
|
-
|
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
|
-
|
14323
|
-
|
14324
|
-
|
14325
|
-
detachFiberAfterEffects(
|
14326
|
-
if (
|
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 !==
|
14331
|
-
|
14332
|
-
nextEffect =
|
14372
|
+
if (null !== current) {
|
14373
|
+
current.return = nearestMountedAncestor;
|
14374
|
+
nextEffect = current;
|
14333
14375
|
break a;
|
14334
14376
|
}
|
14335
|
-
nextEffect =
|
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 (
|
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
|
-
|
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
|
-
|
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-
|
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-
|
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-
|
24994
|
+
version: "19.2.0-canary-6a7650c7-20250405",
|
24942
24995
|
rendererPackageName: "react-dom",
|
24943
24996
|
currentDispatcherRef: ReactSharedInternals,
|
24944
|
-
reconcilerVersion: "19.2.0-canary-
|
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-
|
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 &&
|