react-dom 19.2.0-canary-3fbfb9ba-20250409 → 19.2.0-canary-c44e4a25-20250409
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 +175 -167
- package/cjs/react-dom-client.production.js +46 -33
- package/cjs/react-dom-profiling.development.js +175 -167
- package/cjs/react-dom-profiling.profiling.js +47 -39
- 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
@@ -8790,9 +8790,13 @@
|
|
8790
8790
|
renderLanes
|
8791
8791
|
);
|
8792
8792
|
}
|
8793
|
-
function updateOffscreenComponent(
|
8794
|
-
|
8795
|
-
|
8793
|
+
function updateOffscreenComponent(
|
8794
|
+
current,
|
8795
|
+
workInProgress,
|
8796
|
+
renderLanes,
|
8797
|
+
nextProps
|
8798
|
+
) {
|
8799
|
+
var nextChildren = nextProps.children,
|
8796
8800
|
prevState = null !== current ? current.memoizedState : null;
|
8797
8801
|
if ("hidden" === nextProps.mode) {
|
8798
8802
|
if (0 !== (workInProgress.flags & 128)) {
|
@@ -9579,32 +9583,32 @@
|
|
9579
9583
|
return current;
|
9580
9584
|
}
|
9581
9585
|
function updateSuspenseComponent(current, workInProgress, renderLanes) {
|
9582
|
-
var
|
9583
|
-
var
|
9586
|
+
var JSCompiler_object_inline_digest_2447;
|
9587
|
+
var JSCompiler_object_inline_stack_2448 = workInProgress.pendingProps;
|
9584
9588
|
shouldSuspendImpl(workInProgress) && (workInProgress.flags |= 128);
|
9585
|
-
var
|
9589
|
+
var JSCompiler_object_inline_componentStack_2449 = !1;
|
9586
9590
|
var didSuspend = 0 !== (workInProgress.flags & 128);
|
9587
|
-
(
|
9588
|
-
(
|
9591
|
+
(JSCompiler_object_inline_digest_2447 = didSuspend) ||
|
9592
|
+
(JSCompiler_object_inline_digest_2447 =
|
9589
9593
|
null !== current && null === current.memoizedState
|
9590
9594
|
? !1
|
9591
9595
|
: 0 !== (suspenseStackCursor.current & ForceSuspenseFallback));
|
9592
|
-
|
9593
|
-
((
|
9596
|
+
JSCompiler_object_inline_digest_2447 &&
|
9597
|
+
((JSCompiler_object_inline_componentStack_2449 = !0),
|
9594
9598
|
(workInProgress.flags &= -129));
|
9595
|
-
|
9599
|
+
JSCompiler_object_inline_digest_2447 = 0 !== (workInProgress.flags & 32);
|
9596
9600
|
workInProgress.flags &= -33;
|
9597
9601
|
if (null === current) {
|
9598
9602
|
if (isHydrating) {
|
9599
|
-
|
9603
|
+
JSCompiler_object_inline_componentStack_2449
|
9600
9604
|
? pushPrimaryTreeSuspenseHandler(workInProgress)
|
9601
9605
|
: reuseSuspenseHandlerOnStack(workInProgress);
|
9602
9606
|
if (isHydrating) {
|
9603
|
-
var
|
9607
|
+
var JSCompiler_object_inline_message_2446 = nextHydratableInstance;
|
9604
9608
|
var JSCompiler_temp;
|
9605
|
-
if (!(JSCompiler_temp = !
|
9609
|
+
if (!(JSCompiler_temp = !JSCompiler_object_inline_message_2446)) {
|
9606
9610
|
c: {
|
9607
|
-
var instance =
|
9611
|
+
var instance = JSCompiler_object_inline_message_2446;
|
9608
9612
|
for (
|
9609
9613
|
JSCompiler_temp = rootOrSingletonContext;
|
9610
9614
|
8 !== instance.nodeType;
|
@@ -9646,77 +9650,77 @@
|
|
9646
9650
|
JSCompiler_temp &&
|
9647
9651
|
(warnNonHydratedInstance(
|
9648
9652
|
workInProgress,
|
9649
|
-
|
9653
|
+
JSCompiler_object_inline_message_2446
|
9650
9654
|
),
|
9651
9655
|
throwOnHydrationMismatch(workInProgress));
|
9652
9656
|
}
|
9653
|
-
|
9657
|
+
JSCompiler_object_inline_message_2446 = workInProgress.memoizedState;
|
9654
9658
|
if (
|
9655
|
-
null !==
|
9656
|
-
((
|
9657
|
-
|
9658
|
-
null !==
|
9659
|
+
null !== JSCompiler_object_inline_message_2446 &&
|
9660
|
+
((JSCompiler_object_inline_message_2446 =
|
9661
|
+
JSCompiler_object_inline_message_2446.dehydrated),
|
9662
|
+
null !== JSCompiler_object_inline_message_2446)
|
9659
9663
|
)
|
9660
9664
|
return (
|
9661
|
-
isSuspenseInstanceFallback(
|
9665
|
+
isSuspenseInstanceFallback(JSCompiler_object_inline_message_2446)
|
9662
9666
|
? (workInProgress.lanes = 32)
|
9663
9667
|
: (workInProgress.lanes = 536870912),
|
9664
9668
|
null
|
9665
9669
|
);
|
9666
9670
|
popSuspenseHandler(workInProgress);
|
9667
9671
|
}
|
9668
|
-
|
9669
|
-
|
9670
|
-
|
9671
|
-
|
9672
|
-
if (
|
9672
|
+
JSCompiler_object_inline_message_2446 =
|
9673
|
+
JSCompiler_object_inline_stack_2448.children;
|
9674
|
+
JSCompiler_object_inline_stack_2448 =
|
9675
|
+
JSCompiler_object_inline_stack_2448.fallback;
|
9676
|
+
if (JSCompiler_object_inline_componentStack_2449)
|
9673
9677
|
return (
|
9674
9678
|
reuseSuspenseHandlerOnStack(workInProgress),
|
9675
|
-
(
|
9679
|
+
(JSCompiler_object_inline_componentStack_2449 =
|
9676
9680
|
workInProgress.mode),
|
9677
|
-
(
|
9681
|
+
(JSCompiler_object_inline_message_2446 =
|
9678
9682
|
mountWorkInProgressOffscreenFiber(
|
9679
9683
|
{
|
9680
9684
|
mode: "hidden",
|
9681
|
-
children:
|
9685
|
+
children: JSCompiler_object_inline_message_2446
|
9682
9686
|
},
|
9683
|
-
|
9687
|
+
JSCompiler_object_inline_componentStack_2449
|
9684
9688
|
)),
|
9685
|
-
(
|
9686
|
-
|
9687
|
-
|
9689
|
+
(JSCompiler_object_inline_stack_2448 = createFiberFromFragment(
|
9690
|
+
JSCompiler_object_inline_stack_2448,
|
9691
|
+
JSCompiler_object_inline_componentStack_2449,
|
9688
9692
|
renderLanes,
|
9689
9693
|
null
|
9690
9694
|
)),
|
9691
|
-
(
|
9692
|
-
(
|
9693
|
-
(
|
9694
|
-
|
9695
|
-
(workInProgress.child =
|
9696
|
-
(
|
9695
|
+
(JSCompiler_object_inline_message_2446.return = workInProgress),
|
9696
|
+
(JSCompiler_object_inline_stack_2448.return = workInProgress),
|
9697
|
+
(JSCompiler_object_inline_message_2446.sibling =
|
9698
|
+
JSCompiler_object_inline_stack_2448),
|
9699
|
+
(workInProgress.child = JSCompiler_object_inline_message_2446),
|
9700
|
+
(JSCompiler_object_inline_componentStack_2449 =
|
9697
9701
|
workInProgress.child),
|
9698
|
-
(
|
9702
|
+
(JSCompiler_object_inline_componentStack_2449.memoizedState =
|
9699
9703
|
mountSuspenseOffscreenState(renderLanes)),
|
9700
|
-
(
|
9704
|
+
(JSCompiler_object_inline_componentStack_2449.childLanes =
|
9701
9705
|
getRemainingWorkInPrimaryTree(
|
9702
9706
|
current,
|
9703
|
-
|
9707
|
+
JSCompiler_object_inline_digest_2447,
|
9704
9708
|
renderLanes
|
9705
9709
|
)),
|
9706
9710
|
(workInProgress.memoizedState = SUSPENDED_MARKER),
|
9707
|
-
|
9711
|
+
JSCompiler_object_inline_stack_2448
|
9708
9712
|
);
|
9709
9713
|
pushPrimaryTreeSuspenseHandler(workInProgress);
|
9710
9714
|
return mountSuspensePrimaryChildren(
|
9711
9715
|
workInProgress,
|
9712
|
-
|
9716
|
+
JSCompiler_object_inline_message_2446
|
9713
9717
|
);
|
9714
9718
|
}
|
9715
9719
|
var prevState = current.memoizedState;
|
9716
9720
|
if (
|
9717
9721
|
null !== prevState &&
|
9718
|
-
((
|
9719
|
-
null !==
|
9722
|
+
((JSCompiler_object_inline_message_2446 = prevState.dehydrated),
|
9723
|
+
null !== JSCompiler_object_inline_message_2446)
|
9720
9724
|
) {
|
9721
9725
|
if (didSuspend)
|
9722
9726
|
workInProgress.flags & 256
|
@@ -9733,94 +9737,94 @@
|
|
9733
9737
|
(workInProgress.flags |= 128),
|
9734
9738
|
(workInProgress = null))
|
9735
9739
|
: (reuseSuspenseHandlerOnStack(workInProgress),
|
9736
|
-
(
|
9737
|
-
|
9738
|
-
(
|
9739
|
-
(
|
9740
|
+
(JSCompiler_object_inline_componentStack_2449 =
|
9741
|
+
JSCompiler_object_inline_stack_2448.fallback),
|
9742
|
+
(JSCompiler_object_inline_message_2446 = workInProgress.mode),
|
9743
|
+
(JSCompiler_object_inline_stack_2448 =
|
9740
9744
|
mountWorkInProgressOffscreenFiber(
|
9741
9745
|
{
|
9742
9746
|
mode: "visible",
|
9743
|
-
children:
|
9747
|
+
children: JSCompiler_object_inline_stack_2448.children
|
9744
9748
|
},
|
9745
|
-
|
9749
|
+
JSCompiler_object_inline_message_2446
|
9746
9750
|
)),
|
9747
|
-
(
|
9751
|
+
(JSCompiler_object_inline_componentStack_2449 =
|
9748
9752
|
createFiberFromFragment(
|
9749
|
-
|
9750
|
-
|
9753
|
+
JSCompiler_object_inline_componentStack_2449,
|
9754
|
+
JSCompiler_object_inline_message_2446,
|
9751
9755
|
renderLanes,
|
9752
9756
|
null
|
9753
9757
|
)),
|
9754
|
-
(
|
9755
|
-
(
|
9756
|
-
(
|
9758
|
+
(JSCompiler_object_inline_componentStack_2449.flags |= 2),
|
9759
|
+
(JSCompiler_object_inline_stack_2448.return = workInProgress),
|
9760
|
+
(JSCompiler_object_inline_componentStack_2449.return =
|
9757
9761
|
workInProgress),
|
9758
|
-
(
|
9759
|
-
|
9760
|
-
(workInProgress.child =
|
9762
|
+
(JSCompiler_object_inline_stack_2448.sibling =
|
9763
|
+
JSCompiler_object_inline_componentStack_2449),
|
9764
|
+
(workInProgress.child = JSCompiler_object_inline_stack_2448),
|
9761
9765
|
reconcileChildFibers(
|
9762
9766
|
workInProgress,
|
9763
9767
|
current.child,
|
9764
9768
|
null,
|
9765
9769
|
renderLanes
|
9766
9770
|
),
|
9767
|
-
(
|
9768
|
-
(
|
9771
|
+
(JSCompiler_object_inline_stack_2448 = workInProgress.child),
|
9772
|
+
(JSCompiler_object_inline_stack_2448.memoizedState =
|
9769
9773
|
mountSuspenseOffscreenState(renderLanes)),
|
9770
|
-
(
|
9774
|
+
(JSCompiler_object_inline_stack_2448.childLanes =
|
9771
9775
|
getRemainingWorkInPrimaryTree(
|
9772
9776
|
current,
|
9773
|
-
|
9777
|
+
JSCompiler_object_inline_digest_2447,
|
9774
9778
|
renderLanes
|
9775
9779
|
)),
|
9776
9780
|
(workInProgress.memoizedState = SUSPENDED_MARKER),
|
9777
9781
|
(workInProgress =
|
9778
|
-
|
9782
|
+
JSCompiler_object_inline_componentStack_2449));
|
9779
9783
|
else if (
|
9780
9784
|
(pushPrimaryTreeSuspenseHandler(workInProgress),
|
9781
9785
|
isHydrating &&
|
9782
9786
|
console.error(
|
9783
9787
|
"We should not be hydrating here. This is a bug in React. Please file a bug."
|
9784
9788
|
),
|
9785
|
-
isSuspenseInstanceFallback(
|
9789
|
+
isSuspenseInstanceFallback(JSCompiler_object_inline_message_2446))
|
9786
9790
|
) {
|
9787
|
-
|
9788
|
-
|
9789
|
-
|
9790
|
-
if (
|
9791
|
-
JSCompiler_temp =
|
9792
|
-
var message =
|
9793
|
-
instance =
|
9794
|
-
var componentStack =
|
9791
|
+
JSCompiler_object_inline_digest_2447 =
|
9792
|
+
JSCompiler_object_inline_message_2446.nextSibling &&
|
9793
|
+
JSCompiler_object_inline_message_2446.nextSibling.dataset;
|
9794
|
+
if (JSCompiler_object_inline_digest_2447) {
|
9795
|
+
JSCompiler_temp = JSCompiler_object_inline_digest_2447.dgst;
|
9796
|
+
var message = JSCompiler_object_inline_digest_2447.msg;
|
9797
|
+
instance = JSCompiler_object_inline_digest_2447.stck;
|
9798
|
+
var componentStack = JSCompiler_object_inline_digest_2447.cstck;
|
9795
9799
|
}
|
9796
|
-
|
9797
|
-
|
9798
|
-
|
9799
|
-
JSCompiler_temp =
|
9800
|
+
JSCompiler_object_inline_message_2446 = message;
|
9801
|
+
JSCompiler_object_inline_digest_2447 = JSCompiler_temp;
|
9802
|
+
JSCompiler_object_inline_stack_2448 = instance;
|
9803
|
+
JSCompiler_temp = JSCompiler_object_inline_componentStack_2449 =
|
9800
9804
|
componentStack;
|
9801
|
-
|
9802
|
-
|
9803
|
-
? Error(
|
9805
|
+
JSCompiler_object_inline_componentStack_2449 =
|
9806
|
+
JSCompiler_object_inline_message_2446
|
9807
|
+
? Error(JSCompiler_object_inline_message_2446)
|
9804
9808
|
: Error(
|
9805
9809
|
"The server could not finish this Suspense boundary, likely due to an error during server rendering. Switched to client rendering."
|
9806
9810
|
);
|
9807
|
-
|
9808
|
-
|
9809
|
-
|
9810
|
-
|
9811
|
-
|
9811
|
+
JSCompiler_object_inline_componentStack_2449.stack =
|
9812
|
+
JSCompiler_object_inline_stack_2448 || "";
|
9813
|
+
JSCompiler_object_inline_componentStack_2449.digest =
|
9814
|
+
JSCompiler_object_inline_digest_2447;
|
9815
|
+
JSCompiler_object_inline_digest_2447 =
|
9812
9816
|
void 0 === JSCompiler_temp ? null : JSCompiler_temp;
|
9813
|
-
|
9814
|
-
value:
|
9817
|
+
JSCompiler_object_inline_stack_2448 = {
|
9818
|
+
value: JSCompiler_object_inline_componentStack_2449,
|
9815
9819
|
source: null,
|
9816
|
-
stack:
|
9820
|
+
stack: JSCompiler_object_inline_digest_2447
|
9817
9821
|
};
|
9818
|
-
"string" === typeof
|
9822
|
+
"string" === typeof JSCompiler_object_inline_digest_2447 &&
|
9819
9823
|
CapturedStacks.set(
|
9820
|
-
|
9821
|
-
|
9824
|
+
JSCompiler_object_inline_componentStack_2449,
|
9825
|
+
JSCompiler_object_inline_stack_2448
|
9822
9826
|
);
|
9823
|
-
queueHydrationError(
|
9827
|
+
queueHydrationError(JSCompiler_object_inline_stack_2448);
|
9824
9828
|
workInProgress = retrySuspenseComponentWithoutHydrating(
|
9825
9829
|
current,
|
9826
9830
|
workInProgress,
|
@@ -9834,44 +9838,44 @@
|
|
9834
9838
|
renderLanes,
|
9835
9839
|
!1
|
9836
9840
|
),
|
9837
|
-
(
|
9841
|
+
(JSCompiler_object_inline_digest_2447 =
|
9838
9842
|
0 !== (renderLanes & current.childLanes)),
|
9839
|
-
didReceiveUpdate ||
|
9843
|
+
didReceiveUpdate || JSCompiler_object_inline_digest_2447)
|
9840
9844
|
) {
|
9841
|
-
|
9845
|
+
JSCompiler_object_inline_digest_2447 = workInProgressRoot;
|
9842
9846
|
if (
|
9843
|
-
null !==
|
9844
|
-
((
|
9845
|
-
(
|
9846
|
-
0 !== (
|
9847
|
+
null !== JSCompiler_object_inline_digest_2447 &&
|
9848
|
+
((JSCompiler_object_inline_stack_2448 = renderLanes & -renderLanes),
|
9849
|
+
(JSCompiler_object_inline_stack_2448 =
|
9850
|
+
0 !== (JSCompiler_object_inline_stack_2448 & 42)
|
9847
9851
|
? 1
|
9848
9852
|
: getBumpedLaneForHydrationByLane(
|
9849
|
-
|
9853
|
+
JSCompiler_object_inline_stack_2448
|
9850
9854
|
)),
|
9851
|
-
(
|
9855
|
+
(JSCompiler_object_inline_stack_2448 =
|
9852
9856
|
0 !==
|
9853
|
-
(
|
9854
|
-
(
|
9857
|
+
(JSCompiler_object_inline_stack_2448 &
|
9858
|
+
(JSCompiler_object_inline_digest_2447.suspendedLanes |
|
9855
9859
|
renderLanes))
|
9856
9860
|
? 0
|
9857
|
-
:
|
9858
|
-
0 !==
|
9859
|
-
|
9861
|
+
: JSCompiler_object_inline_stack_2448),
|
9862
|
+
0 !== JSCompiler_object_inline_stack_2448 &&
|
9863
|
+
JSCompiler_object_inline_stack_2448 !== prevState.retryLane)
|
9860
9864
|
)
|
9861
9865
|
throw (
|
9862
|
-
((prevState.retryLane =
|
9866
|
+
((prevState.retryLane = JSCompiler_object_inline_stack_2448),
|
9863
9867
|
enqueueConcurrentRenderForLane(
|
9864
9868
|
current,
|
9865
|
-
|
9869
|
+
JSCompiler_object_inline_stack_2448
|
9866
9870
|
),
|
9867
9871
|
scheduleUpdateOnFiber(
|
9868
|
-
|
9872
|
+
JSCompiler_object_inline_digest_2447,
|
9869
9873
|
current,
|
9870
|
-
|
9874
|
+
JSCompiler_object_inline_stack_2448
|
9871
9875
|
),
|
9872
9876
|
SelectiveHydrationException)
|
9873
9877
|
);
|
9874
|
-
|
9878
|
+
JSCompiler_object_inline_message_2446.data ===
|
9875
9879
|
SUSPENSE_PENDING_START_DATA || renderDidSuspendDelayIfPossible();
|
9876
9880
|
workInProgress = retrySuspenseComponentWithoutHydrating(
|
9877
9881
|
current,
|
@@ -9879,14 +9883,14 @@
|
|
9879
9883
|
renderLanes
|
9880
9884
|
);
|
9881
9885
|
} else
|
9882
|
-
|
9886
|
+
JSCompiler_object_inline_message_2446.data ===
|
9883
9887
|
SUSPENSE_PENDING_START_DATA
|
9884
9888
|
? ((workInProgress.flags |= 192),
|
9885
9889
|
(workInProgress.child = current.child),
|
9886
9890
|
(workInProgress = null))
|
9887
9891
|
: ((current = prevState.treeContext),
|
9888
9892
|
(nextHydratableInstance = getNextHydratable(
|
9889
|
-
|
9893
|
+
JSCompiler_object_inline_message_2446.nextSibling
|
9890
9894
|
)),
|
9891
9895
|
(hydrationParentFiber = workInProgress),
|
9892
9896
|
(isHydrating = !0),
|
@@ -9904,57 +9908,57 @@
|
|
9904
9908
|
(treeContextProvider = workInProgress)),
|
9905
9909
|
(workInProgress = mountSuspensePrimaryChildren(
|
9906
9910
|
workInProgress,
|
9907
|
-
|
9911
|
+
JSCompiler_object_inline_stack_2448.children
|
9908
9912
|
)),
|
9909
9913
|
(workInProgress.flags |= 4096));
|
9910
9914
|
return workInProgress;
|
9911
9915
|
}
|
9912
|
-
if (
|
9916
|
+
if (JSCompiler_object_inline_componentStack_2449)
|
9913
9917
|
return (
|
9914
9918
|
reuseSuspenseHandlerOnStack(workInProgress),
|
9915
|
-
(
|
9916
|
-
|
9917
|
-
(
|
9919
|
+
(JSCompiler_object_inline_componentStack_2449 =
|
9920
|
+
JSCompiler_object_inline_stack_2448.fallback),
|
9921
|
+
(JSCompiler_object_inline_message_2446 = workInProgress.mode),
|
9918
9922
|
(JSCompiler_temp = current.child),
|
9919
9923
|
(instance = JSCompiler_temp.sibling),
|
9920
|
-
(
|
9924
|
+
(JSCompiler_object_inline_stack_2448 = createWorkInProgress(
|
9921
9925
|
JSCompiler_temp,
|
9922
9926
|
{
|
9923
9927
|
mode: "hidden",
|
9924
|
-
children:
|
9928
|
+
children: JSCompiler_object_inline_stack_2448.children
|
9925
9929
|
}
|
9926
9930
|
)),
|
9927
|
-
(
|
9931
|
+
(JSCompiler_object_inline_stack_2448.subtreeFlags =
|
9928
9932
|
JSCompiler_temp.subtreeFlags & 65011712),
|
9929
9933
|
null !== instance
|
9930
|
-
? (
|
9934
|
+
? (JSCompiler_object_inline_componentStack_2449 =
|
9931
9935
|
createWorkInProgress(
|
9932
9936
|
instance,
|
9933
|
-
|
9937
|
+
JSCompiler_object_inline_componentStack_2449
|
9934
9938
|
))
|
9935
|
-
: ((
|
9939
|
+
: ((JSCompiler_object_inline_componentStack_2449 =
|
9936
9940
|
createFiberFromFragment(
|
9937
|
-
|
9938
|
-
|
9941
|
+
JSCompiler_object_inline_componentStack_2449,
|
9942
|
+
JSCompiler_object_inline_message_2446,
|
9939
9943
|
renderLanes,
|
9940
9944
|
null
|
9941
9945
|
)),
|
9942
|
-
(
|
9943
|
-
(
|
9946
|
+
(JSCompiler_object_inline_componentStack_2449.flags |= 2)),
|
9947
|
+
(JSCompiler_object_inline_componentStack_2449.return =
|
9944
9948
|
workInProgress),
|
9945
|
-
(
|
9946
|
-
(
|
9947
|
-
|
9948
|
-
(workInProgress.child =
|
9949
|
-
(
|
9950
|
-
|
9951
|
-
(
|
9952
|
-
(
|
9953
|
-
null ===
|
9954
|
-
? (
|
9949
|
+
(JSCompiler_object_inline_stack_2448.return = workInProgress),
|
9950
|
+
(JSCompiler_object_inline_stack_2448.sibling =
|
9951
|
+
JSCompiler_object_inline_componentStack_2449),
|
9952
|
+
(workInProgress.child = JSCompiler_object_inline_stack_2448),
|
9953
|
+
(JSCompiler_object_inline_stack_2448 =
|
9954
|
+
JSCompiler_object_inline_componentStack_2449),
|
9955
|
+
(JSCompiler_object_inline_componentStack_2449 = workInProgress.child),
|
9956
|
+
(JSCompiler_object_inline_message_2446 = current.child.memoizedState),
|
9957
|
+
null === JSCompiler_object_inline_message_2446
|
9958
|
+
? (JSCompiler_object_inline_message_2446 =
|
9955
9959
|
mountSuspenseOffscreenState(renderLanes))
|
9956
9960
|
: ((JSCompiler_temp =
|
9957
|
-
|
9961
|
+
JSCompiler_object_inline_message_2446.cachePool),
|
9958
9962
|
null !== JSCompiler_temp
|
9959
9963
|
? ((instance = CacheContext._currentValue),
|
9960
9964
|
(JSCompiler_temp =
|
@@ -9962,37 +9966,37 @@
|
|
9962
9966
|
? { parent: instance, pool: instance }
|
9963
9967
|
: JSCompiler_temp))
|
9964
9968
|
: (JSCompiler_temp = getSuspendedCache()),
|
9965
|
-
(
|
9969
|
+
(JSCompiler_object_inline_message_2446 = {
|
9966
9970
|
baseLanes:
|
9967
|
-
|
9971
|
+
JSCompiler_object_inline_message_2446.baseLanes | renderLanes,
|
9968
9972
|
cachePool: JSCompiler_temp
|
9969
9973
|
})),
|
9970
|
-
(
|
9971
|
-
|
9972
|
-
(
|
9974
|
+
(JSCompiler_object_inline_componentStack_2449.memoizedState =
|
9975
|
+
JSCompiler_object_inline_message_2446),
|
9976
|
+
(JSCompiler_object_inline_componentStack_2449.childLanes =
|
9973
9977
|
getRemainingWorkInPrimaryTree(
|
9974
9978
|
current,
|
9975
|
-
|
9979
|
+
JSCompiler_object_inline_digest_2447,
|
9976
9980
|
renderLanes
|
9977
9981
|
)),
|
9978
9982
|
(workInProgress.memoizedState = SUSPENDED_MARKER),
|
9979
|
-
|
9983
|
+
JSCompiler_object_inline_stack_2448
|
9980
9984
|
);
|
9981
9985
|
pushPrimaryTreeSuspenseHandler(workInProgress);
|
9982
9986
|
renderLanes = current.child;
|
9983
9987
|
current = renderLanes.sibling;
|
9984
9988
|
renderLanes = createWorkInProgress(renderLanes, {
|
9985
9989
|
mode: "visible",
|
9986
|
-
children:
|
9990
|
+
children: JSCompiler_object_inline_stack_2448.children
|
9987
9991
|
});
|
9988
9992
|
renderLanes.return = workInProgress;
|
9989
9993
|
renderLanes.sibling = null;
|
9990
9994
|
null !== current &&
|
9991
|
-
((
|
9992
|
-
null ===
|
9995
|
+
((JSCompiler_object_inline_digest_2447 = workInProgress.deletions),
|
9996
|
+
null === JSCompiler_object_inline_digest_2447
|
9993
9997
|
? ((workInProgress.deletions = [current]),
|
9994
9998
|
(workInProgress.flags |= 16))
|
9995
|
-
:
|
9999
|
+
: JSCompiler_object_inline_digest_2447.push(current));
|
9996
10000
|
workInProgress.child = renderLanes;
|
9997
10001
|
workInProgress.memoizedState = null;
|
9998
10002
|
return renderLanes;
|
@@ -10389,10 +10393,14 @@
|
|
10389
10393
|
if (stateNode) break;
|
10390
10394
|
else return null;
|
10391
10395
|
case 22:
|
10392
|
-
case 23:
|
10393
10396
|
return (
|
10394
10397
|
(workInProgress.lanes = 0),
|
10395
|
-
updateOffscreenComponent(
|
10398
|
+
updateOffscreenComponent(
|
10399
|
+
current,
|
10400
|
+
workInProgress,
|
10401
|
+
renderLanes,
|
10402
|
+
workInProgress.pendingProps
|
10403
|
+
)
|
10396
10404
|
);
|
10397
10405
|
case 24:
|
10398
10406
|
pushProvider(
|
@@ -11026,7 +11034,12 @@
|
|
11026
11034
|
workInProgress
|
11027
11035
|
);
|
11028
11036
|
case 22:
|
11029
|
-
return updateOffscreenComponent(
|
11037
|
+
return updateOffscreenComponent(
|
11038
|
+
current,
|
11039
|
+
workInProgress,
|
11040
|
+
renderLanes,
|
11041
|
+
workInProgress.pendingProps
|
11042
|
+
);
|
11030
11043
|
case 24:
|
11031
11044
|
return (
|
11032
11045
|
prepareToReadContext(workInProgress),
|
@@ -12321,12 +12334,7 @@
|
|
12321
12334
|
commitStartTime
|
12322
12335
|
);
|
12323
12336
|
"function" === typeof onCommit &&
|
12324
|
-
onCommit(
|
12325
|
-
finishedWork.memoizedProps.id,
|
12326
|
-
current,
|
12327
|
-
effectDuration,
|
12328
|
-
commitStartTime
|
12329
|
-
);
|
12337
|
+
onCommit(id, current, effectDuration, commitStartTime);
|
12330
12338
|
}
|
12331
12339
|
function commitProfilerPostCommitImpl(
|
12332
12340
|
finishedWork,
|
@@ -24948,11 +24956,11 @@
|
|
24948
24956
|
};
|
24949
24957
|
(function () {
|
24950
24958
|
var isomorphicReactPackageVersion = React.version;
|
24951
|
-
if ("19.2.0-canary-
|
24959
|
+
if ("19.2.0-canary-c44e4a25-20250409" !== isomorphicReactPackageVersion)
|
24952
24960
|
throw Error(
|
24953
24961
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
24954
24962
|
(isomorphicReactPackageVersion +
|
24955
|
-
"\n - react-dom: 19.2.0-canary-
|
24963
|
+
"\n - react-dom: 19.2.0-canary-c44e4a25-20250409\nLearn more: https://react.dev/warnings/version-mismatch")
|
24956
24964
|
);
|
24957
24965
|
})();
|
24958
24966
|
("function" === typeof Map &&
|
@@ -24989,10 +24997,10 @@
|
|
24989
24997
|
!(function () {
|
24990
24998
|
var internals = {
|
24991
24999
|
bundleType: 1,
|
24992
|
-
version: "19.2.0-canary-
|
25000
|
+
version: "19.2.0-canary-c44e4a25-20250409",
|
24993
25001
|
rendererPackageName: "react-dom",
|
24994
25002
|
currentDispatcherRef: ReactSharedInternals,
|
24995
|
-
reconcilerVersion: "19.2.0-canary-
|
25003
|
+
reconcilerVersion: "19.2.0-canary-c44e4a25-20250409"
|
24996
25004
|
};
|
24997
25005
|
internals.overrideHookState = overrideHookState;
|
24998
25006
|
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
|
@@ -25136,7 +25144,7 @@
|
|
25136
25144
|
listenToAllSupportedEvents(container);
|
25137
25145
|
return new ReactDOMHydrationRoot(initialChildren);
|
25138
25146
|
};
|
25139
|
-
exports.version = "19.2.0-canary-
|
25147
|
+
exports.version = "19.2.0-canary-c44e4a25-20250409";
|
25140
25148
|
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
25141
25149
|
"function" ===
|
25142
25150
|
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|