react-dom 19.2.0-canary-65c4decb-20250630 → 19.2.0-canary-73aa744b-20250702
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 +134 -132
- package/cjs/react-dom-client.production.js +190 -191
- package/cjs/react-dom-profiling.development.js +134 -132
- package/cjs/react-dom-profiling.profiling.js +208 -209
- package/cjs/react-dom-server-legacy.browser.development.js +21 -17
- package/cjs/react-dom-server-legacy.browser.production.js +22 -22
- package/cjs/react-dom-server-legacy.node.development.js +21 -17
- package/cjs/react-dom-server-legacy.node.production.js +22 -22
- package/cjs/react-dom-server.browser.development.js +23 -19
- package/cjs/react-dom-server.browser.production.js +4 -4
- package/cjs/react-dom-server.bun.development.js +26 -23
- package/cjs/react-dom-server.bun.production.js +7 -7
- package/cjs/react-dom-server.edge.development.js +23 -19
- package/cjs/react-dom-server.edge.production.js +4 -4
- package/cjs/react-dom-server.node.development.js +23 -19
- package/cjs/react-dom-server.node.production.js +4 -4
- 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
@@ -542,7 +542,7 @@
|
|
542
542
|
prevPrepareStackTrace = error.indexOf("\n");
|
543
543
|
-1 !== prevPrepareStackTrace &&
|
544
544
|
(error = error.slice(prevPrepareStackTrace + 1));
|
545
|
-
prevPrepareStackTrace = error.indexOf("
|
545
|
+
prevPrepareStackTrace = error.indexOf("react_stack_bottom_frame");
|
546
546
|
-1 !== prevPrepareStackTrace &&
|
547
547
|
(prevPrepareStackTrace = error.lastIndexOf(
|
548
548
|
"\n",
|
@@ -9714,24 +9714,24 @@
|
|
9714
9714
|
return current;
|
9715
9715
|
}
|
9716
9716
|
function updateSuspenseComponent(current, workInProgress, renderLanes) {
|
9717
|
-
var
|
9718
|
-
var
|
9717
|
+
var JSCompiler_object_inline_digest_2551;
|
9718
|
+
var JSCompiler_object_inline_stack_2552 = workInProgress.pendingProps;
|
9719
9719
|
shouldSuspendImpl(workInProgress) && (workInProgress.flags |= 128);
|
9720
|
-
var
|
9720
|
+
var JSCompiler_object_inline_message_2550 = !1;
|
9721
9721
|
var didSuspend = 0 !== (workInProgress.flags & 128);
|
9722
|
-
(
|
9723
|
-
(
|
9722
|
+
(JSCompiler_object_inline_digest_2551 = didSuspend) ||
|
9723
|
+
(JSCompiler_object_inline_digest_2551 =
|
9724
9724
|
null !== current && null === current.memoizedState
|
9725
9725
|
? !1
|
9726
9726
|
: 0 !== (suspenseStackCursor.current & ForceSuspenseFallback));
|
9727
|
-
|
9728
|
-
((
|
9727
|
+
JSCompiler_object_inline_digest_2551 &&
|
9728
|
+
((JSCompiler_object_inline_message_2550 = !0),
|
9729
9729
|
(workInProgress.flags &= -129));
|
9730
|
-
|
9730
|
+
JSCompiler_object_inline_digest_2551 = 0 !== (workInProgress.flags & 32);
|
9731
9731
|
workInProgress.flags &= -33;
|
9732
9732
|
if (null === current) {
|
9733
9733
|
if (isHydrating) {
|
9734
|
-
|
9734
|
+
JSCompiler_object_inline_message_2550
|
9735
9735
|
? pushPrimaryTreeSuspenseHandler(workInProgress)
|
9736
9736
|
: reuseSuspenseHandlerOnStack(workInProgress);
|
9737
9737
|
(current = nextHydratableInstance)
|
@@ -9744,18 +9744,18 @@
|
|
9744
9744
|
? renderLanes
|
9745
9745
|
: null),
|
9746
9746
|
null !== renderLanes &&
|
9747
|
-
((
|
9747
|
+
((JSCompiler_object_inline_digest_2551 = {
|
9748
9748
|
dehydrated: renderLanes,
|
9749
9749
|
treeContext: getSuspendedTreeContext(),
|
9750
9750
|
retryLane: 536870912,
|
9751
9751
|
hydrationErrors: null
|
9752
9752
|
}),
|
9753
9753
|
(workInProgress.memoizedState =
|
9754
|
-
|
9755
|
-
(
|
9754
|
+
JSCompiler_object_inline_digest_2551),
|
9755
|
+
(JSCompiler_object_inline_digest_2551 =
|
9756
9756
|
createFiberFromDehydratedFragment(renderLanes)),
|
9757
|
-
(
|
9758
|
-
(workInProgress.child =
|
9757
|
+
(JSCompiler_object_inline_digest_2551.return = workInProgress),
|
9758
|
+
(workInProgress.child = JSCompiler_object_inline_digest_2551),
|
9759
9759
|
(hydrationParentFiber = workInProgress),
|
9760
9760
|
(nextHydratableInstance = null)))
|
9761
9761
|
: (renderLanes = null);
|
@@ -9769,36 +9769,36 @@
|
|
9769
9769
|
: (workInProgress.lanes = 536870912);
|
9770
9770
|
return null;
|
9771
9771
|
}
|
9772
|
-
var nextPrimaryChildren =
|
9773
|
-
|
9774
|
-
|
9775
|
-
if (
|
9772
|
+
var nextPrimaryChildren = JSCompiler_object_inline_stack_2552.children;
|
9773
|
+
JSCompiler_object_inline_stack_2552 =
|
9774
|
+
JSCompiler_object_inline_stack_2552.fallback;
|
9775
|
+
if (JSCompiler_object_inline_message_2550) {
|
9776
9776
|
reuseSuspenseHandlerOnStack(workInProgress);
|
9777
9777
|
var mode = workInProgress.mode;
|
9778
9778
|
nextPrimaryChildren = mountWorkInProgressOffscreenFiber(
|
9779
9779
|
{ mode: "hidden", children: nextPrimaryChildren },
|
9780
9780
|
mode
|
9781
9781
|
);
|
9782
|
-
|
9783
|
-
|
9782
|
+
JSCompiler_object_inline_stack_2552 = createFiberFromFragment(
|
9783
|
+
JSCompiler_object_inline_stack_2552,
|
9784
9784
|
mode,
|
9785
9785
|
renderLanes,
|
9786
9786
|
null
|
9787
9787
|
);
|
9788
9788
|
nextPrimaryChildren.return = workInProgress;
|
9789
|
-
|
9790
|
-
nextPrimaryChildren.sibling =
|
9789
|
+
JSCompiler_object_inline_stack_2552.return = workInProgress;
|
9790
|
+
nextPrimaryChildren.sibling = JSCompiler_object_inline_stack_2552;
|
9791
9791
|
workInProgress.child = nextPrimaryChildren;
|
9792
9792
|
nextPrimaryChildren = workInProgress.child;
|
9793
9793
|
nextPrimaryChildren.memoizedState =
|
9794
9794
|
mountSuspenseOffscreenState(renderLanes);
|
9795
9795
|
nextPrimaryChildren.childLanes = getRemainingWorkInPrimaryTree(
|
9796
9796
|
current,
|
9797
|
-
|
9797
|
+
JSCompiler_object_inline_digest_2551,
|
9798
9798
|
renderLanes
|
9799
9799
|
);
|
9800
9800
|
workInProgress.memoizedState = SUSPENDED_MARKER;
|
9801
|
-
return
|
9801
|
+
return JSCompiler_object_inline_stack_2552;
|
9802
9802
|
}
|
9803
9803
|
pushPrimaryTreeSuspenseHandler(workInProgress);
|
9804
9804
|
return mountSuspensePrimaryChildren(
|
@@ -9808,8 +9808,8 @@
|
|
9808
9808
|
}
|
9809
9809
|
var prevState = current.memoizedState;
|
9810
9810
|
if (null !== prevState) {
|
9811
|
-
var
|
9812
|
-
if (null !==
|
9811
|
+
var JSCompiler_object_inline_componentStack_2553 = prevState.dehydrated;
|
9812
|
+
if (null !== JSCompiler_object_inline_componentStack_2553) {
|
9813
9813
|
if (didSuspend)
|
9814
9814
|
workInProgress.flags & 256
|
9815
9815
|
? (pushPrimaryTreeSuspenseHandler(workInProgress),
|
@@ -9826,13 +9826,13 @@
|
|
9826
9826
|
(workInProgress = null))
|
9827
9827
|
: (reuseSuspenseHandlerOnStack(workInProgress),
|
9828
9828
|
(nextPrimaryChildren =
|
9829
|
-
|
9829
|
+
JSCompiler_object_inline_stack_2552.fallback),
|
9830
9830
|
(mode = workInProgress.mode),
|
9831
|
-
(
|
9831
|
+
(JSCompiler_object_inline_stack_2552 =
|
9832
9832
|
mountWorkInProgressOffscreenFiber(
|
9833
9833
|
{
|
9834
9834
|
mode: "visible",
|
9835
|
-
children:
|
9835
|
+
children: JSCompiler_object_inline_stack_2552.children
|
9836
9836
|
},
|
9837
9837
|
mode
|
9838
9838
|
)),
|
@@ -9843,24 +9843,24 @@
|
|
9843
9843
|
null
|
9844
9844
|
)),
|
9845
9845
|
(nextPrimaryChildren.flags |= 2),
|
9846
|
-
(
|
9846
|
+
(JSCompiler_object_inline_stack_2552.return = workInProgress),
|
9847
9847
|
(nextPrimaryChildren.return = workInProgress),
|
9848
|
-
(
|
9848
|
+
(JSCompiler_object_inline_stack_2552.sibling =
|
9849
9849
|
nextPrimaryChildren),
|
9850
|
-
(workInProgress.child =
|
9850
|
+
(workInProgress.child = JSCompiler_object_inline_stack_2552),
|
9851
9851
|
reconcileChildFibers(
|
9852
9852
|
workInProgress,
|
9853
9853
|
current.child,
|
9854
9854
|
null,
|
9855
9855
|
renderLanes
|
9856
9856
|
),
|
9857
|
-
(
|
9858
|
-
(
|
9857
|
+
(JSCompiler_object_inline_stack_2552 = workInProgress.child),
|
9858
|
+
(JSCompiler_object_inline_stack_2552.memoizedState =
|
9859
9859
|
mountSuspenseOffscreenState(renderLanes)),
|
9860
|
-
(
|
9860
|
+
(JSCompiler_object_inline_stack_2552.childLanes =
|
9861
9861
|
getRemainingWorkInPrimaryTree(
|
9862
9862
|
current,
|
9863
|
-
|
9863
|
+
JSCompiler_object_inline_digest_2551,
|
9864
9864
|
renderLanes
|
9865
9865
|
)),
|
9866
9866
|
(workInProgress.memoizedState = SUSPENDED_MARKER),
|
@@ -9869,45 +9869,45 @@
|
|
9869
9869
|
(pushPrimaryTreeSuspenseHandler(workInProgress),
|
9870
9870
|
warnIfHydrating(),
|
9871
9871
|
isSuspenseInstanceFallback(
|
9872
|
-
|
9872
|
+
JSCompiler_object_inline_componentStack_2553
|
9873
9873
|
))
|
9874
9874
|
) {
|
9875
|
-
|
9876
|
-
|
9877
|
-
|
9878
|
-
if (
|
9879
|
-
nextPrimaryChildren =
|
9880
|
-
var message =
|
9881
|
-
mode =
|
9882
|
-
var componentStack =
|
9875
|
+
JSCompiler_object_inline_digest_2551 =
|
9876
|
+
JSCompiler_object_inline_componentStack_2553.nextSibling &&
|
9877
|
+
JSCompiler_object_inline_componentStack_2553.nextSibling.dataset;
|
9878
|
+
if (JSCompiler_object_inline_digest_2551) {
|
9879
|
+
nextPrimaryChildren = JSCompiler_object_inline_digest_2551.dgst;
|
9880
|
+
var message = JSCompiler_object_inline_digest_2551.msg;
|
9881
|
+
mode = JSCompiler_object_inline_digest_2551.stck;
|
9882
|
+
var componentStack = JSCompiler_object_inline_digest_2551.cstck;
|
9883
9883
|
}
|
9884
|
-
|
9885
|
-
|
9886
|
-
|
9887
|
-
|
9888
|
-
nextPrimaryChildren =
|
9889
|
-
mode =
|
9884
|
+
JSCompiler_object_inline_message_2550 = message;
|
9885
|
+
JSCompiler_object_inline_digest_2551 = nextPrimaryChildren;
|
9886
|
+
JSCompiler_object_inline_stack_2552 = mode;
|
9887
|
+
JSCompiler_object_inline_componentStack_2553 = componentStack;
|
9888
|
+
nextPrimaryChildren = JSCompiler_object_inline_message_2550;
|
9889
|
+
mode = JSCompiler_object_inline_componentStack_2553;
|
9890
9890
|
nextPrimaryChildren = nextPrimaryChildren
|
9891
9891
|
? Error(nextPrimaryChildren)
|
9892
9892
|
: Error(
|
9893
9893
|
"The server could not finish this Suspense boundary, likely due to an error during server rendering. Switched to client rendering."
|
9894
9894
|
);
|
9895
9895
|
nextPrimaryChildren.stack =
|
9896
|
-
|
9897
|
-
nextPrimaryChildren.digest =
|
9898
|
-
|
9896
|
+
JSCompiler_object_inline_stack_2552 || "";
|
9897
|
+
nextPrimaryChildren.digest = JSCompiler_object_inline_digest_2551;
|
9898
|
+
JSCompiler_object_inline_digest_2551 =
|
9899
9899
|
void 0 === mode ? null : mode;
|
9900
|
-
|
9900
|
+
JSCompiler_object_inline_stack_2552 = {
|
9901
9901
|
value: nextPrimaryChildren,
|
9902
9902
|
source: null,
|
9903
|
-
stack:
|
9903
|
+
stack: JSCompiler_object_inline_digest_2551
|
9904
9904
|
};
|
9905
|
-
"string" === typeof
|
9905
|
+
"string" === typeof JSCompiler_object_inline_digest_2551 &&
|
9906
9906
|
CapturedStacks.set(
|
9907
9907
|
nextPrimaryChildren,
|
9908
|
-
|
9908
|
+
JSCompiler_object_inline_stack_2552
|
9909
9909
|
);
|
9910
|
-
queueHydrationError(
|
9910
|
+
queueHydrationError(JSCompiler_object_inline_stack_2552);
|
9911
9911
|
workInProgress = retrySuspenseComponentWithoutHydrating(
|
9912
9912
|
current,
|
9913
9913
|
workInProgress,
|
@@ -9921,35 +9921,35 @@
|
|
9921
9921
|
renderLanes,
|
9922
9922
|
!1
|
9923
9923
|
),
|
9924
|
-
(
|
9924
|
+
(JSCompiler_object_inline_digest_2551 =
|
9925
9925
|
0 !== (renderLanes & current.childLanes)),
|
9926
|
-
didReceiveUpdate ||
|
9926
|
+
didReceiveUpdate || JSCompiler_object_inline_digest_2551)
|
9927
9927
|
) {
|
9928
|
-
|
9928
|
+
JSCompiler_object_inline_digest_2551 = workInProgressRoot;
|
9929
9929
|
if (
|
9930
|
-
null !==
|
9931
|
-
((
|
9932
|
-
|
9930
|
+
null !== JSCompiler_object_inline_digest_2551 &&
|
9931
|
+
((JSCompiler_object_inline_stack_2552 = getBumpedLaneForHydration(
|
9932
|
+
JSCompiler_object_inline_digest_2551,
|
9933
9933
|
renderLanes
|
9934
9934
|
)),
|
9935
|
-
0 !==
|
9936
|
-
|
9935
|
+
0 !== JSCompiler_object_inline_stack_2552 &&
|
9936
|
+
JSCompiler_object_inline_stack_2552 !== prevState.retryLane)
|
9937
9937
|
)
|
9938
9938
|
throw (
|
9939
|
-
((prevState.retryLane =
|
9939
|
+
((prevState.retryLane = JSCompiler_object_inline_stack_2552),
|
9940
9940
|
enqueueConcurrentRenderForLane(
|
9941
9941
|
current,
|
9942
|
-
|
9942
|
+
JSCompiler_object_inline_stack_2552
|
9943
9943
|
),
|
9944
9944
|
scheduleUpdateOnFiber(
|
9945
|
-
|
9945
|
+
JSCompiler_object_inline_digest_2551,
|
9946
9946
|
current,
|
9947
|
-
|
9947
|
+
JSCompiler_object_inline_stack_2552
|
9948
9948
|
),
|
9949
9949
|
SelectiveHydrationException)
|
9950
9950
|
);
|
9951
9951
|
isSuspenseInstancePending(
|
9952
|
-
|
9952
|
+
JSCompiler_object_inline_componentStack_2553
|
9953
9953
|
) || renderDidSuspendDelayIfPossible();
|
9954
9954
|
workInProgress = retrySuspenseComponentWithoutHydrating(
|
9955
9955
|
current,
|
@@ -9958,14 +9958,14 @@
|
|
9958
9958
|
);
|
9959
9959
|
} else
|
9960
9960
|
isSuspenseInstancePending(
|
9961
|
-
|
9961
|
+
JSCompiler_object_inline_componentStack_2553
|
9962
9962
|
)
|
9963
9963
|
? ((workInProgress.flags |= 192),
|
9964
9964
|
(workInProgress.child = current.child),
|
9965
9965
|
(workInProgress = null))
|
9966
9966
|
: ((current = prevState.treeContext),
|
9967
9967
|
(nextHydratableInstance = getNextHydratable(
|
9968
|
-
|
9968
|
+
JSCompiler_object_inline_componentStack_2553.nextSibling
|
9969
9969
|
)),
|
9970
9970
|
(hydrationParentFiber = workInProgress),
|
9971
9971
|
(isHydrating = !0),
|
@@ -9977,32 +9977,32 @@
|
|
9977
9977
|
restoreSuspendedTreeContext(workInProgress, current),
|
9978
9978
|
(workInProgress = mountSuspensePrimaryChildren(
|
9979
9979
|
workInProgress,
|
9980
|
-
|
9980
|
+
JSCompiler_object_inline_stack_2552.children
|
9981
9981
|
)),
|
9982
9982
|
(workInProgress.flags |= 4096));
|
9983
9983
|
return workInProgress;
|
9984
9984
|
}
|
9985
9985
|
}
|
9986
|
-
if (
|
9986
|
+
if (JSCompiler_object_inline_message_2550)
|
9987
9987
|
return (
|
9988
9988
|
reuseSuspenseHandlerOnStack(workInProgress),
|
9989
|
-
(nextPrimaryChildren =
|
9989
|
+
(nextPrimaryChildren = JSCompiler_object_inline_stack_2552.fallback),
|
9990
9990
|
(mode = workInProgress.mode),
|
9991
9991
|
(componentStack = current.child),
|
9992
|
-
(
|
9992
|
+
(JSCompiler_object_inline_componentStack_2553 =
|
9993
9993
|
componentStack.sibling),
|
9994
|
-
(
|
9994
|
+
(JSCompiler_object_inline_stack_2552 = createWorkInProgress(
|
9995
9995
|
componentStack,
|
9996
9996
|
{
|
9997
9997
|
mode: "hidden",
|
9998
|
-
children:
|
9998
|
+
children: JSCompiler_object_inline_stack_2552.children
|
9999
9999
|
}
|
10000
10000
|
)),
|
10001
|
-
(
|
10001
|
+
(JSCompiler_object_inline_stack_2552.subtreeFlags =
|
10002
10002
|
componentStack.subtreeFlags & 65011712),
|
10003
|
-
null !==
|
10003
|
+
null !== JSCompiler_object_inline_componentStack_2553
|
10004
10004
|
? (nextPrimaryChildren = createWorkInProgress(
|
10005
|
-
|
10005
|
+
JSCompiler_object_inline_componentStack_2553,
|
10006
10006
|
nextPrimaryChildren
|
10007
10007
|
))
|
10008
10008
|
: ((nextPrimaryChildren = createFiberFromFragment(
|
@@ -10013,24 +10013,24 @@
|
|
10013
10013
|
)),
|
10014
10014
|
(nextPrimaryChildren.flags |= 2)),
|
10015
10015
|
(nextPrimaryChildren.return = workInProgress),
|
10016
|
-
(
|
10017
|
-
(
|
10018
|
-
(workInProgress.child =
|
10019
|
-
(
|
10016
|
+
(JSCompiler_object_inline_stack_2552.return = workInProgress),
|
10017
|
+
(JSCompiler_object_inline_stack_2552.sibling = nextPrimaryChildren),
|
10018
|
+
(workInProgress.child = JSCompiler_object_inline_stack_2552),
|
10019
|
+
(JSCompiler_object_inline_stack_2552 = nextPrimaryChildren),
|
10020
10020
|
(nextPrimaryChildren = workInProgress.child),
|
10021
10021
|
(mode = current.child.memoizedState),
|
10022
10022
|
null === mode
|
10023
10023
|
? (mode = mountSuspenseOffscreenState(renderLanes))
|
10024
10024
|
: ((componentStack = mode.cachePool),
|
10025
10025
|
null !== componentStack
|
10026
|
-
? ((
|
10026
|
+
? ((JSCompiler_object_inline_componentStack_2553 =
|
10027
10027
|
CacheContext._currentValue),
|
10028
10028
|
(componentStack =
|
10029
10029
|
componentStack.parent !==
|
10030
|
-
|
10030
|
+
JSCompiler_object_inline_componentStack_2553
|
10031
10031
|
? {
|
10032
|
-
parent:
|
10033
|
-
pool:
|
10032
|
+
parent: JSCompiler_object_inline_componentStack_2553,
|
10033
|
+
pool: JSCompiler_object_inline_componentStack_2553
|
10034
10034
|
}
|
10035
10035
|
: componentStack))
|
10036
10036
|
: (componentStack = getSuspendedCache()),
|
@@ -10041,27 +10041,27 @@
|
|
10041
10041
|
(nextPrimaryChildren.memoizedState = mode),
|
10042
10042
|
(nextPrimaryChildren.childLanes = getRemainingWorkInPrimaryTree(
|
10043
10043
|
current,
|
10044
|
-
|
10044
|
+
JSCompiler_object_inline_digest_2551,
|
10045
10045
|
renderLanes
|
10046
10046
|
)),
|
10047
10047
|
(workInProgress.memoizedState = SUSPENDED_MARKER),
|
10048
|
-
|
10048
|
+
JSCompiler_object_inline_stack_2552
|
10049
10049
|
);
|
10050
10050
|
pushPrimaryTreeSuspenseHandler(workInProgress);
|
10051
10051
|
renderLanes = current.child;
|
10052
10052
|
current = renderLanes.sibling;
|
10053
10053
|
renderLanes = createWorkInProgress(renderLanes, {
|
10054
10054
|
mode: "visible",
|
10055
|
-
children:
|
10055
|
+
children: JSCompiler_object_inline_stack_2552.children
|
10056
10056
|
});
|
10057
10057
|
renderLanes.return = workInProgress;
|
10058
10058
|
renderLanes.sibling = null;
|
10059
10059
|
null !== current &&
|
10060
|
-
((
|
10061
|
-
null ===
|
10060
|
+
((JSCompiler_object_inline_digest_2551 = workInProgress.deletions),
|
10061
|
+
null === JSCompiler_object_inline_digest_2551
|
10062
10062
|
? ((workInProgress.deletions = [current]),
|
10063
10063
|
(workInProgress.flags |= 16))
|
10064
|
-
:
|
10064
|
+
: JSCompiler_object_inline_digest_2551.push(current));
|
10065
10065
|
workInProgress.child = renderLanes;
|
10066
10066
|
workInProgress.memoizedState = null;
|
10067
10067
|
return renderLanes;
|
@@ -12484,8 +12484,7 @@
|
|
12484
12484
|
try {
|
12485
12485
|
var resolvedPrevProps = resolveClassComponentProps(
|
12486
12486
|
finishedWork.type,
|
12487
|
-
prevProps
|
12488
|
-
finishedWork.elementType === finishedWork.type
|
12487
|
+
prevProps
|
12489
12488
|
);
|
12490
12489
|
var snapshot = runWithFiberInDEV(
|
12491
12490
|
finishedWork,
|
@@ -23542,7 +23541,7 @@
|
|
23542
23541
|
suspendedThenable = null,
|
23543
23542
|
needsToResetSuspendedThenableDEV = !1,
|
23544
23543
|
callComponent = {
|
23545
|
-
|
23544
|
+
react_stack_bottom_frame: function (Component, props, secondArg) {
|
23546
23545
|
var wasRendering = isRendering;
|
23547
23546
|
isRendering = !0;
|
23548
23547
|
try {
|
@@ -23553,9 +23552,9 @@
|
|
23553
23552
|
}
|
23554
23553
|
},
|
23555
23554
|
callComponentInDEV =
|
23556
|
-
callComponent
|
23555
|
+
callComponent.react_stack_bottom_frame.bind(callComponent),
|
23557
23556
|
callRender = {
|
23558
|
-
|
23557
|
+
react_stack_bottom_frame: function (instance) {
|
23559
23558
|
var wasRendering = isRendering;
|
23560
23559
|
isRendering = !0;
|
23561
23560
|
try {
|
@@ -23565,9 +23564,9 @@
|
|
23565
23564
|
}
|
23566
23565
|
}
|
23567
23566
|
},
|
23568
|
-
callRenderInDEV = callRender
|
23567
|
+
callRenderInDEV = callRender.react_stack_bottom_frame.bind(callRender),
|
23569
23568
|
callComponentDidMount = {
|
23570
|
-
|
23569
|
+
react_stack_bottom_frame: function (finishedWork, instance) {
|
23571
23570
|
try {
|
23572
23571
|
instance.componentDidMount();
|
23573
23572
|
} catch (error) {
|
@@ -23575,11 +23574,12 @@
|
|
23575
23574
|
}
|
23576
23575
|
}
|
23577
23576
|
},
|
23578
|
-
callComponentDidMountInDEV =
|
23579
|
-
|
23580
|
-
|
23577
|
+
callComponentDidMountInDEV =
|
23578
|
+
callComponentDidMount.react_stack_bottom_frame.bind(
|
23579
|
+
callComponentDidMount
|
23580
|
+
),
|
23581
23581
|
callComponentDidUpdate = {
|
23582
|
-
|
23582
|
+
react_stack_bottom_frame: function (
|
23583
23583
|
finishedWork,
|
23584
23584
|
instance,
|
23585
23585
|
prevProps,
|
@@ -23593,22 +23593,24 @@
|
|
23593
23593
|
}
|
23594
23594
|
}
|
23595
23595
|
},
|
23596
|
-
callComponentDidUpdateInDEV =
|
23597
|
-
|
23598
|
-
|
23596
|
+
callComponentDidUpdateInDEV =
|
23597
|
+
callComponentDidUpdate.react_stack_bottom_frame.bind(
|
23598
|
+
callComponentDidUpdate
|
23599
|
+
),
|
23599
23600
|
callComponentDidCatch = {
|
23600
|
-
|
23601
|
+
react_stack_bottom_frame: function (instance, errorInfo) {
|
23601
23602
|
var stack = errorInfo.stack;
|
23602
23603
|
instance.componentDidCatch(errorInfo.value, {
|
23603
23604
|
componentStack: null !== stack ? stack : ""
|
23604
23605
|
});
|
23605
23606
|
}
|
23606
23607
|
},
|
23607
|
-
callComponentDidCatchInDEV =
|
23608
|
-
|
23609
|
-
|
23608
|
+
callComponentDidCatchInDEV =
|
23609
|
+
callComponentDidCatch.react_stack_bottom_frame.bind(
|
23610
|
+
callComponentDidCatch
|
23611
|
+
),
|
23610
23612
|
callComponentWillUnmount = {
|
23611
|
-
|
23613
|
+
react_stack_bottom_frame: function (
|
23612
23614
|
current,
|
23613
23615
|
nearestMountedAncestor,
|
23614
23616
|
instance
|
@@ -23620,20 +23622,21 @@
|
|
23620
23622
|
}
|
23621
23623
|
}
|
23622
23624
|
},
|
23623
|
-
callComponentWillUnmountInDEV =
|
23624
|
-
|
23625
|
-
|
23625
|
+
callComponentWillUnmountInDEV =
|
23626
|
+
callComponentWillUnmount.react_stack_bottom_frame.bind(
|
23627
|
+
callComponentWillUnmount
|
23628
|
+
),
|
23626
23629
|
callCreate = {
|
23627
|
-
|
23630
|
+
react_stack_bottom_frame: function (effect) {
|
23628
23631
|
var create = effect.create;
|
23629
23632
|
effect = effect.inst;
|
23630
23633
|
create = create();
|
23631
23634
|
return (effect.destroy = create);
|
23632
23635
|
}
|
23633
23636
|
},
|
23634
|
-
callCreateInDEV = callCreate
|
23637
|
+
callCreateInDEV = callCreate.react_stack_bottom_frame.bind(callCreate),
|
23635
23638
|
callDestroy = {
|
23636
|
-
|
23639
|
+
react_stack_bottom_frame: function (
|
23637
23640
|
current,
|
23638
23641
|
nearestMountedAncestor,
|
23639
23642
|
destroy
|
@@ -23645,16 +23648,15 @@
|
|
23645
23648
|
}
|
23646
23649
|
}
|
23647
23650
|
},
|
23648
|
-
callDestroyInDEV =
|
23649
|
-
callDestroy["react-stack-bottom-frame"].bind(callDestroy),
|
23651
|
+
callDestroyInDEV = callDestroy.react_stack_bottom_frame.bind(callDestroy),
|
23650
23652
|
callLazyInit = {
|
23651
|
-
|
23653
|
+
react_stack_bottom_frame: function (lazy) {
|
23652
23654
|
var init = lazy._init;
|
23653
23655
|
return init(lazy._payload);
|
23654
23656
|
}
|
23655
23657
|
},
|
23656
23658
|
callLazyInitInDEV =
|
23657
|
-
callLazyInit
|
23659
|
+
callLazyInit.react_stack_bottom_frame.bind(callLazyInit),
|
23658
23660
|
thenableState$1 = null,
|
23659
23661
|
thenableIndexCounter$1 = 0,
|
23660
23662
|
currentDebugInfo = null,
|
@@ -25501,11 +25503,11 @@
|
|
25501
25503
|
};
|
25502
25504
|
(function () {
|
25503
25505
|
var isomorphicReactPackageVersion = React.version;
|
25504
|
-
if ("19.2.0-canary-
|
25506
|
+
if ("19.2.0-canary-73aa744b-20250702" !== isomorphicReactPackageVersion)
|
25505
25507
|
throw Error(
|
25506
25508
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
25507
25509
|
(isomorphicReactPackageVersion +
|
25508
|
-
"\n - react-dom: 19.2.0-canary-
|
25510
|
+
"\n - react-dom: 19.2.0-canary-73aa744b-20250702\nLearn more: https://react.dev/warnings/version-mismatch")
|
25509
25511
|
);
|
25510
25512
|
})();
|
25511
25513
|
("function" === typeof Map &&
|
@@ -25542,10 +25544,10 @@
|
|
25542
25544
|
!(function () {
|
25543
25545
|
var internals = {
|
25544
25546
|
bundleType: 1,
|
25545
|
-
version: "19.2.0-canary-
|
25547
|
+
version: "19.2.0-canary-73aa744b-20250702",
|
25546
25548
|
rendererPackageName: "react-dom",
|
25547
25549
|
currentDispatcherRef: ReactSharedInternals,
|
25548
|
-
reconcilerVersion: "19.2.0-canary-
|
25550
|
+
reconcilerVersion: "19.2.0-canary-73aa744b-20250702"
|
25549
25551
|
};
|
25550
25552
|
internals.overrideHookState = overrideHookState;
|
25551
25553
|
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
|
@@ -25683,7 +25685,7 @@
|
|
25683
25685
|
listenToAllSupportedEvents(container);
|
25684
25686
|
return new ReactDOMHydrationRoot(initialChildren);
|
25685
25687
|
};
|
25686
|
-
exports.version = "19.2.0-canary-
|
25688
|
+
exports.version = "19.2.0-canary-73aa744b-20250702";
|
25687
25689
|
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
25688
25690
|
"function" ===
|
25689
25691
|
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|