react-dom 19.2.0-canary-6a7650c7-20250405 → 19.2.0-canary-33661467-20250407
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 +155 -155
- package/cjs/react-dom-client.production.js +63 -63
- package/cjs/react-dom-profiling.development.js +155 -155
- package/cjs/react-dom-profiling.profiling.js +66 -66
- 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
@@ -9587,32 +9587,32 @@
|
|
9587
9587
|
return current;
|
9588
9588
|
}
|
9589
9589
|
function updateSuspenseComponent(current, workInProgress, renderLanes) {
|
9590
|
-
var
|
9591
|
-
var
|
9590
|
+
var JSCompiler_object_inline_digest_2471;
|
9591
|
+
var JSCompiler_object_inline_stack_2472 = workInProgress.pendingProps;
|
9592
9592
|
shouldSuspendImpl(workInProgress) && (workInProgress.flags |= 128);
|
9593
|
-
var
|
9593
|
+
var JSCompiler_object_inline_componentStack_2473 = !1;
|
9594
9594
|
var didSuspend = 0 !== (workInProgress.flags & 128);
|
9595
|
-
(
|
9596
|
-
(
|
9595
|
+
(JSCompiler_object_inline_digest_2471 = didSuspend) ||
|
9596
|
+
(JSCompiler_object_inline_digest_2471 =
|
9597
9597
|
null !== current && null === current.memoizedState
|
9598
9598
|
? !1
|
9599
9599
|
: 0 !== (suspenseStackCursor.current & ForceSuspenseFallback));
|
9600
|
-
|
9601
|
-
((
|
9600
|
+
JSCompiler_object_inline_digest_2471 &&
|
9601
|
+
((JSCompiler_object_inline_componentStack_2473 = !0),
|
9602
9602
|
(workInProgress.flags &= -129));
|
9603
|
-
|
9603
|
+
JSCompiler_object_inline_digest_2471 = 0 !== (workInProgress.flags & 32);
|
9604
9604
|
workInProgress.flags &= -33;
|
9605
9605
|
if (null === current) {
|
9606
9606
|
if (isHydrating) {
|
9607
|
-
|
9607
|
+
JSCompiler_object_inline_componentStack_2473
|
9608
9608
|
? pushPrimaryTreeSuspenseHandler(workInProgress)
|
9609
9609
|
: reuseSuspenseHandlerOnStack(workInProgress);
|
9610
9610
|
if (isHydrating) {
|
9611
|
-
var
|
9611
|
+
var JSCompiler_object_inline_message_2470 = nextHydratableInstance;
|
9612
9612
|
var JSCompiler_temp;
|
9613
|
-
if (!(JSCompiler_temp = !
|
9613
|
+
if (!(JSCompiler_temp = !JSCompiler_object_inline_message_2470)) {
|
9614
9614
|
c: {
|
9615
|
-
var instance =
|
9615
|
+
var instance = JSCompiler_object_inline_message_2470;
|
9616
9616
|
for (
|
9617
9617
|
JSCompiler_temp = rootOrSingletonContext;
|
9618
9618
|
8 !== instance.nodeType;
|
@@ -9654,77 +9654,77 @@
|
|
9654
9654
|
JSCompiler_temp &&
|
9655
9655
|
(warnNonHydratedInstance(
|
9656
9656
|
workInProgress,
|
9657
|
-
|
9657
|
+
JSCompiler_object_inline_message_2470
|
9658
9658
|
),
|
9659
9659
|
throwOnHydrationMismatch(workInProgress));
|
9660
9660
|
}
|
9661
|
-
|
9661
|
+
JSCompiler_object_inline_message_2470 = workInProgress.memoizedState;
|
9662
9662
|
if (
|
9663
|
-
null !==
|
9664
|
-
((
|
9665
|
-
|
9666
|
-
null !==
|
9663
|
+
null !== JSCompiler_object_inline_message_2470 &&
|
9664
|
+
((JSCompiler_object_inline_message_2470 =
|
9665
|
+
JSCompiler_object_inline_message_2470.dehydrated),
|
9666
|
+
null !== JSCompiler_object_inline_message_2470)
|
9667
9667
|
)
|
9668
9668
|
return (
|
9669
|
-
isSuspenseInstanceFallback(
|
9669
|
+
isSuspenseInstanceFallback(JSCompiler_object_inline_message_2470)
|
9670
9670
|
? (workInProgress.lanes = 32)
|
9671
9671
|
: (workInProgress.lanes = 536870912),
|
9672
9672
|
null
|
9673
9673
|
);
|
9674
9674
|
popSuspenseHandler(workInProgress);
|
9675
9675
|
}
|
9676
|
-
|
9677
|
-
|
9678
|
-
|
9679
|
-
|
9680
|
-
if (
|
9676
|
+
JSCompiler_object_inline_message_2470 =
|
9677
|
+
JSCompiler_object_inline_stack_2472.children;
|
9678
|
+
JSCompiler_object_inline_stack_2472 =
|
9679
|
+
JSCompiler_object_inline_stack_2472.fallback;
|
9680
|
+
if (JSCompiler_object_inline_componentStack_2473)
|
9681
9681
|
return (
|
9682
9682
|
reuseSuspenseHandlerOnStack(workInProgress),
|
9683
|
-
(
|
9683
|
+
(JSCompiler_object_inline_componentStack_2473 =
|
9684
9684
|
workInProgress.mode),
|
9685
|
-
(
|
9685
|
+
(JSCompiler_object_inline_message_2470 =
|
9686
9686
|
mountWorkInProgressOffscreenFiber(
|
9687
9687
|
{
|
9688
9688
|
mode: "hidden",
|
9689
|
-
children:
|
9689
|
+
children: JSCompiler_object_inline_message_2470
|
9690
9690
|
},
|
9691
|
-
|
9691
|
+
JSCompiler_object_inline_componentStack_2473
|
9692
9692
|
)),
|
9693
|
-
(
|
9694
|
-
|
9695
|
-
|
9693
|
+
(JSCompiler_object_inline_stack_2472 = createFiberFromFragment(
|
9694
|
+
JSCompiler_object_inline_stack_2472,
|
9695
|
+
JSCompiler_object_inline_componentStack_2473,
|
9696
9696
|
renderLanes,
|
9697
9697
|
null
|
9698
9698
|
)),
|
9699
|
-
(
|
9700
|
-
(
|
9701
|
-
(
|
9702
|
-
|
9703
|
-
(workInProgress.child =
|
9704
|
-
(
|
9699
|
+
(JSCompiler_object_inline_message_2470.return = workInProgress),
|
9700
|
+
(JSCompiler_object_inline_stack_2472.return = workInProgress),
|
9701
|
+
(JSCompiler_object_inline_message_2470.sibling =
|
9702
|
+
JSCompiler_object_inline_stack_2472),
|
9703
|
+
(workInProgress.child = JSCompiler_object_inline_message_2470),
|
9704
|
+
(JSCompiler_object_inline_componentStack_2473 =
|
9705
9705
|
workInProgress.child),
|
9706
|
-
(
|
9706
|
+
(JSCompiler_object_inline_componentStack_2473.memoizedState =
|
9707
9707
|
mountSuspenseOffscreenState(renderLanes)),
|
9708
|
-
(
|
9708
|
+
(JSCompiler_object_inline_componentStack_2473.childLanes =
|
9709
9709
|
getRemainingWorkInPrimaryTree(
|
9710
9710
|
current,
|
9711
|
-
|
9711
|
+
JSCompiler_object_inline_digest_2471,
|
9712
9712
|
renderLanes
|
9713
9713
|
)),
|
9714
9714
|
(workInProgress.memoizedState = SUSPENDED_MARKER),
|
9715
|
-
|
9715
|
+
JSCompiler_object_inline_stack_2472
|
9716
9716
|
);
|
9717
9717
|
pushPrimaryTreeSuspenseHandler(workInProgress);
|
9718
9718
|
return mountSuspensePrimaryChildren(
|
9719
9719
|
workInProgress,
|
9720
|
-
|
9720
|
+
JSCompiler_object_inline_message_2470
|
9721
9721
|
);
|
9722
9722
|
}
|
9723
9723
|
var prevState = current.memoizedState;
|
9724
9724
|
if (
|
9725
9725
|
null !== prevState &&
|
9726
|
-
((
|
9727
|
-
null !==
|
9726
|
+
((JSCompiler_object_inline_message_2470 = prevState.dehydrated),
|
9727
|
+
null !== JSCompiler_object_inline_message_2470)
|
9728
9728
|
) {
|
9729
9729
|
if (didSuspend)
|
9730
9730
|
workInProgress.flags & 256
|
@@ -9741,94 +9741,94 @@
|
|
9741
9741
|
(workInProgress.flags |= 128),
|
9742
9742
|
(workInProgress = null))
|
9743
9743
|
: (reuseSuspenseHandlerOnStack(workInProgress),
|
9744
|
-
(
|
9745
|
-
|
9746
|
-
(
|
9747
|
-
(
|
9744
|
+
(JSCompiler_object_inline_componentStack_2473 =
|
9745
|
+
JSCompiler_object_inline_stack_2472.fallback),
|
9746
|
+
(JSCompiler_object_inline_message_2470 = workInProgress.mode),
|
9747
|
+
(JSCompiler_object_inline_stack_2472 =
|
9748
9748
|
mountWorkInProgressOffscreenFiber(
|
9749
9749
|
{
|
9750
9750
|
mode: "visible",
|
9751
|
-
children:
|
9751
|
+
children: JSCompiler_object_inline_stack_2472.children
|
9752
9752
|
},
|
9753
|
-
|
9753
|
+
JSCompiler_object_inline_message_2470
|
9754
9754
|
)),
|
9755
|
-
(
|
9755
|
+
(JSCompiler_object_inline_componentStack_2473 =
|
9756
9756
|
createFiberFromFragment(
|
9757
|
-
|
9758
|
-
|
9757
|
+
JSCompiler_object_inline_componentStack_2473,
|
9758
|
+
JSCompiler_object_inline_message_2470,
|
9759
9759
|
renderLanes,
|
9760
9760
|
null
|
9761
9761
|
)),
|
9762
|
-
(
|
9763
|
-
(
|
9764
|
-
(
|
9762
|
+
(JSCompiler_object_inline_componentStack_2473.flags |= 2),
|
9763
|
+
(JSCompiler_object_inline_stack_2472.return = workInProgress),
|
9764
|
+
(JSCompiler_object_inline_componentStack_2473.return =
|
9765
9765
|
workInProgress),
|
9766
|
-
(
|
9767
|
-
|
9768
|
-
(workInProgress.child =
|
9766
|
+
(JSCompiler_object_inline_stack_2472.sibling =
|
9767
|
+
JSCompiler_object_inline_componentStack_2473),
|
9768
|
+
(workInProgress.child = JSCompiler_object_inline_stack_2472),
|
9769
9769
|
reconcileChildFibers(
|
9770
9770
|
workInProgress,
|
9771
9771
|
current.child,
|
9772
9772
|
null,
|
9773
9773
|
renderLanes
|
9774
9774
|
),
|
9775
|
-
(
|
9776
|
-
(
|
9775
|
+
(JSCompiler_object_inline_stack_2472 = workInProgress.child),
|
9776
|
+
(JSCompiler_object_inline_stack_2472.memoizedState =
|
9777
9777
|
mountSuspenseOffscreenState(renderLanes)),
|
9778
|
-
(
|
9778
|
+
(JSCompiler_object_inline_stack_2472.childLanes =
|
9779
9779
|
getRemainingWorkInPrimaryTree(
|
9780
9780
|
current,
|
9781
|
-
|
9781
|
+
JSCompiler_object_inline_digest_2471,
|
9782
9782
|
renderLanes
|
9783
9783
|
)),
|
9784
9784
|
(workInProgress.memoizedState = SUSPENDED_MARKER),
|
9785
9785
|
(workInProgress =
|
9786
|
-
|
9786
|
+
JSCompiler_object_inline_componentStack_2473));
|
9787
9787
|
else if (
|
9788
9788
|
(pushPrimaryTreeSuspenseHandler(workInProgress),
|
9789
9789
|
isHydrating &&
|
9790
9790
|
console.error(
|
9791
9791
|
"We should not be hydrating here. This is a bug in React. Please file a bug."
|
9792
9792
|
),
|
9793
|
-
isSuspenseInstanceFallback(
|
9793
|
+
isSuspenseInstanceFallback(JSCompiler_object_inline_message_2470))
|
9794
9794
|
) {
|
9795
|
-
|
9796
|
-
|
9797
|
-
|
9798
|
-
if (
|
9799
|
-
JSCompiler_temp =
|
9800
|
-
var message =
|
9801
|
-
instance =
|
9802
|
-
var componentStack =
|
9795
|
+
JSCompiler_object_inline_digest_2471 =
|
9796
|
+
JSCompiler_object_inline_message_2470.nextSibling &&
|
9797
|
+
JSCompiler_object_inline_message_2470.nextSibling.dataset;
|
9798
|
+
if (JSCompiler_object_inline_digest_2471) {
|
9799
|
+
JSCompiler_temp = JSCompiler_object_inline_digest_2471.dgst;
|
9800
|
+
var message = JSCompiler_object_inline_digest_2471.msg;
|
9801
|
+
instance = JSCompiler_object_inline_digest_2471.stck;
|
9802
|
+
var componentStack = JSCompiler_object_inline_digest_2471.cstck;
|
9803
9803
|
}
|
9804
|
-
|
9805
|
-
|
9806
|
-
|
9807
|
-
JSCompiler_temp =
|
9804
|
+
JSCompiler_object_inline_message_2470 = message;
|
9805
|
+
JSCompiler_object_inline_digest_2471 = JSCompiler_temp;
|
9806
|
+
JSCompiler_object_inline_stack_2472 = instance;
|
9807
|
+
JSCompiler_temp = JSCompiler_object_inline_componentStack_2473 =
|
9808
9808
|
componentStack;
|
9809
|
-
|
9810
|
-
|
9811
|
-
? Error(
|
9809
|
+
JSCompiler_object_inline_componentStack_2473 =
|
9810
|
+
JSCompiler_object_inline_message_2470
|
9811
|
+
? Error(JSCompiler_object_inline_message_2470)
|
9812
9812
|
: Error(
|
9813
9813
|
"The server could not finish this Suspense boundary, likely due to an error during server rendering. Switched to client rendering."
|
9814
9814
|
);
|
9815
|
-
|
9816
|
-
|
9817
|
-
|
9818
|
-
|
9819
|
-
|
9815
|
+
JSCompiler_object_inline_componentStack_2473.stack =
|
9816
|
+
JSCompiler_object_inline_stack_2472 || "";
|
9817
|
+
JSCompiler_object_inline_componentStack_2473.digest =
|
9818
|
+
JSCompiler_object_inline_digest_2471;
|
9819
|
+
JSCompiler_object_inline_digest_2471 =
|
9820
9820
|
void 0 === JSCompiler_temp ? null : JSCompiler_temp;
|
9821
|
-
|
9822
|
-
value:
|
9821
|
+
JSCompiler_object_inline_stack_2472 = {
|
9822
|
+
value: JSCompiler_object_inline_componentStack_2473,
|
9823
9823
|
source: null,
|
9824
|
-
stack:
|
9824
|
+
stack: JSCompiler_object_inline_digest_2471
|
9825
9825
|
};
|
9826
|
-
"string" === typeof
|
9826
|
+
"string" === typeof JSCompiler_object_inline_digest_2471 &&
|
9827
9827
|
CapturedStacks.set(
|
9828
|
-
|
9829
|
-
|
9828
|
+
JSCompiler_object_inline_componentStack_2473,
|
9829
|
+
JSCompiler_object_inline_stack_2472
|
9830
9830
|
);
|
9831
|
-
queueHydrationError(
|
9831
|
+
queueHydrationError(JSCompiler_object_inline_stack_2472);
|
9832
9832
|
workInProgress = retrySuspenseComponentWithoutHydrating(
|
9833
9833
|
current,
|
9834
9834
|
workInProgress,
|
@@ -9842,44 +9842,44 @@
|
|
9842
9842
|
renderLanes,
|
9843
9843
|
!1
|
9844
9844
|
),
|
9845
|
-
(
|
9845
|
+
(JSCompiler_object_inline_digest_2471 =
|
9846
9846
|
0 !== (renderLanes & current.childLanes)),
|
9847
|
-
didReceiveUpdate ||
|
9847
|
+
didReceiveUpdate || JSCompiler_object_inline_digest_2471)
|
9848
9848
|
) {
|
9849
|
-
|
9849
|
+
JSCompiler_object_inline_digest_2471 = workInProgressRoot;
|
9850
9850
|
if (
|
9851
|
-
null !==
|
9852
|
-
((
|
9853
|
-
(
|
9854
|
-
0 !== (
|
9851
|
+
null !== JSCompiler_object_inline_digest_2471 &&
|
9852
|
+
((JSCompiler_object_inline_stack_2472 = renderLanes & -renderLanes),
|
9853
|
+
(JSCompiler_object_inline_stack_2472 =
|
9854
|
+
0 !== (JSCompiler_object_inline_stack_2472 & 42)
|
9855
9855
|
? 1
|
9856
9856
|
: getBumpedLaneForHydrationByLane(
|
9857
|
-
|
9857
|
+
JSCompiler_object_inline_stack_2472
|
9858
9858
|
)),
|
9859
|
-
(
|
9859
|
+
(JSCompiler_object_inline_stack_2472 =
|
9860
9860
|
0 !==
|
9861
|
-
(
|
9862
|
-
(
|
9861
|
+
(JSCompiler_object_inline_stack_2472 &
|
9862
|
+
(JSCompiler_object_inline_digest_2471.suspendedLanes |
|
9863
9863
|
renderLanes))
|
9864
9864
|
? 0
|
9865
|
-
:
|
9866
|
-
0 !==
|
9867
|
-
|
9865
|
+
: JSCompiler_object_inline_stack_2472),
|
9866
|
+
0 !== JSCompiler_object_inline_stack_2472 &&
|
9867
|
+
JSCompiler_object_inline_stack_2472 !== prevState.retryLane)
|
9868
9868
|
)
|
9869
9869
|
throw (
|
9870
|
-
((prevState.retryLane =
|
9870
|
+
((prevState.retryLane = JSCompiler_object_inline_stack_2472),
|
9871
9871
|
enqueueConcurrentRenderForLane(
|
9872
9872
|
current,
|
9873
|
-
|
9873
|
+
JSCompiler_object_inline_stack_2472
|
9874
9874
|
),
|
9875
9875
|
scheduleUpdateOnFiber(
|
9876
|
-
|
9876
|
+
JSCompiler_object_inline_digest_2471,
|
9877
9877
|
current,
|
9878
|
-
|
9878
|
+
JSCompiler_object_inline_stack_2472
|
9879
9879
|
),
|
9880
9880
|
SelectiveHydrationException)
|
9881
9881
|
);
|
9882
|
-
|
9882
|
+
JSCompiler_object_inline_message_2470.data ===
|
9883
9883
|
SUSPENSE_PENDING_START_DATA || renderDidSuspendDelayIfPossible();
|
9884
9884
|
workInProgress = retrySuspenseComponentWithoutHydrating(
|
9885
9885
|
current,
|
@@ -9887,14 +9887,14 @@
|
|
9887
9887
|
renderLanes
|
9888
9888
|
);
|
9889
9889
|
} else
|
9890
|
-
|
9890
|
+
JSCompiler_object_inline_message_2470.data ===
|
9891
9891
|
SUSPENSE_PENDING_START_DATA
|
9892
9892
|
? ((workInProgress.flags |= 192),
|
9893
9893
|
(workInProgress.child = current.child),
|
9894
9894
|
(workInProgress = null))
|
9895
9895
|
: ((current = prevState.treeContext),
|
9896
9896
|
(nextHydratableInstance = getNextHydratable(
|
9897
|
-
|
9897
|
+
JSCompiler_object_inline_message_2470.nextSibling
|
9898
9898
|
)),
|
9899
9899
|
(hydrationParentFiber = workInProgress),
|
9900
9900
|
(isHydrating = !0),
|
@@ -9912,57 +9912,57 @@
|
|
9912
9912
|
(treeContextProvider = workInProgress)),
|
9913
9913
|
(workInProgress = mountSuspensePrimaryChildren(
|
9914
9914
|
workInProgress,
|
9915
|
-
|
9915
|
+
JSCompiler_object_inline_stack_2472.children
|
9916
9916
|
)),
|
9917
9917
|
(workInProgress.flags |= 4096));
|
9918
9918
|
return workInProgress;
|
9919
9919
|
}
|
9920
|
-
if (
|
9920
|
+
if (JSCompiler_object_inline_componentStack_2473)
|
9921
9921
|
return (
|
9922
9922
|
reuseSuspenseHandlerOnStack(workInProgress),
|
9923
|
-
(
|
9924
|
-
|
9925
|
-
(
|
9923
|
+
(JSCompiler_object_inline_componentStack_2473 =
|
9924
|
+
JSCompiler_object_inline_stack_2472.fallback),
|
9925
|
+
(JSCompiler_object_inline_message_2470 = workInProgress.mode),
|
9926
9926
|
(JSCompiler_temp = current.child),
|
9927
9927
|
(instance = JSCompiler_temp.sibling),
|
9928
|
-
(
|
9928
|
+
(JSCompiler_object_inline_stack_2472 = createWorkInProgress(
|
9929
9929
|
JSCompiler_temp,
|
9930
9930
|
{
|
9931
9931
|
mode: "hidden",
|
9932
|
-
children:
|
9932
|
+
children: JSCompiler_object_inline_stack_2472.children
|
9933
9933
|
}
|
9934
9934
|
)),
|
9935
|
-
(
|
9935
|
+
(JSCompiler_object_inline_stack_2472.subtreeFlags =
|
9936
9936
|
JSCompiler_temp.subtreeFlags & 65011712),
|
9937
9937
|
null !== instance
|
9938
|
-
? (
|
9938
|
+
? (JSCompiler_object_inline_componentStack_2473 =
|
9939
9939
|
createWorkInProgress(
|
9940
9940
|
instance,
|
9941
|
-
|
9941
|
+
JSCompiler_object_inline_componentStack_2473
|
9942
9942
|
))
|
9943
|
-
: ((
|
9943
|
+
: ((JSCompiler_object_inline_componentStack_2473 =
|
9944
9944
|
createFiberFromFragment(
|
9945
|
-
|
9946
|
-
|
9945
|
+
JSCompiler_object_inline_componentStack_2473,
|
9946
|
+
JSCompiler_object_inline_message_2470,
|
9947
9947
|
renderLanes,
|
9948
9948
|
null
|
9949
9949
|
)),
|
9950
|
-
(
|
9951
|
-
(
|
9950
|
+
(JSCompiler_object_inline_componentStack_2473.flags |= 2)),
|
9951
|
+
(JSCompiler_object_inline_componentStack_2473.return =
|
9952
9952
|
workInProgress),
|
9953
|
-
(
|
9954
|
-
(
|
9955
|
-
|
9956
|
-
(workInProgress.child =
|
9957
|
-
(
|
9958
|
-
|
9959
|
-
(
|
9960
|
-
(
|
9961
|
-
null ===
|
9962
|
-
? (
|
9953
|
+
(JSCompiler_object_inline_stack_2472.return = workInProgress),
|
9954
|
+
(JSCompiler_object_inline_stack_2472.sibling =
|
9955
|
+
JSCompiler_object_inline_componentStack_2473),
|
9956
|
+
(workInProgress.child = JSCompiler_object_inline_stack_2472),
|
9957
|
+
(JSCompiler_object_inline_stack_2472 =
|
9958
|
+
JSCompiler_object_inline_componentStack_2473),
|
9959
|
+
(JSCompiler_object_inline_componentStack_2473 = workInProgress.child),
|
9960
|
+
(JSCompiler_object_inline_message_2470 = current.child.memoizedState),
|
9961
|
+
null === JSCompiler_object_inline_message_2470
|
9962
|
+
? (JSCompiler_object_inline_message_2470 =
|
9963
9963
|
mountSuspenseOffscreenState(renderLanes))
|
9964
9964
|
: ((JSCompiler_temp =
|
9965
|
-
|
9965
|
+
JSCompiler_object_inline_message_2470.cachePool),
|
9966
9966
|
null !== JSCompiler_temp
|
9967
9967
|
? ((instance = CacheContext._currentValue),
|
9968
9968
|
(JSCompiler_temp =
|
@@ -9970,37 +9970,37 @@
|
|
9970
9970
|
? { parent: instance, pool: instance }
|
9971
9971
|
: JSCompiler_temp))
|
9972
9972
|
: (JSCompiler_temp = getSuspendedCache()),
|
9973
|
-
(
|
9973
|
+
(JSCompiler_object_inline_message_2470 = {
|
9974
9974
|
baseLanes:
|
9975
|
-
|
9975
|
+
JSCompiler_object_inline_message_2470.baseLanes | renderLanes,
|
9976
9976
|
cachePool: JSCompiler_temp
|
9977
9977
|
})),
|
9978
|
-
(
|
9979
|
-
|
9980
|
-
(
|
9978
|
+
(JSCompiler_object_inline_componentStack_2473.memoizedState =
|
9979
|
+
JSCompiler_object_inline_message_2470),
|
9980
|
+
(JSCompiler_object_inline_componentStack_2473.childLanes =
|
9981
9981
|
getRemainingWorkInPrimaryTree(
|
9982
9982
|
current,
|
9983
|
-
|
9983
|
+
JSCompiler_object_inline_digest_2471,
|
9984
9984
|
renderLanes
|
9985
9985
|
)),
|
9986
9986
|
(workInProgress.memoizedState = SUSPENDED_MARKER),
|
9987
|
-
|
9987
|
+
JSCompiler_object_inline_stack_2472
|
9988
9988
|
);
|
9989
9989
|
pushPrimaryTreeSuspenseHandler(workInProgress);
|
9990
9990
|
renderLanes = current.child;
|
9991
9991
|
current = renderLanes.sibling;
|
9992
9992
|
renderLanes = createWorkInProgress(renderLanes, {
|
9993
9993
|
mode: "visible",
|
9994
|
-
children:
|
9994
|
+
children: JSCompiler_object_inline_stack_2472.children
|
9995
9995
|
});
|
9996
9996
|
renderLanes.return = workInProgress;
|
9997
9997
|
renderLanes.sibling = null;
|
9998
9998
|
null !== current &&
|
9999
|
-
((
|
10000
|
-
null ===
|
9999
|
+
((JSCompiler_object_inline_digest_2471 = workInProgress.deletions),
|
10000
|
+
null === JSCompiler_object_inline_digest_2471
|
10001
10001
|
? ((workInProgress.deletions = [current]),
|
10002
10002
|
(workInProgress.flags |= 16))
|
10003
|
-
:
|
10003
|
+
: JSCompiler_object_inline_digest_2471.push(current));
|
10004
10004
|
workInProgress.child = renderLanes;
|
10005
10005
|
workInProgress.memoizedState = null;
|
10006
10006
|
return renderLanes;
|
@@ -24950,11 +24950,11 @@
|
|
24950
24950
|
};
|
24951
24951
|
(function () {
|
24952
24952
|
var isomorphicReactPackageVersion = React.version;
|
24953
|
-
if ("19.2.0-canary-
|
24953
|
+
if ("19.2.0-canary-33661467-20250407" !== isomorphicReactPackageVersion)
|
24954
24954
|
throw Error(
|
24955
24955
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
24956
24956
|
(isomorphicReactPackageVersion +
|
24957
|
-
"\n - react-dom: 19.2.0-canary-
|
24957
|
+
"\n - react-dom: 19.2.0-canary-33661467-20250407\nLearn more: https://react.dev/warnings/version-mismatch")
|
24958
24958
|
);
|
24959
24959
|
})();
|
24960
24960
|
("function" === typeof Map &&
|
@@ -24991,10 +24991,10 @@
|
|
24991
24991
|
!(function () {
|
24992
24992
|
var internals = {
|
24993
24993
|
bundleType: 1,
|
24994
|
-
version: "19.2.0-canary-
|
24994
|
+
version: "19.2.0-canary-33661467-20250407",
|
24995
24995
|
rendererPackageName: "react-dom",
|
24996
24996
|
currentDispatcherRef: ReactSharedInternals,
|
24997
|
-
reconcilerVersion: "19.2.0-canary-
|
24997
|
+
reconcilerVersion: "19.2.0-canary-33661467-20250407"
|
24998
24998
|
};
|
24999
24999
|
internals.overrideHookState = overrideHookState;
|
25000
25000
|
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
|
@@ -25468,7 +25468,7 @@
|
|
25468
25468
|
exports.useFormStatus = function () {
|
25469
25469
|
return resolveDispatcher().useHostTransitionStatus();
|
25470
25470
|
};
|
25471
|
-
exports.version = "19.2.0-canary-
|
25471
|
+
exports.version = "19.2.0-canary-33661467-20250407";
|
25472
25472
|
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
25473
25473
|
"function" ===
|
25474
25474
|
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|