react-dom 19.2.0-canary-1d6c8168-20250411 → 19.2.0-canary-b04254fd-20250415
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 +173 -163
- package/cjs/react-dom-client.production.js +16 -17
- package/cjs/react-dom-profiling.development.js +173 -163
- package/cjs/react-dom-profiling.profiling.js +16 -17
- 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
@@ -8827,18 +8827,7 @@
|
|
8827
8827
|
renderLanes
|
8828
8828
|
);
|
8829
8829
|
}
|
8830
|
-
if (0
|
8831
|
-
(workInProgress.memoizedState = { baseLanes: 0, cachePool: null }),
|
8832
|
-
null !== current &&
|
8833
|
-
pushTransition(
|
8834
|
-
workInProgress,
|
8835
|
-
null !== prevState ? prevState.cachePool : null
|
8836
|
-
),
|
8837
|
-
null !== prevState
|
8838
|
-
? pushHiddenContext(workInProgress, prevState)
|
8839
|
-
: reuseHiddenContextOnStack(workInProgress),
|
8840
|
-
pushOffscreenSuspenseHandler(workInProgress);
|
8841
|
-
else
|
8830
|
+
if (0 === (renderLanes & 536870912) || isHydrating)
|
8842
8831
|
return (
|
8843
8832
|
(workInProgress.lanes = workInProgress.childLanes = 536870912),
|
8844
8833
|
deferHiddenOffscreenComponent(
|
@@ -8850,6 +8839,16 @@
|
|
8850
8839
|
renderLanes
|
8851
8840
|
)
|
8852
8841
|
);
|
8842
|
+
workInProgress.memoizedState = { baseLanes: 0, cachePool: null };
|
8843
|
+
null !== current &&
|
8844
|
+
pushTransition(
|
8845
|
+
workInProgress,
|
8846
|
+
null !== prevState ? prevState.cachePool : null
|
8847
|
+
);
|
8848
|
+
null !== prevState
|
8849
|
+
? pushHiddenContext(workInProgress, prevState)
|
8850
|
+
: reuseHiddenContextOnStack(workInProgress);
|
8851
|
+
pushOffscreenSuspenseHandler(workInProgress);
|
8853
8852
|
} else
|
8854
8853
|
null !== prevState
|
8855
8854
|
? (pushTransition(workInProgress, prevState.cachePool),
|
@@ -9591,19 +9590,19 @@
|
|
9591
9590
|
return current;
|
9592
9591
|
}
|
9593
9592
|
function updateSuspenseComponent(current, workInProgress, renderLanes) {
|
9594
|
-
var
|
9595
|
-
var
|
9593
|
+
var JSCompiler_object_inline_digest_2453;
|
9594
|
+
var JSCompiler_object_inline_stack_2454 = workInProgress.pendingProps;
|
9596
9595
|
shouldSuspendImpl(workInProgress) && (workInProgress.flags |= 128);
|
9597
9596
|
var showFallback = !1,
|
9598
9597
|
didSuspend = 0 !== (workInProgress.flags & 128);
|
9599
|
-
(
|
9600
|
-
(
|
9598
|
+
(JSCompiler_object_inline_digest_2453 = didSuspend) ||
|
9599
|
+
(JSCompiler_object_inline_digest_2453 =
|
9601
9600
|
null !== current && null === current.memoizedState
|
9602
9601
|
? !1
|
9603
9602
|
: 0 !== (suspenseStackCursor.current & ForceSuspenseFallback));
|
9604
|
-
|
9603
|
+
JSCompiler_object_inline_digest_2453 &&
|
9605
9604
|
((showFallback = !0), (workInProgress.flags &= -129));
|
9606
|
-
|
9605
|
+
JSCompiler_object_inline_digest_2453 = 0 !== (workInProgress.flags & 32);
|
9607
9606
|
workInProgress.flags &= -33;
|
9608
9607
|
if (null === current) {
|
9609
9608
|
if (isHydrating) {
|
@@ -9612,25 +9611,25 @@
|
|
9612
9611
|
: reuseSuspenseHandlerOnStack(workInProgress);
|
9613
9612
|
if ((current = nextHydratableInstance)) {
|
9614
9613
|
a: {
|
9615
|
-
|
9614
|
+
JSCompiler_object_inline_digest_2453 = current;
|
9616
9615
|
for (
|
9617
9616
|
renderLanes = rootOrSingletonContext;
|
9618
|
-
8 !==
|
9617
|
+
8 !== JSCompiler_object_inline_digest_2453.nodeType;
|
9619
9618
|
|
9620
9619
|
) {
|
9621
9620
|
if (!renderLanes) {
|
9622
9621
|
renderLanes = null;
|
9623
9622
|
break a;
|
9624
9623
|
}
|
9625
|
-
|
9626
|
-
|
9624
|
+
JSCompiler_object_inline_digest_2453 = getNextHydratable(
|
9625
|
+
JSCompiler_object_inline_digest_2453.nextSibling
|
9627
9626
|
);
|
9628
|
-
if (null ===
|
9627
|
+
if (null === JSCompiler_object_inline_digest_2453) {
|
9629
9628
|
renderLanes = null;
|
9630
9629
|
break a;
|
9631
9630
|
}
|
9632
9631
|
}
|
9633
|
-
renderLanes =
|
9632
|
+
renderLanes = JSCompiler_object_inline_digest_2453;
|
9634
9633
|
}
|
9635
9634
|
null !== renderLanes &&
|
9636
9635
|
(warnIfNotHydrating(),
|
@@ -9643,17 +9642,17 @@
|
|
9643
9642
|
retryLane: 536870912,
|
9644
9643
|
hydrationErrors: null
|
9645
9644
|
}),
|
9646
|
-
(
|
9647
|
-
(
|
9645
|
+
(JSCompiler_object_inline_digest_2453 = renderLanes),
|
9646
|
+
(JSCompiler_object_inline_stack_2454 = createFiber(
|
9648
9647
|
18,
|
9649
9648
|
null,
|
9650
9649
|
null,
|
9651
9650
|
NoMode
|
9652
9651
|
)),
|
9653
|
-
(
|
9654
|
-
|
9655
|
-
(
|
9656
|
-
(workInProgress.child =
|
9652
|
+
(JSCompiler_object_inline_stack_2454.stateNode =
|
9653
|
+
JSCompiler_object_inline_digest_2453),
|
9654
|
+
(JSCompiler_object_inline_stack_2454.return = workInProgress),
|
9655
|
+
(workInProgress.child = JSCompiler_object_inline_stack_2454),
|
9657
9656
|
(hydrationParentFiber = workInProgress),
|
9658
9657
|
(nextHydratableInstance = null));
|
9659
9658
|
} else renderLanes = null;
|
@@ -9667,56 +9666,56 @@
|
|
9667
9666
|
: (workInProgress.lanes = 536870912);
|
9668
9667
|
return null;
|
9669
9668
|
}
|
9670
|
-
var
|
9671
|
-
|
9672
|
-
|
9673
|
-
|
9669
|
+
var JSCompiler_object_inline_componentStack_2455 =
|
9670
|
+
JSCompiler_object_inline_stack_2454.children;
|
9671
|
+
JSCompiler_object_inline_stack_2454 =
|
9672
|
+
JSCompiler_object_inline_stack_2454.fallback;
|
9674
9673
|
if (showFallback) {
|
9675
9674
|
reuseSuspenseHandlerOnStack(workInProgress);
|
9676
9675
|
var mode = workInProgress.mode;
|
9677
|
-
|
9676
|
+
JSCompiler_object_inline_componentStack_2455 =
|
9678
9677
|
mountWorkInProgressOffscreenFiber(
|
9679
9678
|
{
|
9680
9679
|
mode: "hidden",
|
9681
|
-
children:
|
9680
|
+
children: JSCompiler_object_inline_componentStack_2455
|
9682
9681
|
},
|
9683
9682
|
mode
|
9684
9683
|
);
|
9685
|
-
|
9686
|
-
|
9684
|
+
JSCompiler_object_inline_stack_2454 = createFiberFromFragment(
|
9685
|
+
JSCompiler_object_inline_stack_2454,
|
9687
9686
|
mode,
|
9688
9687
|
renderLanes,
|
9689
9688
|
null
|
9690
9689
|
);
|
9691
|
-
|
9692
|
-
|
9693
|
-
|
9694
|
-
|
9695
|
-
workInProgress.child =
|
9696
|
-
|
9697
|
-
|
9690
|
+
JSCompiler_object_inline_componentStack_2455.return = workInProgress;
|
9691
|
+
JSCompiler_object_inline_stack_2454.return = workInProgress;
|
9692
|
+
JSCompiler_object_inline_componentStack_2455.sibling =
|
9693
|
+
JSCompiler_object_inline_stack_2454;
|
9694
|
+
workInProgress.child = JSCompiler_object_inline_componentStack_2455;
|
9695
|
+
JSCompiler_object_inline_componentStack_2455 = workInProgress.child;
|
9696
|
+
JSCompiler_object_inline_componentStack_2455.memoizedState =
|
9698
9697
|
mountSuspenseOffscreenState(renderLanes);
|
9699
|
-
|
9698
|
+
JSCompiler_object_inline_componentStack_2455.childLanes =
|
9700
9699
|
getRemainingWorkInPrimaryTree(
|
9701
9700
|
current,
|
9702
|
-
|
9701
|
+
JSCompiler_object_inline_digest_2453,
|
9703
9702
|
renderLanes
|
9704
9703
|
);
|
9705
9704
|
workInProgress.memoizedState = SUSPENDED_MARKER;
|
9706
|
-
return
|
9705
|
+
return JSCompiler_object_inline_stack_2454;
|
9707
9706
|
}
|
9708
9707
|
pushPrimaryTreeSuspenseHandler(workInProgress);
|
9709
9708
|
return mountSuspensePrimaryChildren(
|
9710
9709
|
workInProgress,
|
9711
|
-
|
9710
|
+
JSCompiler_object_inline_componentStack_2455
|
9712
9711
|
);
|
9713
9712
|
}
|
9714
|
-
var
|
9713
|
+
var JSCompiler_object_inline_message_2452 = current.memoizedState;
|
9715
9714
|
if (
|
9716
|
-
null !==
|
9717
|
-
((
|
9718
|
-
|
9719
|
-
null !==
|
9715
|
+
null !== JSCompiler_object_inline_message_2452 &&
|
9716
|
+
((JSCompiler_object_inline_componentStack_2455 =
|
9717
|
+
JSCompiler_object_inline_message_2452.dehydrated),
|
9718
|
+
null !== JSCompiler_object_inline_componentStack_2455)
|
9720
9719
|
) {
|
9721
9720
|
if (didSuspend)
|
9722
9721
|
workInProgress.flags & 256
|
@@ -9733,49 +9732,49 @@
|
|
9733
9732
|
(workInProgress.flags |= 128),
|
9734
9733
|
(workInProgress = null))
|
9735
9734
|
: (reuseSuspenseHandlerOnStack(workInProgress),
|
9736
|
-
(
|
9737
|
-
|
9735
|
+
(JSCompiler_object_inline_componentStack_2455 =
|
9736
|
+
JSCompiler_object_inline_stack_2454.fallback),
|
9738
9737
|
(mode = workInProgress.mode),
|
9739
|
-
(
|
9738
|
+
(JSCompiler_object_inline_stack_2454 =
|
9740
9739
|
mountWorkInProgressOffscreenFiber(
|
9741
9740
|
{
|
9742
9741
|
mode: "visible",
|
9743
|
-
children:
|
9742
|
+
children: JSCompiler_object_inline_stack_2454.children
|
9744
9743
|
},
|
9745
9744
|
mode
|
9746
9745
|
)),
|
9747
|
-
(
|
9746
|
+
(JSCompiler_object_inline_componentStack_2455 =
|
9748
9747
|
createFiberFromFragment(
|
9749
|
-
|
9748
|
+
JSCompiler_object_inline_componentStack_2455,
|
9750
9749
|
mode,
|
9751
9750
|
renderLanes,
|
9752
9751
|
null
|
9753
9752
|
)),
|
9754
|
-
(
|
9755
|
-
(
|
9756
|
-
(
|
9753
|
+
(JSCompiler_object_inline_componentStack_2455.flags |= 2),
|
9754
|
+
(JSCompiler_object_inline_stack_2454.return = workInProgress),
|
9755
|
+
(JSCompiler_object_inline_componentStack_2455.return =
|
9757
9756
|
workInProgress),
|
9758
|
-
(
|
9759
|
-
|
9760
|
-
(workInProgress.child =
|
9757
|
+
(JSCompiler_object_inline_stack_2454.sibling =
|
9758
|
+
JSCompiler_object_inline_componentStack_2455),
|
9759
|
+
(workInProgress.child = JSCompiler_object_inline_stack_2454),
|
9761
9760
|
reconcileChildFibers(
|
9762
9761
|
workInProgress,
|
9763
9762
|
current.child,
|
9764
9763
|
null,
|
9765
9764
|
renderLanes
|
9766
9765
|
),
|
9767
|
-
(
|
9768
|
-
(
|
9766
|
+
(JSCompiler_object_inline_stack_2454 = workInProgress.child),
|
9767
|
+
(JSCompiler_object_inline_stack_2454.memoizedState =
|
9769
9768
|
mountSuspenseOffscreenState(renderLanes)),
|
9770
|
-
(
|
9769
|
+
(JSCompiler_object_inline_stack_2454.childLanes =
|
9771
9770
|
getRemainingWorkInPrimaryTree(
|
9772
9771
|
current,
|
9773
|
-
|
9772
|
+
JSCompiler_object_inline_digest_2453,
|
9774
9773
|
renderLanes
|
9775
9774
|
)),
|
9776
9775
|
(workInProgress.memoizedState = SUSPENDED_MARKER),
|
9777
9776
|
(workInProgress =
|
9778
|
-
|
9777
|
+
JSCompiler_object_inline_componentStack_2455));
|
9779
9778
|
else if (
|
9780
9779
|
(pushPrimaryTreeSuspenseHandler(workInProgress),
|
9781
9780
|
isHydrating &&
|
@@ -9783,48 +9782,48 @@
|
|
9783
9782
|
"We should not be hydrating here. This is a bug in React. Please file a bug."
|
9784
9783
|
),
|
9785
9784
|
isSuspenseInstanceFallback(
|
9786
|
-
|
9785
|
+
JSCompiler_object_inline_componentStack_2455
|
9787
9786
|
))
|
9788
9787
|
) {
|
9789
|
-
|
9790
|
-
|
9791
|
-
|
9792
|
-
if (
|
9793
|
-
mode =
|
9794
|
-
var message =
|
9795
|
-
var componentStack =
|
9788
|
+
JSCompiler_object_inline_digest_2453 =
|
9789
|
+
JSCompiler_object_inline_componentStack_2455.nextSibling &&
|
9790
|
+
JSCompiler_object_inline_componentStack_2455.nextSibling.dataset;
|
9791
|
+
if (JSCompiler_object_inline_digest_2453) {
|
9792
|
+
mode = JSCompiler_object_inline_digest_2453.dgst;
|
9793
|
+
var message = JSCompiler_object_inline_digest_2453.msg;
|
9794
|
+
var componentStack = JSCompiler_object_inline_digest_2453.stck;
|
9796
9795
|
var componentStack$jscomp$0 =
|
9797
|
-
|
9796
|
+
JSCompiler_object_inline_digest_2453.cstck;
|
9798
9797
|
}
|
9799
|
-
|
9800
|
-
|
9801
|
-
|
9802
|
-
|
9798
|
+
JSCompiler_object_inline_message_2452 = message;
|
9799
|
+
JSCompiler_object_inline_digest_2453 = mode;
|
9800
|
+
JSCompiler_object_inline_stack_2454 = componentStack;
|
9801
|
+
JSCompiler_object_inline_componentStack_2455 =
|
9803
9802
|
componentStack$jscomp$0;
|
9804
|
-
mode =
|
9805
|
-
componentStack =
|
9806
|
-
|
9803
|
+
mode = JSCompiler_object_inline_message_2452;
|
9804
|
+
componentStack = JSCompiler_object_inline_componentStack_2455;
|
9805
|
+
JSCompiler_object_inline_componentStack_2455 = mode
|
9807
9806
|
? Error(mode)
|
9808
9807
|
: Error(
|
9809
9808
|
"The server could not finish this Suspense boundary, likely due to an error during server rendering. Switched to client rendering."
|
9810
9809
|
);
|
9811
|
-
|
9812
|
-
|
9813
|
-
|
9814
|
-
|
9815
|
-
|
9810
|
+
JSCompiler_object_inline_componentStack_2455.stack =
|
9811
|
+
JSCompiler_object_inline_stack_2454 || "";
|
9812
|
+
JSCompiler_object_inline_componentStack_2455.digest =
|
9813
|
+
JSCompiler_object_inline_digest_2453;
|
9814
|
+
JSCompiler_object_inline_digest_2453 =
|
9816
9815
|
void 0 === componentStack ? null : componentStack;
|
9817
|
-
|
9818
|
-
value:
|
9816
|
+
JSCompiler_object_inline_stack_2454 = {
|
9817
|
+
value: JSCompiler_object_inline_componentStack_2455,
|
9819
9818
|
source: null,
|
9820
|
-
stack:
|
9819
|
+
stack: JSCompiler_object_inline_digest_2453
|
9821
9820
|
};
|
9822
|
-
"string" === typeof
|
9821
|
+
"string" === typeof JSCompiler_object_inline_digest_2453 &&
|
9823
9822
|
CapturedStacks.set(
|
9824
|
-
|
9825
|
-
|
9823
|
+
JSCompiler_object_inline_componentStack_2455,
|
9824
|
+
JSCompiler_object_inline_stack_2454
|
9826
9825
|
);
|
9827
|
-
queueHydrationError(
|
9826
|
+
queueHydrationError(JSCompiler_object_inline_stack_2454);
|
9828
9827
|
workInProgress = retrySuspenseComponentWithoutHydrating(
|
9829
9828
|
current,
|
9830
9829
|
workInProgress,
|
@@ -9838,46 +9837,46 @@
|
|
9838
9837
|
renderLanes,
|
9839
9838
|
!1
|
9840
9839
|
),
|
9841
|
-
(
|
9840
|
+
(JSCompiler_object_inline_digest_2453 =
|
9842
9841
|
0 !== (renderLanes & current.childLanes)),
|
9843
|
-
didReceiveUpdate ||
|
9842
|
+
didReceiveUpdate || JSCompiler_object_inline_digest_2453)
|
9844
9843
|
) {
|
9845
|
-
|
9844
|
+
JSCompiler_object_inline_digest_2453 = workInProgressRoot;
|
9846
9845
|
if (
|
9847
|
-
null !==
|
9848
|
-
((
|
9849
|
-
(
|
9850
|
-
0 !== (
|
9846
|
+
null !== JSCompiler_object_inline_digest_2453 &&
|
9847
|
+
((JSCompiler_object_inline_stack_2454 = renderLanes & -renderLanes),
|
9848
|
+
(JSCompiler_object_inline_stack_2454 =
|
9849
|
+
0 !== (JSCompiler_object_inline_stack_2454 & 42)
|
9851
9850
|
? 1
|
9852
9851
|
: getBumpedLaneForHydrationByLane(
|
9853
|
-
|
9852
|
+
JSCompiler_object_inline_stack_2454
|
9854
9853
|
)),
|
9855
|
-
(
|
9854
|
+
(JSCompiler_object_inline_stack_2454 =
|
9856
9855
|
0 !==
|
9857
|
-
(
|
9858
|
-
(
|
9856
|
+
(JSCompiler_object_inline_stack_2454 &
|
9857
|
+
(JSCompiler_object_inline_digest_2453.suspendedLanes |
|
9859
9858
|
renderLanes))
|
9860
9859
|
? 0
|
9861
|
-
:
|
9862
|
-
0 !==
|
9863
|
-
|
9864
|
-
|
9860
|
+
: JSCompiler_object_inline_stack_2454),
|
9861
|
+
0 !== JSCompiler_object_inline_stack_2454 &&
|
9862
|
+
JSCompiler_object_inline_stack_2454 !==
|
9863
|
+
JSCompiler_object_inline_message_2452.retryLane)
|
9865
9864
|
)
|
9866
9865
|
throw (
|
9867
|
-
((
|
9868
|
-
|
9866
|
+
((JSCompiler_object_inline_message_2452.retryLane =
|
9867
|
+
JSCompiler_object_inline_stack_2454),
|
9869
9868
|
enqueueConcurrentRenderForLane(
|
9870
9869
|
current,
|
9871
|
-
|
9870
|
+
JSCompiler_object_inline_stack_2454
|
9872
9871
|
),
|
9873
9872
|
scheduleUpdateOnFiber(
|
9874
|
-
|
9873
|
+
JSCompiler_object_inline_digest_2453,
|
9875
9874
|
current,
|
9876
|
-
|
9875
|
+
JSCompiler_object_inline_stack_2454
|
9877
9876
|
),
|
9878
9877
|
SelectiveHydrationException)
|
9879
9878
|
);
|
9880
|
-
|
9879
|
+
JSCompiler_object_inline_componentStack_2455.data ===
|
9881
9880
|
SUSPENSE_PENDING_START_DATA || renderDidSuspendDelayIfPossible();
|
9882
9881
|
workInProgress = retrySuspenseComponentWithoutHydrating(
|
9883
9882
|
current,
|
@@ -9885,14 +9884,14 @@
|
|
9885
9884
|
renderLanes
|
9886
9885
|
);
|
9887
9886
|
} else
|
9888
|
-
|
9887
|
+
JSCompiler_object_inline_componentStack_2455.data ===
|
9889
9888
|
SUSPENSE_PENDING_START_DATA
|
9890
9889
|
? ((workInProgress.flags |= 192),
|
9891
9890
|
(workInProgress.child = current.child),
|
9892
9891
|
(workInProgress = null))
|
9893
|
-
: ((current =
|
9892
|
+
: ((current = JSCompiler_object_inline_message_2452.treeContext),
|
9894
9893
|
(nextHydratableInstance = getNextHydratable(
|
9895
|
-
|
9894
|
+
JSCompiler_object_inline_componentStack_2455.nextSibling
|
9896
9895
|
)),
|
9897
9896
|
(hydrationParentFiber = workInProgress),
|
9898
9897
|
(isHydrating = !0),
|
@@ -9910,7 +9909,7 @@
|
|
9910
9909
|
(treeContextProvider = workInProgress)),
|
9911
9910
|
(workInProgress = mountSuspensePrimaryChildren(
|
9912
9911
|
workInProgress,
|
9913
|
-
|
9912
|
+
JSCompiler_object_inline_stack_2454.children
|
9914
9913
|
)),
|
9915
9914
|
(workInProgress.flags |= 4096));
|
9916
9915
|
return workInProgress;
|
@@ -9918,43 +9917,43 @@
|
|
9918
9917
|
if (showFallback)
|
9919
9918
|
return (
|
9920
9919
|
reuseSuspenseHandlerOnStack(workInProgress),
|
9921
|
-
(
|
9922
|
-
|
9920
|
+
(JSCompiler_object_inline_componentStack_2455 =
|
9921
|
+
JSCompiler_object_inline_stack_2454.fallback),
|
9923
9922
|
(mode = workInProgress.mode),
|
9924
9923
|
(componentStack = current.child),
|
9925
9924
|
(componentStack$jscomp$0 = componentStack.sibling),
|
9926
|
-
(
|
9925
|
+
(JSCompiler_object_inline_stack_2454 = createWorkInProgress(
|
9927
9926
|
componentStack,
|
9928
9927
|
{
|
9929
9928
|
mode: "hidden",
|
9930
|
-
children:
|
9929
|
+
children: JSCompiler_object_inline_stack_2454.children
|
9931
9930
|
}
|
9932
9931
|
)),
|
9933
|
-
(
|
9932
|
+
(JSCompiler_object_inline_stack_2454.subtreeFlags =
|
9934
9933
|
componentStack.subtreeFlags & 65011712),
|
9935
9934
|
null !== componentStack$jscomp$0
|
9936
|
-
? (
|
9935
|
+
? (JSCompiler_object_inline_componentStack_2455 =
|
9937
9936
|
createWorkInProgress(
|
9938
9937
|
componentStack$jscomp$0,
|
9939
|
-
|
9938
|
+
JSCompiler_object_inline_componentStack_2455
|
9940
9939
|
))
|
9941
|
-
: ((
|
9940
|
+
: ((JSCompiler_object_inline_componentStack_2455 =
|
9942
9941
|
createFiberFromFragment(
|
9943
|
-
|
9942
|
+
JSCompiler_object_inline_componentStack_2455,
|
9944
9943
|
mode,
|
9945
9944
|
renderLanes,
|
9946
9945
|
null
|
9947
9946
|
)),
|
9948
|
-
(
|
9949
|
-
(
|
9947
|
+
(JSCompiler_object_inline_componentStack_2455.flags |= 2)),
|
9948
|
+
(JSCompiler_object_inline_componentStack_2455.return =
|
9950
9949
|
workInProgress),
|
9951
|
-
(
|
9952
|
-
(
|
9953
|
-
|
9954
|
-
(workInProgress.child =
|
9955
|
-
(
|
9956
|
-
|
9957
|
-
(
|
9950
|
+
(JSCompiler_object_inline_stack_2454.return = workInProgress),
|
9951
|
+
(JSCompiler_object_inline_stack_2454.sibling =
|
9952
|
+
JSCompiler_object_inline_componentStack_2455),
|
9953
|
+
(workInProgress.child = JSCompiler_object_inline_stack_2454),
|
9954
|
+
(JSCompiler_object_inline_stack_2454 =
|
9955
|
+
JSCompiler_object_inline_componentStack_2455),
|
9956
|
+
(JSCompiler_object_inline_componentStack_2455 = workInProgress.child),
|
9958
9957
|
(mode = current.child.memoizedState),
|
9959
9958
|
null === mode
|
9960
9959
|
? (mode = mountSuspenseOffscreenState(renderLanes))
|
@@ -9973,31 +9972,31 @@
|
|
9973
9972
|
baseLanes: mode.baseLanes | renderLanes,
|
9974
9973
|
cachePool: componentStack
|
9975
9974
|
})),
|
9976
|
-
(
|
9977
|
-
(
|
9975
|
+
(JSCompiler_object_inline_componentStack_2455.memoizedState = mode),
|
9976
|
+
(JSCompiler_object_inline_componentStack_2455.childLanes =
|
9978
9977
|
getRemainingWorkInPrimaryTree(
|
9979
9978
|
current,
|
9980
|
-
|
9979
|
+
JSCompiler_object_inline_digest_2453,
|
9981
9980
|
renderLanes
|
9982
9981
|
)),
|
9983
9982
|
(workInProgress.memoizedState = SUSPENDED_MARKER),
|
9984
|
-
|
9983
|
+
JSCompiler_object_inline_stack_2454
|
9985
9984
|
);
|
9986
9985
|
pushPrimaryTreeSuspenseHandler(workInProgress);
|
9987
9986
|
renderLanes = current.child;
|
9988
9987
|
current = renderLanes.sibling;
|
9989
9988
|
renderLanes = createWorkInProgress(renderLanes, {
|
9990
9989
|
mode: "visible",
|
9991
|
-
children:
|
9990
|
+
children: JSCompiler_object_inline_stack_2454.children
|
9992
9991
|
});
|
9993
9992
|
renderLanes.return = workInProgress;
|
9994
9993
|
renderLanes.sibling = null;
|
9995
9994
|
null !== current &&
|
9996
|
-
((
|
9997
|
-
null ===
|
9995
|
+
((JSCompiler_object_inline_digest_2453 = workInProgress.deletions),
|
9996
|
+
null === JSCompiler_object_inline_digest_2453
|
9998
9997
|
? ((workInProgress.deletions = [current]),
|
9999
9998
|
(workInProgress.flags |= 16))
|
10000
|
-
:
|
9999
|
+
: JSCompiler_object_inline_digest_2453.push(current));
|
10001
10000
|
workInProgress.child = renderLanes;
|
10002
10001
|
workInProgress.memoizedState = null;
|
10003
10002
|
return renderLanes;
|
@@ -11012,22 +11011,33 @@
|
|
11012
11011
|
);
|
11013
11012
|
case 31:
|
11014
11013
|
return (
|
11015
|
-
(
|
11016
|
-
(
|
11017
|
-
|
11018
|
-
|
11019
|
-
|
11014
|
+
(renderLanes = workInProgress.pendingProps),
|
11015
|
+
(returnFiber = renderLanes.hidden),
|
11016
|
+
void 0 !== returnFiber &&
|
11017
|
+
console.error(
|
11018
|
+
'<Activity> doesn\'t accept a hidden prop. Use mode="hidden" instead.\n- <Activity %s>\n+ <Activity %s>',
|
11019
|
+
!0 === returnFiber
|
11020
|
+
? "hidden"
|
11021
|
+
: !1 === returnFiber
|
11022
|
+
? "hidden={false}"
|
11023
|
+
: "hidden={...}",
|
11024
|
+
returnFiber ? 'mode="hidden"' : 'mode="visible"'
|
11025
|
+
),
|
11026
|
+
(returnFiber = workInProgress.mode),
|
11027
|
+
(renderLanes = {
|
11028
|
+
mode: renderLanes.mode,
|
11029
|
+
children: renderLanes.children
|
11020
11030
|
}),
|
11021
11031
|
null === current
|
11022
11032
|
? ((current = mountWorkInProgressOffscreenFiber(
|
11023
|
-
|
11024
|
-
|
11033
|
+
renderLanes,
|
11034
|
+
returnFiber
|
11025
11035
|
)),
|
11026
11036
|
(current.ref = workInProgress.ref),
|
11027
11037
|
(workInProgress.child = current),
|
11028
11038
|
(current.return = workInProgress),
|
11029
11039
|
(workInProgress = current))
|
11030
|
-
: ((current = createWorkInProgress(current.child,
|
11040
|
+
: ((current = createWorkInProgress(current.child, renderLanes)),
|
11031
11041
|
(current.ref = workInProgress.ref),
|
11032
11042
|
(workInProgress.child = current),
|
11033
11043
|
(current.return = workInProgress),
|
@@ -24996,11 +25006,11 @@
|
|
24996
25006
|
};
|
24997
25007
|
(function () {
|
24998
25008
|
var isomorphicReactPackageVersion = React.version;
|
24999
|
-
if ("19.2.0-canary-
|
25009
|
+
if ("19.2.0-canary-b04254fd-20250415" !== isomorphicReactPackageVersion)
|
25000
25010
|
throw Error(
|
25001
25011
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
25002
25012
|
(isomorphicReactPackageVersion +
|
25003
|
-
"\n - react-dom: 19.2.0-canary-
|
25013
|
+
"\n - react-dom: 19.2.0-canary-b04254fd-20250415\nLearn more: https://react.dev/warnings/version-mismatch")
|
25004
25014
|
);
|
25005
25015
|
})();
|
25006
25016
|
("function" === typeof Map &&
|
@@ -25037,10 +25047,10 @@
|
|
25037
25047
|
!(function () {
|
25038
25048
|
var internals = {
|
25039
25049
|
bundleType: 1,
|
25040
|
-
version: "19.2.0-canary-
|
25050
|
+
version: "19.2.0-canary-b04254fd-20250415",
|
25041
25051
|
rendererPackageName: "react-dom",
|
25042
25052
|
currentDispatcherRef: ReactSharedInternals,
|
25043
|
-
reconcilerVersion: "19.2.0-canary-
|
25053
|
+
reconcilerVersion: "19.2.0-canary-b04254fd-20250415"
|
25044
25054
|
};
|
25045
25055
|
internals.overrideHookState = overrideHookState;
|
25046
25056
|
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
|
@@ -25514,7 +25524,7 @@
|
|
25514
25524
|
exports.useFormStatus = function () {
|
25515
25525
|
return resolveDispatcher().useHostTransitionStatus();
|
25516
25526
|
};
|
25517
|
-
exports.version = "19.2.0-canary-
|
25527
|
+
exports.version = "19.2.0-canary-b04254fd-20250415";
|
25518
25528
|
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
25519
25529
|
"function" ===
|
25520
25530
|
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|