react-dom 19.2.0-canary-7a2c7045-20250506 → 19.2.0-canary-38ef6550-20250508
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 +126 -123
- package/cjs/react-dom-client.production.js +38 -40
- package/cjs/react-dom-profiling.development.js +126 -123
- package/cjs/react-dom-profiling.profiling.js +38 -40
- 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
@@ -9685,24 +9685,24 @@
|
|
9685
9685
|
return current;
|
9686
9686
|
}
|
9687
9687
|
function updateSuspenseComponent(current, workInProgress, renderLanes) {
|
9688
|
-
var
|
9689
|
-
var
|
9688
|
+
var JSCompiler_object_inline_digest_2541;
|
9689
|
+
var JSCompiler_object_inline_stack_2542 = workInProgress.pendingProps;
|
9690
9690
|
shouldSuspendImpl(workInProgress) && (workInProgress.flags |= 128);
|
9691
|
-
var
|
9691
|
+
var JSCompiler_object_inline_message_2540 = !1;
|
9692
9692
|
var didSuspend = 0 !== (workInProgress.flags & 128);
|
9693
|
-
(
|
9694
|
-
(
|
9693
|
+
(JSCompiler_object_inline_digest_2541 = didSuspend) ||
|
9694
|
+
(JSCompiler_object_inline_digest_2541 =
|
9695
9695
|
null !== current && null === current.memoizedState
|
9696
9696
|
? !1
|
9697
9697
|
: 0 !== (suspenseStackCursor.current & ForceSuspenseFallback));
|
9698
|
-
|
9699
|
-
((
|
9698
|
+
JSCompiler_object_inline_digest_2541 &&
|
9699
|
+
((JSCompiler_object_inline_message_2540 = !0),
|
9700
9700
|
(workInProgress.flags &= -129));
|
9701
|
-
|
9701
|
+
JSCompiler_object_inline_digest_2541 = 0 !== (workInProgress.flags & 32);
|
9702
9702
|
workInProgress.flags &= -33;
|
9703
9703
|
if (null === current) {
|
9704
9704
|
if (isHydrating) {
|
9705
|
-
|
9705
|
+
JSCompiler_object_inline_message_2540
|
9706
9706
|
? pushPrimaryTreeSuspenseHandler(workInProgress)
|
9707
9707
|
: reuseSuspenseHandlerOnStack(workInProgress);
|
9708
9708
|
(current = nextHydratableInstance)
|
@@ -9715,18 +9715,18 @@
|
|
9715
9715
|
? renderLanes
|
9716
9716
|
: null),
|
9717
9717
|
null !== renderLanes &&
|
9718
|
-
((
|
9718
|
+
((JSCompiler_object_inline_digest_2541 = {
|
9719
9719
|
dehydrated: renderLanes,
|
9720
9720
|
treeContext: getSuspendedTreeContext(),
|
9721
9721
|
retryLane: 536870912,
|
9722
9722
|
hydrationErrors: null
|
9723
9723
|
}),
|
9724
9724
|
(workInProgress.memoizedState =
|
9725
|
-
|
9726
|
-
(
|
9725
|
+
JSCompiler_object_inline_digest_2541),
|
9726
|
+
(JSCompiler_object_inline_digest_2541 =
|
9727
9727
|
createFiberFromDehydratedFragment(renderLanes)),
|
9728
|
-
(
|
9729
|
-
(workInProgress.child =
|
9728
|
+
(JSCompiler_object_inline_digest_2541.return = workInProgress),
|
9729
|
+
(workInProgress.child = JSCompiler_object_inline_digest_2541),
|
9730
9730
|
(hydrationParentFiber = workInProgress),
|
9731
9731
|
(nextHydratableInstance = null)))
|
9732
9732
|
: (renderLanes = null);
|
@@ -9740,36 +9740,36 @@
|
|
9740
9740
|
: (workInProgress.lanes = 536870912);
|
9741
9741
|
return null;
|
9742
9742
|
}
|
9743
|
-
var nextPrimaryChildren =
|
9744
|
-
|
9745
|
-
|
9746
|
-
if (
|
9743
|
+
var nextPrimaryChildren = JSCompiler_object_inline_stack_2542.children;
|
9744
|
+
JSCompiler_object_inline_stack_2542 =
|
9745
|
+
JSCompiler_object_inline_stack_2542.fallback;
|
9746
|
+
if (JSCompiler_object_inline_message_2540) {
|
9747
9747
|
reuseSuspenseHandlerOnStack(workInProgress);
|
9748
9748
|
var mode = workInProgress.mode;
|
9749
9749
|
nextPrimaryChildren = mountWorkInProgressOffscreenFiber(
|
9750
9750
|
{ mode: "hidden", children: nextPrimaryChildren },
|
9751
9751
|
mode
|
9752
9752
|
);
|
9753
|
-
|
9754
|
-
|
9753
|
+
JSCompiler_object_inline_stack_2542 = createFiberFromFragment(
|
9754
|
+
JSCompiler_object_inline_stack_2542,
|
9755
9755
|
mode,
|
9756
9756
|
renderLanes,
|
9757
9757
|
null
|
9758
9758
|
);
|
9759
9759
|
nextPrimaryChildren.return = workInProgress;
|
9760
|
-
|
9761
|
-
nextPrimaryChildren.sibling =
|
9760
|
+
JSCompiler_object_inline_stack_2542.return = workInProgress;
|
9761
|
+
nextPrimaryChildren.sibling = JSCompiler_object_inline_stack_2542;
|
9762
9762
|
workInProgress.child = nextPrimaryChildren;
|
9763
9763
|
nextPrimaryChildren = workInProgress.child;
|
9764
9764
|
nextPrimaryChildren.memoizedState =
|
9765
9765
|
mountSuspenseOffscreenState(renderLanes);
|
9766
9766
|
nextPrimaryChildren.childLanes = getRemainingWorkInPrimaryTree(
|
9767
9767
|
current,
|
9768
|
-
|
9768
|
+
JSCompiler_object_inline_digest_2541,
|
9769
9769
|
renderLanes
|
9770
9770
|
);
|
9771
9771
|
workInProgress.memoizedState = SUSPENDED_MARKER;
|
9772
|
-
return
|
9772
|
+
return JSCompiler_object_inline_stack_2542;
|
9773
9773
|
}
|
9774
9774
|
pushPrimaryTreeSuspenseHandler(workInProgress);
|
9775
9775
|
return mountSuspensePrimaryChildren(
|
@@ -9779,8 +9779,8 @@
|
|
9779
9779
|
}
|
9780
9780
|
var prevState = current.memoizedState;
|
9781
9781
|
if (null !== prevState) {
|
9782
|
-
var
|
9783
|
-
if (null !==
|
9782
|
+
var JSCompiler_object_inline_componentStack_2543 = prevState.dehydrated;
|
9783
|
+
if (null !== JSCompiler_object_inline_componentStack_2543) {
|
9784
9784
|
if (didSuspend)
|
9785
9785
|
workInProgress.flags & 256
|
9786
9786
|
? (pushPrimaryTreeSuspenseHandler(workInProgress),
|
@@ -9797,13 +9797,13 @@
|
|
9797
9797
|
(workInProgress = null))
|
9798
9798
|
: (reuseSuspenseHandlerOnStack(workInProgress),
|
9799
9799
|
(nextPrimaryChildren =
|
9800
|
-
|
9800
|
+
JSCompiler_object_inline_stack_2542.fallback),
|
9801
9801
|
(mode = workInProgress.mode),
|
9802
|
-
(
|
9802
|
+
(JSCompiler_object_inline_stack_2542 =
|
9803
9803
|
mountWorkInProgressOffscreenFiber(
|
9804
9804
|
{
|
9805
9805
|
mode: "visible",
|
9806
|
-
children:
|
9806
|
+
children: JSCompiler_object_inline_stack_2542.children
|
9807
9807
|
},
|
9808
9808
|
mode
|
9809
9809
|
)),
|
@@ -9814,24 +9814,24 @@
|
|
9814
9814
|
null
|
9815
9815
|
)),
|
9816
9816
|
(nextPrimaryChildren.flags |= 2),
|
9817
|
-
(
|
9817
|
+
(JSCompiler_object_inline_stack_2542.return = workInProgress),
|
9818
9818
|
(nextPrimaryChildren.return = workInProgress),
|
9819
|
-
(
|
9819
|
+
(JSCompiler_object_inline_stack_2542.sibling =
|
9820
9820
|
nextPrimaryChildren),
|
9821
|
-
(workInProgress.child =
|
9821
|
+
(workInProgress.child = JSCompiler_object_inline_stack_2542),
|
9822
9822
|
reconcileChildFibers(
|
9823
9823
|
workInProgress,
|
9824
9824
|
current.child,
|
9825
9825
|
null,
|
9826
9826
|
renderLanes
|
9827
9827
|
),
|
9828
|
-
(
|
9829
|
-
(
|
9828
|
+
(JSCompiler_object_inline_stack_2542 = workInProgress.child),
|
9829
|
+
(JSCompiler_object_inline_stack_2542.memoizedState =
|
9830
9830
|
mountSuspenseOffscreenState(renderLanes)),
|
9831
|
-
(
|
9831
|
+
(JSCompiler_object_inline_stack_2542.childLanes =
|
9832
9832
|
getRemainingWorkInPrimaryTree(
|
9833
9833
|
current,
|
9834
|
-
|
9834
|
+
JSCompiler_object_inline_digest_2541,
|
9835
9835
|
renderLanes
|
9836
9836
|
)),
|
9837
9837
|
(workInProgress.memoizedState = SUSPENDED_MARKER),
|
@@ -9840,45 +9840,45 @@
|
|
9840
9840
|
(pushPrimaryTreeSuspenseHandler(workInProgress),
|
9841
9841
|
warnIfHydrating(),
|
9842
9842
|
isSuspenseInstanceFallback(
|
9843
|
-
|
9843
|
+
JSCompiler_object_inline_componentStack_2543
|
9844
9844
|
))
|
9845
9845
|
) {
|
9846
|
-
|
9847
|
-
|
9848
|
-
|
9849
|
-
if (
|
9850
|
-
nextPrimaryChildren =
|
9851
|
-
var message =
|
9852
|
-
mode =
|
9853
|
-
var componentStack =
|
9846
|
+
JSCompiler_object_inline_digest_2541 =
|
9847
|
+
JSCompiler_object_inline_componentStack_2543.nextSibling &&
|
9848
|
+
JSCompiler_object_inline_componentStack_2543.nextSibling.dataset;
|
9849
|
+
if (JSCompiler_object_inline_digest_2541) {
|
9850
|
+
nextPrimaryChildren = JSCompiler_object_inline_digest_2541.dgst;
|
9851
|
+
var message = JSCompiler_object_inline_digest_2541.msg;
|
9852
|
+
mode = JSCompiler_object_inline_digest_2541.stck;
|
9853
|
+
var componentStack = JSCompiler_object_inline_digest_2541.cstck;
|
9854
9854
|
}
|
9855
|
-
|
9856
|
-
|
9857
|
-
|
9858
|
-
|
9859
|
-
nextPrimaryChildren =
|
9860
|
-
mode =
|
9855
|
+
JSCompiler_object_inline_message_2540 = message;
|
9856
|
+
JSCompiler_object_inline_digest_2541 = nextPrimaryChildren;
|
9857
|
+
JSCompiler_object_inline_stack_2542 = mode;
|
9858
|
+
JSCompiler_object_inline_componentStack_2543 = componentStack;
|
9859
|
+
nextPrimaryChildren = JSCompiler_object_inline_message_2540;
|
9860
|
+
mode = JSCompiler_object_inline_componentStack_2543;
|
9861
9861
|
nextPrimaryChildren = nextPrimaryChildren
|
9862
9862
|
? Error(nextPrimaryChildren)
|
9863
9863
|
: Error(
|
9864
9864
|
"The server could not finish this Suspense boundary, likely due to an error during server rendering. Switched to client rendering."
|
9865
9865
|
);
|
9866
9866
|
nextPrimaryChildren.stack =
|
9867
|
-
|
9868
|
-
nextPrimaryChildren.digest =
|
9869
|
-
|
9867
|
+
JSCompiler_object_inline_stack_2542 || "";
|
9868
|
+
nextPrimaryChildren.digest = JSCompiler_object_inline_digest_2541;
|
9869
|
+
JSCompiler_object_inline_digest_2541 =
|
9870
9870
|
void 0 === mode ? null : mode;
|
9871
|
-
|
9871
|
+
JSCompiler_object_inline_stack_2542 = {
|
9872
9872
|
value: nextPrimaryChildren,
|
9873
9873
|
source: null,
|
9874
|
-
stack:
|
9874
|
+
stack: JSCompiler_object_inline_digest_2541
|
9875
9875
|
};
|
9876
|
-
"string" === typeof
|
9876
|
+
"string" === typeof JSCompiler_object_inline_digest_2541 &&
|
9877
9877
|
CapturedStacks.set(
|
9878
9878
|
nextPrimaryChildren,
|
9879
|
-
|
9879
|
+
JSCompiler_object_inline_stack_2542
|
9880
9880
|
);
|
9881
|
-
queueHydrationError(
|
9881
|
+
queueHydrationError(JSCompiler_object_inline_stack_2542);
|
9882
9882
|
workInProgress = retrySuspenseComponentWithoutHydrating(
|
9883
9883
|
current,
|
9884
9884
|
workInProgress,
|
@@ -9892,35 +9892,35 @@
|
|
9892
9892
|
renderLanes,
|
9893
9893
|
!1
|
9894
9894
|
),
|
9895
|
-
(
|
9895
|
+
(JSCompiler_object_inline_digest_2541 =
|
9896
9896
|
0 !== (renderLanes & current.childLanes)),
|
9897
|
-
didReceiveUpdate ||
|
9897
|
+
didReceiveUpdate || JSCompiler_object_inline_digest_2541)
|
9898
9898
|
) {
|
9899
|
-
|
9899
|
+
JSCompiler_object_inline_digest_2541 = workInProgressRoot;
|
9900
9900
|
if (
|
9901
|
-
null !==
|
9902
|
-
((
|
9903
|
-
|
9901
|
+
null !== JSCompiler_object_inline_digest_2541 &&
|
9902
|
+
((JSCompiler_object_inline_stack_2542 = getBumpedLaneForHydration(
|
9903
|
+
JSCompiler_object_inline_digest_2541,
|
9904
9904
|
renderLanes
|
9905
9905
|
)),
|
9906
|
-
0 !==
|
9907
|
-
|
9906
|
+
0 !== JSCompiler_object_inline_stack_2542 &&
|
9907
|
+
JSCompiler_object_inline_stack_2542 !== prevState.retryLane)
|
9908
9908
|
)
|
9909
9909
|
throw (
|
9910
|
-
((prevState.retryLane =
|
9910
|
+
((prevState.retryLane = JSCompiler_object_inline_stack_2542),
|
9911
9911
|
enqueueConcurrentRenderForLane(
|
9912
9912
|
current,
|
9913
|
-
|
9913
|
+
JSCompiler_object_inline_stack_2542
|
9914
9914
|
),
|
9915
9915
|
scheduleUpdateOnFiber(
|
9916
|
-
|
9916
|
+
JSCompiler_object_inline_digest_2541,
|
9917
9917
|
current,
|
9918
|
-
|
9918
|
+
JSCompiler_object_inline_stack_2542
|
9919
9919
|
),
|
9920
9920
|
SelectiveHydrationException)
|
9921
9921
|
);
|
9922
9922
|
isSuspenseInstancePending(
|
9923
|
-
|
9923
|
+
JSCompiler_object_inline_componentStack_2543
|
9924
9924
|
) || renderDidSuspendDelayIfPossible();
|
9925
9925
|
workInProgress = retrySuspenseComponentWithoutHydrating(
|
9926
9926
|
current,
|
@@ -9929,14 +9929,14 @@
|
|
9929
9929
|
);
|
9930
9930
|
} else
|
9931
9931
|
isSuspenseInstancePending(
|
9932
|
-
|
9932
|
+
JSCompiler_object_inline_componentStack_2543
|
9933
9933
|
)
|
9934
9934
|
? ((workInProgress.flags |= 192),
|
9935
9935
|
(workInProgress.child = current.child),
|
9936
9936
|
(workInProgress = null))
|
9937
9937
|
: ((current = prevState.treeContext),
|
9938
9938
|
(nextHydratableInstance = getNextHydratable(
|
9939
|
-
|
9939
|
+
JSCompiler_object_inline_componentStack_2543.nextSibling
|
9940
9940
|
)),
|
9941
9941
|
(hydrationParentFiber = workInProgress),
|
9942
9942
|
(isHydrating = !0),
|
@@ -9948,32 +9948,32 @@
|
|
9948
9948
|
restoreSuspendedTreeContext(workInProgress, current),
|
9949
9949
|
(workInProgress = mountSuspensePrimaryChildren(
|
9950
9950
|
workInProgress,
|
9951
|
-
|
9951
|
+
JSCompiler_object_inline_stack_2542.children
|
9952
9952
|
)),
|
9953
9953
|
(workInProgress.flags |= 4096));
|
9954
9954
|
return workInProgress;
|
9955
9955
|
}
|
9956
9956
|
}
|
9957
|
-
if (
|
9957
|
+
if (JSCompiler_object_inline_message_2540)
|
9958
9958
|
return (
|
9959
9959
|
reuseSuspenseHandlerOnStack(workInProgress),
|
9960
|
-
(nextPrimaryChildren =
|
9960
|
+
(nextPrimaryChildren = JSCompiler_object_inline_stack_2542.fallback),
|
9961
9961
|
(mode = workInProgress.mode),
|
9962
9962
|
(componentStack = current.child),
|
9963
|
-
(
|
9963
|
+
(JSCompiler_object_inline_componentStack_2543 =
|
9964
9964
|
componentStack.sibling),
|
9965
|
-
(
|
9965
|
+
(JSCompiler_object_inline_stack_2542 = createWorkInProgress(
|
9966
9966
|
componentStack,
|
9967
9967
|
{
|
9968
9968
|
mode: "hidden",
|
9969
|
-
children:
|
9969
|
+
children: JSCompiler_object_inline_stack_2542.children
|
9970
9970
|
}
|
9971
9971
|
)),
|
9972
|
-
(
|
9972
|
+
(JSCompiler_object_inline_stack_2542.subtreeFlags =
|
9973
9973
|
componentStack.subtreeFlags & 65011712),
|
9974
|
-
null !==
|
9974
|
+
null !== JSCompiler_object_inline_componentStack_2543
|
9975
9975
|
? (nextPrimaryChildren = createWorkInProgress(
|
9976
|
-
|
9976
|
+
JSCompiler_object_inline_componentStack_2543,
|
9977
9977
|
nextPrimaryChildren
|
9978
9978
|
))
|
9979
9979
|
: ((nextPrimaryChildren = createFiberFromFragment(
|
@@ -9984,24 +9984,24 @@
|
|
9984
9984
|
)),
|
9985
9985
|
(nextPrimaryChildren.flags |= 2)),
|
9986
9986
|
(nextPrimaryChildren.return = workInProgress),
|
9987
|
-
(
|
9988
|
-
(
|
9989
|
-
(workInProgress.child =
|
9990
|
-
(
|
9987
|
+
(JSCompiler_object_inline_stack_2542.return = workInProgress),
|
9988
|
+
(JSCompiler_object_inline_stack_2542.sibling = nextPrimaryChildren),
|
9989
|
+
(workInProgress.child = JSCompiler_object_inline_stack_2542),
|
9990
|
+
(JSCompiler_object_inline_stack_2542 = nextPrimaryChildren),
|
9991
9991
|
(nextPrimaryChildren = workInProgress.child),
|
9992
9992
|
(mode = current.child.memoizedState),
|
9993
9993
|
null === mode
|
9994
9994
|
? (mode = mountSuspenseOffscreenState(renderLanes))
|
9995
9995
|
: ((componentStack = mode.cachePool),
|
9996
9996
|
null !== componentStack
|
9997
|
-
? ((
|
9997
|
+
? ((JSCompiler_object_inline_componentStack_2543 =
|
9998
9998
|
CacheContext._currentValue),
|
9999
9999
|
(componentStack =
|
10000
10000
|
componentStack.parent !==
|
10001
|
-
|
10001
|
+
JSCompiler_object_inline_componentStack_2543
|
10002
10002
|
? {
|
10003
|
-
parent:
|
10004
|
-
pool:
|
10003
|
+
parent: JSCompiler_object_inline_componentStack_2543,
|
10004
|
+
pool: JSCompiler_object_inline_componentStack_2543
|
10005
10005
|
}
|
10006
10006
|
: componentStack))
|
10007
10007
|
: (componentStack = getSuspendedCache()),
|
@@ -10012,27 +10012,27 @@
|
|
10012
10012
|
(nextPrimaryChildren.memoizedState = mode),
|
10013
10013
|
(nextPrimaryChildren.childLanes = getRemainingWorkInPrimaryTree(
|
10014
10014
|
current,
|
10015
|
-
|
10015
|
+
JSCompiler_object_inline_digest_2541,
|
10016
10016
|
renderLanes
|
10017
10017
|
)),
|
10018
10018
|
(workInProgress.memoizedState = SUSPENDED_MARKER),
|
10019
|
-
|
10019
|
+
JSCompiler_object_inline_stack_2542
|
10020
10020
|
);
|
10021
10021
|
pushPrimaryTreeSuspenseHandler(workInProgress);
|
10022
10022
|
renderLanes = current.child;
|
10023
10023
|
current = renderLanes.sibling;
|
10024
10024
|
renderLanes = createWorkInProgress(renderLanes, {
|
10025
10025
|
mode: "visible",
|
10026
|
-
children:
|
10026
|
+
children: JSCompiler_object_inline_stack_2542.children
|
10027
10027
|
});
|
10028
10028
|
renderLanes.return = workInProgress;
|
10029
10029
|
renderLanes.sibling = null;
|
10030
10030
|
null !== current &&
|
10031
|
-
((
|
10032
|
-
null ===
|
10031
|
+
((JSCompiler_object_inline_digest_2541 = workInProgress.deletions),
|
10032
|
+
null === JSCompiler_object_inline_digest_2541
|
10033
10033
|
? ((workInProgress.deletions = [current]),
|
10034
10034
|
(workInProgress.flags |= 16))
|
10035
|
-
:
|
10035
|
+
: JSCompiler_object_inline_digest_2541.push(current));
|
10036
10036
|
workInProgress.child = renderLanes;
|
10037
10037
|
workInProgress.memoizedState = null;
|
10038
10038
|
return renderLanes;
|
@@ -17268,36 +17268,39 @@
|
|
17268
17268
|
accumulateTargetOnly = _instance2;
|
17269
17269
|
if (SyntheticEventCtor && reactEventType)
|
17270
17270
|
b: {
|
17271
|
-
inCapturePhase =
|
17272
|
-
reactEventName =
|
17273
|
-
instance =
|
17274
|
-
for (
|
17275
|
-
lastHostComponent = inCapturePhase;
|
17276
|
-
lastHostComponent;
|
17277
|
-
lastHostComponent = getParent(lastHostComponent)
|
17278
|
-
)
|
17279
|
-
instance++;
|
17271
|
+
inCapturePhase = getParent;
|
17272
|
+
reactEventName = SyntheticEventCtor;
|
17273
|
+
instance = reactEventType;
|
17280
17274
|
lastHostComponent = 0;
|
17281
17275
|
for (
|
17282
17276
|
_instance2 = reactEventName;
|
17283
17277
|
_instance2;
|
17284
|
-
_instance2 =
|
17278
|
+
_instance2 = inCapturePhase(_instance2)
|
17285
17279
|
)
|
17286
17280
|
lastHostComponent++;
|
17287
|
-
|
17288
|
-
|
17289
|
-
|
17290
|
-
|
17281
|
+
_instance2 = 0;
|
17282
|
+
for (
|
17283
|
+
var tempB = instance;
|
17284
|
+
tempB;
|
17285
|
+
tempB = inCapturePhase(tempB)
|
17286
|
+
)
|
17287
|
+
_instance2++;
|
17288
|
+
for (; 0 < lastHostComponent - _instance2; )
|
17289
|
+
(reactEventName = inCapturePhase(reactEventName)),
|
17291
17290
|
lastHostComponent--;
|
17292
|
-
for (;
|
17291
|
+
for (; 0 < _instance2 - lastHostComponent; )
|
17292
|
+
(instance = inCapturePhase(instance)), _instance2--;
|
17293
|
+
for (; lastHostComponent--; ) {
|
17293
17294
|
if (
|
17294
|
-
|
17295
|
-
(null !==
|
17296
|
-
|
17297
|
-
)
|
17295
|
+
reactEventName === instance ||
|
17296
|
+
(null !== instance &&
|
17297
|
+
reactEventName === instance.alternate)
|
17298
|
+
) {
|
17299
|
+
inCapturePhase = reactEventName;
|
17298
17300
|
break b;
|
17299
|
-
|
17300
|
-
reactEventName =
|
17301
|
+
}
|
17302
|
+
reactEventName = inCapturePhase(reactEventName);
|
17303
|
+
instance = inCapturePhase(instance);
|
17301
17304
|
}
|
17302
17305
|
inCapturePhase = null;
|
17303
17306
|
}
|
@@ -25370,11 +25373,11 @@
|
|
25370
25373
|
};
|
25371
25374
|
(function () {
|
25372
25375
|
var isomorphicReactPackageVersion = React.version;
|
25373
|
-
if ("19.2.0-canary-
|
25376
|
+
if ("19.2.0-canary-38ef6550-20250508" !== isomorphicReactPackageVersion)
|
25374
25377
|
throw Error(
|
25375
25378
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
25376
25379
|
(isomorphicReactPackageVersion +
|
25377
|
-
"\n - react-dom: 19.2.0-canary-
|
25380
|
+
"\n - react-dom: 19.2.0-canary-38ef6550-20250508\nLearn more: https://react.dev/warnings/version-mismatch")
|
25378
25381
|
);
|
25379
25382
|
})();
|
25380
25383
|
("function" === typeof Map &&
|
@@ -25411,10 +25414,10 @@
|
|
25411
25414
|
!(function () {
|
25412
25415
|
var internals = {
|
25413
25416
|
bundleType: 1,
|
25414
|
-
version: "19.2.0-canary-
|
25417
|
+
version: "19.2.0-canary-38ef6550-20250508",
|
25415
25418
|
rendererPackageName: "react-dom",
|
25416
25419
|
currentDispatcherRef: ReactSharedInternals,
|
25417
|
-
reconcilerVersion: "19.2.0-canary-
|
25420
|
+
reconcilerVersion: "19.2.0-canary-38ef6550-20250508"
|
25418
25421
|
};
|
25419
25422
|
internals.overrideHookState = overrideHookState;
|
25420
25423
|
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
|
@@ -25558,7 +25561,7 @@
|
|
25558
25561
|
listenToAllSupportedEvents(container);
|
25559
25562
|
return new ReactDOMHydrationRoot(initialChildren);
|
25560
25563
|
};
|
25561
|
-
exports.version = "19.2.0-canary-
|
25564
|
+
exports.version = "19.2.0-canary-38ef6550-20250508";
|
25562
25565
|
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
25563
25566
|
"function" ===
|
25564
25567
|
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
@@ -2044,7 +2044,7 @@ function getTargetInstForChangeEvent(domEventName, targetInst) {
|
|
2044
2044
|
}
|
2045
2045
|
var isInputEventSupported = !1;
|
2046
2046
|
if (canUseDOM) {
|
2047
|
-
var JSCompiler_inline_result$jscomp$
|
2047
|
+
var JSCompiler_inline_result$jscomp$294;
|
2048
2048
|
if (canUseDOM) {
|
2049
2049
|
var isSupported$jscomp$inline_434 = "oninput" in document;
|
2050
2050
|
if (!isSupported$jscomp$inline_434) {
|
@@ -2053,10 +2053,10 @@ if (canUseDOM) {
|
|
2053
2053
|
isSupported$jscomp$inline_434 =
|
2054
2054
|
"function" === typeof element$jscomp$inline_435.oninput;
|
2055
2055
|
}
|
2056
|
-
JSCompiler_inline_result$jscomp$
|
2057
|
-
} else JSCompiler_inline_result$jscomp$
|
2056
|
+
JSCompiler_inline_result$jscomp$294 = isSupported$jscomp$inline_434;
|
2057
|
+
} else JSCompiler_inline_result$jscomp$294 = !1;
|
2058
2058
|
isInputEventSupported =
|
2059
|
-
JSCompiler_inline_result$jscomp$
|
2059
|
+
JSCompiler_inline_result$jscomp$294 &&
|
2060
2060
|
(!document.documentMode || 9 < document.documentMode);
|
2061
2061
|
}
|
2062
2062
|
function stopWatchingForValueChange() {
|
@@ -12516,36 +12516,34 @@ function dispatchEventForPluginEventSystem(
|
|
12516
12516
|
accumulateTargetOnly = _instance;
|
12517
12517
|
if (SyntheticEventCtor && reactEventType)
|
12518
12518
|
b: {
|
12519
|
-
inCapturePhase =
|
12520
|
-
reactEventName =
|
12521
|
-
instance =
|
12522
|
-
for (
|
12523
|
-
lastHostComponent = inCapturePhase;
|
12524
|
-
lastHostComponent;
|
12525
|
-
lastHostComponent = getParent(lastHostComponent)
|
12526
|
-
)
|
12527
|
-
instance++;
|
12519
|
+
inCapturePhase = getParent;
|
12520
|
+
reactEventName = SyntheticEventCtor;
|
12521
|
+
instance = reactEventType;
|
12528
12522
|
lastHostComponent = 0;
|
12529
12523
|
for (
|
12530
12524
|
_instance = reactEventName;
|
12531
12525
|
_instance;
|
12532
|
-
_instance =
|
12526
|
+
_instance = inCapturePhase(_instance)
|
12533
12527
|
)
|
12534
12528
|
lastHostComponent++;
|
12535
|
-
|
12536
|
-
|
12537
|
-
|
12538
|
-
|
12529
|
+
_instance = 0;
|
12530
|
+
for (var tempB = instance; tempB; tempB = inCapturePhase(tempB))
|
12531
|
+
_instance++;
|
12532
|
+
for (; 0 < lastHostComponent - _instance; )
|
12533
|
+
(reactEventName = inCapturePhase(reactEventName)),
|
12539
12534
|
lastHostComponent--;
|
12540
|
-
for (;
|
12535
|
+
for (; 0 < _instance - lastHostComponent; )
|
12536
|
+
(instance = inCapturePhase(instance)), _instance--;
|
12537
|
+
for (; lastHostComponent--; ) {
|
12541
12538
|
if (
|
12542
|
-
|
12543
|
-
(null !== reactEventName
|
12544
|
-
|
12545
|
-
|
12539
|
+
reactEventName === instance ||
|
12540
|
+
(null !== instance && reactEventName === instance.alternate)
|
12541
|
+
) {
|
12542
|
+
inCapturePhase = reactEventName;
|
12546
12543
|
break b;
|
12547
|
-
|
12548
|
-
reactEventName =
|
12544
|
+
}
|
12545
|
+
reactEventName = inCapturePhase(reactEventName);
|
12546
|
+
instance = inCapturePhase(instance);
|
12549
12547
|
}
|
12550
12548
|
inCapturePhase = null;
|
12551
12549
|
}
|
@@ -15638,16 +15636,16 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
|
|
15638
15636
|
0 === i && attemptExplicitHydrationTarget(target);
|
15639
15637
|
}
|
15640
15638
|
};
|
15641
|
-
var isomorphicReactPackageVersion$jscomp$
|
15639
|
+
var isomorphicReactPackageVersion$jscomp$inline_1847 = React.version;
|
15642
15640
|
if (
|
15643
|
-
"19.2.0-canary-
|
15644
|
-
isomorphicReactPackageVersion$jscomp$
|
15641
|
+
"19.2.0-canary-38ef6550-20250508" !==
|
15642
|
+
isomorphicReactPackageVersion$jscomp$inline_1847
|
15645
15643
|
)
|
15646
15644
|
throw Error(
|
15647
15645
|
formatProdErrorMessage(
|
15648
15646
|
527,
|
15649
|
-
isomorphicReactPackageVersion$jscomp$
|
15650
|
-
"19.2.0-canary-
|
15647
|
+
isomorphicReactPackageVersion$jscomp$inline_1847,
|
15648
|
+
"19.2.0-canary-38ef6550-20250508"
|
15651
15649
|
)
|
15652
15650
|
);
|
15653
15651
|
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
@@ -15667,24 +15665,24 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
|
15667
15665
|
null === componentOrElement ? null : componentOrElement.stateNode;
|
15668
15666
|
return componentOrElement;
|
15669
15667
|
};
|
15670
|
-
var internals$jscomp$
|
15668
|
+
var internals$jscomp$inline_2340 = {
|
15671
15669
|
bundleType: 0,
|
15672
|
-
version: "19.2.0-canary-
|
15670
|
+
version: "19.2.0-canary-38ef6550-20250508",
|
15673
15671
|
rendererPackageName: "react-dom",
|
15674
15672
|
currentDispatcherRef: ReactSharedInternals,
|
15675
|
-
reconcilerVersion: "19.2.0-canary-
|
15673
|
+
reconcilerVersion: "19.2.0-canary-38ef6550-20250508"
|
15676
15674
|
};
|
15677
15675
|
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
15678
|
-
var hook$jscomp$
|
15676
|
+
var hook$jscomp$inline_2341 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
15679
15677
|
if (
|
15680
|
-
!hook$jscomp$
|
15681
|
-
hook$jscomp$
|
15678
|
+
!hook$jscomp$inline_2341.isDisabled &&
|
15679
|
+
hook$jscomp$inline_2341.supportsFiber
|
15682
15680
|
)
|
15683
15681
|
try {
|
15684
|
-
(rendererID = hook$jscomp$
|
15685
|
-
internals$jscomp$
|
15682
|
+
(rendererID = hook$jscomp$inline_2341.inject(
|
15683
|
+
internals$jscomp$inline_2340
|
15686
15684
|
)),
|
15687
|
-
(injectedHook = hook$jscomp$
|
15685
|
+
(injectedHook = hook$jscomp$inline_2341);
|
15688
15686
|
} catch (err) {}
|
15689
15687
|
}
|
15690
15688
|
exports.createRoot = function (container, options) {
|
@@ -15776,4 +15774,4 @@ exports.hydrateRoot = function (container, initialChildren, options) {
|
|
15776
15774
|
listenToAllSupportedEvents(container);
|
15777
15775
|
return new ReactDOMHydrationRoot(initialChildren);
|
15778
15776
|
};
|
15779
|
-
exports.version = "19.2.0-canary-
|
15777
|
+
exports.version = "19.2.0-canary-38ef6550-20250508";
|