react-dom 19.2.0-canary-c44e4a25-20250409 → 19.2.0-canary-39cad7af-20250411
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 +185 -202
- package/cjs/react-dom-client.production.js +195 -236
- package/cjs/react-dom-profiling.development.js +185 -202
- package/cjs/react-dom-profiling.profiling.js +198 -239
- package/cjs/react-dom-server-legacy.browser.development.js +30 -58
- package/cjs/react-dom-server-legacy.browser.production.js +66 -89
- package/cjs/react-dom-server-legacy.node.development.js +30 -58
- package/cjs/react-dom-server-legacy.node.production.js +66 -89
- package/cjs/react-dom-server.browser.development.js +48 -73
- package/cjs/react-dom-server.browser.production.js +58 -88
- package/cjs/react-dom-server.bun.development.js +38 -74
- package/cjs/react-dom-server.bun.production.js +54 -83
- package/cjs/react-dom-server.edge.development.js +48 -73
- package/cjs/react-dom-server.edge.production.js +61 -91
- package/cjs/react-dom-server.node.development.js +48 -73
- package/cjs/react-dom-server.node.production.js +61 -91
- 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
@@ -2098,19 +2098,19 @@ function getTargetInstForChangeEvent(domEventName, targetInst) {
|
|
2098
2098
|
}
|
2099
2099
|
var isInputEventSupported = !1;
|
2100
2100
|
if (canUseDOM) {
|
2101
|
-
var JSCompiler_inline_result$jscomp$
|
2101
|
+
var JSCompiler_inline_result$jscomp$302;
|
2102
2102
|
if (canUseDOM) {
|
2103
|
-
var isSupported$jscomp$
|
2104
|
-
if (!isSupported$jscomp$
|
2105
|
-
var element$jscomp$
|
2106
|
-
element$jscomp$
|
2107
|
-
isSupported$jscomp$
|
2108
|
-
"function" === typeof element$jscomp$
|
2103
|
+
var isSupported$jscomp$inline_441 = "oninput" in document;
|
2104
|
+
if (!isSupported$jscomp$inline_441) {
|
2105
|
+
var element$jscomp$inline_442 = document.createElement("div");
|
2106
|
+
element$jscomp$inline_442.setAttribute("oninput", "return;");
|
2107
|
+
isSupported$jscomp$inline_441 =
|
2108
|
+
"function" === typeof element$jscomp$inline_442.oninput;
|
2109
2109
|
}
|
2110
|
-
JSCompiler_inline_result$jscomp$
|
2111
|
-
} else JSCompiler_inline_result$jscomp$
|
2110
|
+
JSCompiler_inline_result$jscomp$302 = isSupported$jscomp$inline_441;
|
2111
|
+
} else JSCompiler_inline_result$jscomp$302 = !1;
|
2112
2112
|
isInputEventSupported =
|
2113
|
-
JSCompiler_inline_result$jscomp$
|
2113
|
+
JSCompiler_inline_result$jscomp$302 &&
|
2114
2114
|
(!document.documentMode || 9 < document.documentMode);
|
2115
2115
|
}
|
2116
2116
|
function stopWatchingForValueChange() {
|
@@ -6787,108 +6787,77 @@ function updateSuspenseComponent(current, workInProgress, renderLanes) {
|
|
6787
6787
|
showFallback
|
6788
6788
|
? pushPrimaryTreeSuspenseHandler(workInProgress)
|
6789
6789
|
: reuseSuspenseHandlerOnStack(workInProgress);
|
6790
|
-
if (
|
6791
|
-
|
6792
|
-
|
6793
|
-
|
6794
|
-
|
6795
|
-
|
6796
|
-
|
6797
|
-
|
6798
|
-
|
6799
|
-
|
6800
|
-
|
6801
|
-
|
6802
|
-
nextInstance = null;
|
6803
|
-
break c;
|
6804
|
-
}
|
6805
|
-
JSCompiler_temp$jscomp$0 = getNextHydratable(
|
6806
|
-
JSCompiler_temp$jscomp$0.nextSibling
|
6807
|
-
);
|
6808
|
-
if (null === JSCompiler_temp$jscomp$0) {
|
6809
|
-
nextInstance = null;
|
6810
|
-
break c;
|
6811
|
-
}
|
6790
|
+
if ((current = nextHydratableInstance)) {
|
6791
|
+
a: {
|
6792
|
+
renderLanes = current;
|
6793
|
+
for (current = rootOrSingletonContext; 8 !== renderLanes.nodeType; ) {
|
6794
|
+
if (!current) {
|
6795
|
+
current = null;
|
6796
|
+
break a;
|
6797
|
+
}
|
6798
|
+
renderLanes = getNextHydratable(renderLanes.nextSibling);
|
6799
|
+
if (null === renderLanes) {
|
6800
|
+
current = null;
|
6801
|
+
break a;
|
6812
6802
|
}
|
6813
|
-
nextInstance = JSCompiler_temp$jscomp$0;
|
6814
6803
|
}
|
6815
|
-
|
6816
|
-
? ((workInProgress.memoizedState = {
|
6817
|
-
dehydrated: nextInstance,
|
6818
|
-
treeContext:
|
6819
|
-
null !== treeContextProvider
|
6820
|
-
? { id: treeContextId, overflow: treeContextOverflow }
|
6821
|
-
: null,
|
6822
|
-
retryLane: 536870912,
|
6823
|
-
hydrationErrors: null
|
6824
|
-
}),
|
6825
|
-
(JSCompiler_temp$jscomp$0 = createFiberImplClass(
|
6826
|
-
18,
|
6827
|
-
null,
|
6828
|
-
null,
|
6829
|
-
0
|
6830
|
-
)),
|
6831
|
-
(JSCompiler_temp$jscomp$0.stateNode = nextInstance),
|
6832
|
-
(JSCompiler_temp$jscomp$0.return = workInProgress),
|
6833
|
-
(workInProgress.child = JSCompiler_temp$jscomp$0),
|
6834
|
-
(hydrationParentFiber = workInProgress),
|
6835
|
-
(nextHydratableInstance = null),
|
6836
|
-
(JSCompiler_temp$jscomp$0 = !0))
|
6837
|
-
: (JSCompiler_temp$jscomp$0 = !1);
|
6804
|
+
current = renderLanes;
|
6838
6805
|
}
|
6839
|
-
|
6840
|
-
|
6841
|
-
|
6842
|
-
|
6843
|
-
|
6844
|
-
|
6845
|
-
|
6846
|
-
|
6847
|
-
|
6848
|
-
|
6849
|
-
|
6850
|
-
|
6851
|
-
|
6852
|
-
|
6806
|
+
null !== current &&
|
6807
|
+
((workInProgress.memoizedState = {
|
6808
|
+
dehydrated: current,
|
6809
|
+
treeContext:
|
6810
|
+
null !== treeContextProvider
|
6811
|
+
? { id: treeContextId, overflow: treeContextOverflow }
|
6812
|
+
: null,
|
6813
|
+
retryLane: 536870912,
|
6814
|
+
hydrationErrors: null
|
6815
|
+
}),
|
6816
|
+
(renderLanes = createFiberImplClass(18, null, null, 0)),
|
6817
|
+
(renderLanes.stateNode = current),
|
6818
|
+
(renderLanes.return = workInProgress),
|
6819
|
+
(workInProgress.child = renderLanes),
|
6820
|
+
(hydrationParentFiber = workInProgress),
|
6821
|
+
(nextHydratableInstance = null));
|
6822
|
+
} else current = null;
|
6823
|
+
if (null === current) throw throwOnHydrationMismatch(workInProgress);
|
6824
|
+
isSuspenseInstanceFallback(current)
|
6825
|
+
? (workInProgress.lanes = 32)
|
6826
|
+
: (workInProgress.lanes = 536870912);
|
6827
|
+
return null;
|
6853
6828
|
}
|
6854
|
-
|
6829
|
+
var nextPrimaryChildren = nextProps.children;
|
6855
6830
|
nextProps = nextProps.fallback;
|
6856
|
-
if (showFallback)
|
6857
|
-
|
6858
|
-
|
6859
|
-
|
6860
|
-
|
6861
|
-
|
6862
|
-
showFallback
|
6863
|
-
)),
|
6864
|
-
(nextProps = createFiberFromFragment(
|
6865
|
-
nextProps,
|
6866
|
-
showFallback,
|
6867
|
-
renderLanes,
|
6868
|
-
null
|
6869
|
-
)),
|
6870
|
-
(nextInstance.return = workInProgress),
|
6871
|
-
(nextProps.return = workInProgress),
|
6872
|
-
(nextInstance.sibling = nextProps),
|
6873
|
-
(workInProgress.child = nextInstance),
|
6874
|
-
(showFallback = workInProgress.child),
|
6875
|
-
(showFallback.memoizedState = mountSuspenseOffscreenState(renderLanes)),
|
6876
|
-
(showFallback.childLanes = getRemainingWorkInPrimaryTree(
|
6877
|
-
current,
|
6878
|
-
JSCompiler_temp,
|
6879
|
-
renderLanes
|
6880
|
-
)),
|
6881
|
-
(workInProgress.memoizedState = SUSPENDED_MARKER),
|
6882
|
-
nextProps
|
6831
|
+
if (showFallback) {
|
6832
|
+
reuseSuspenseHandlerOnStack(workInProgress);
|
6833
|
+
var mode = workInProgress.mode;
|
6834
|
+
nextPrimaryChildren = mountWorkInProgressOffscreenFiber(
|
6835
|
+
{ mode: "hidden", children: nextPrimaryChildren },
|
6836
|
+
mode
|
6883
6837
|
);
|
6838
|
+
nextProps = createFiberFromFragment(nextProps, mode, renderLanes, null);
|
6839
|
+
nextPrimaryChildren.return = workInProgress;
|
6840
|
+
nextProps.return = workInProgress;
|
6841
|
+
nextPrimaryChildren.sibling = nextProps;
|
6842
|
+
workInProgress.child = nextPrimaryChildren;
|
6843
|
+
nextPrimaryChildren = workInProgress.child;
|
6844
|
+
nextPrimaryChildren.memoizedState =
|
6845
|
+
mountSuspenseOffscreenState(renderLanes);
|
6846
|
+
nextPrimaryChildren.childLanes = getRemainingWorkInPrimaryTree(
|
6847
|
+
current,
|
6848
|
+
JSCompiler_temp,
|
6849
|
+
renderLanes
|
6850
|
+
);
|
6851
|
+
workInProgress.memoizedState = SUSPENDED_MARKER;
|
6852
|
+
return nextProps;
|
6853
|
+
}
|
6884
6854
|
pushPrimaryTreeSuspenseHandler(workInProgress);
|
6885
|
-
return mountSuspensePrimaryChildren(workInProgress,
|
6855
|
+
return mountSuspensePrimaryChildren(workInProgress, nextPrimaryChildren);
|
6886
6856
|
}
|
6887
|
-
|
6857
|
+
mode = current.memoizedState;
|
6888
6858
|
if (
|
6889
|
-
null !==
|
6890
|
-
((
|
6891
|
-
null !== nextInstance)
|
6859
|
+
null !== mode &&
|
6860
|
+
((nextPrimaryChildren = mode.dehydrated), null !== nextPrimaryChildren)
|
6892
6861
|
) {
|
6893
6862
|
if (didSuspend)
|
6894
6863
|
workInProgress.flags & 256
|
@@ -6905,22 +6874,22 @@ function updateSuspenseComponent(current, workInProgress, renderLanes) {
|
|
6905
6874
|
(workInProgress.flags |= 128),
|
6906
6875
|
(workInProgress = null))
|
6907
6876
|
: (reuseSuspenseHandlerOnStack(workInProgress),
|
6908
|
-
(
|
6909
|
-
(
|
6877
|
+
(nextPrimaryChildren = nextProps.fallback),
|
6878
|
+
(mode = workInProgress.mode),
|
6910
6879
|
(nextProps = mountWorkInProgressOffscreenFiber(
|
6911
6880
|
{ mode: "visible", children: nextProps.children },
|
6912
|
-
|
6881
|
+
mode
|
6913
6882
|
)),
|
6914
|
-
(
|
6915
|
-
|
6916
|
-
|
6883
|
+
(nextPrimaryChildren = createFiberFromFragment(
|
6884
|
+
nextPrimaryChildren,
|
6885
|
+
mode,
|
6917
6886
|
renderLanes,
|
6918
6887
|
null
|
6919
6888
|
)),
|
6920
|
-
(
|
6889
|
+
(nextPrimaryChildren.flags |= 2),
|
6921
6890
|
(nextProps.return = workInProgress),
|
6922
|
-
(
|
6923
|
-
(nextProps.sibling =
|
6891
|
+
(nextPrimaryChildren.return = workInProgress),
|
6892
|
+
(nextProps.sibling = nextPrimaryChildren),
|
6924
6893
|
(workInProgress.child = nextProps),
|
6925
6894
|
reconcileChildFibers(
|
6926
6895
|
workInProgress,
|
@@ -6937,13 +6906,14 @@ function updateSuspenseComponent(current, workInProgress, renderLanes) {
|
|
6937
6906
|
renderLanes
|
6938
6907
|
)),
|
6939
6908
|
(workInProgress.memoizedState = SUSPENDED_MARKER),
|
6940
|
-
(workInProgress =
|
6909
|
+
(workInProgress = nextPrimaryChildren));
|
6941
6910
|
else if (
|
6942
6911
|
(pushPrimaryTreeSuspenseHandler(workInProgress),
|
6943
|
-
isSuspenseInstanceFallback(
|
6912
|
+
isSuspenseInstanceFallback(nextPrimaryChildren))
|
6944
6913
|
) {
|
6945
6914
|
JSCompiler_temp =
|
6946
|
-
|
6915
|
+
nextPrimaryChildren.nextSibling &&
|
6916
|
+
nextPrimaryChildren.nextSibling.dataset;
|
6947
6917
|
if (JSCompiler_temp) var digest = JSCompiler_temp.dgst;
|
6948
6918
|
JSCompiler_temp = digest;
|
6949
6919
|
nextProps = Error(formatProdErrorMessage(419));
|
@@ -6973,28 +6943,28 @@ function updateSuspenseComponent(current, workInProgress, renderLanes) {
|
|
6973
6943
|
0 !== (nextProps & (JSCompiler_temp.suspendedLanes | renderLanes))
|
6974
6944
|
? 0
|
6975
6945
|
: nextProps),
|
6976
|
-
0 !== nextProps && nextProps !==
|
6946
|
+
0 !== nextProps && nextProps !== mode.retryLane)
|
6977
6947
|
)
|
6978
6948
|
throw (
|
6979
|
-
((
|
6949
|
+
((mode.retryLane = nextProps),
|
6980
6950
|
enqueueConcurrentRenderForLane(current, nextProps),
|
6981
6951
|
scheduleUpdateOnFiber(JSCompiler_temp, current, nextProps),
|
6982
6952
|
SelectiveHydrationException)
|
6983
6953
|
);
|
6984
|
-
"$?" ===
|
6954
|
+
"$?" === nextPrimaryChildren.data || renderDidSuspendDelayIfPossible();
|
6985
6955
|
workInProgress = retrySuspenseComponentWithoutHydrating(
|
6986
6956
|
current,
|
6987
6957
|
workInProgress,
|
6988
6958
|
renderLanes
|
6989
6959
|
);
|
6990
6960
|
} else
|
6991
|
-
"$?" ===
|
6961
|
+
"$?" === nextPrimaryChildren.data
|
6992
6962
|
? ((workInProgress.flags |= 192),
|
6993
6963
|
(workInProgress.child = current.child),
|
6994
6964
|
(workInProgress = null))
|
6995
|
-
: ((current =
|
6965
|
+
: ((current = mode.treeContext),
|
6996
6966
|
(nextHydratableInstance = getNextHydratable(
|
6997
|
-
|
6967
|
+
nextPrimaryChildren.nextSibling
|
6998
6968
|
)),
|
6999
6969
|
(hydrationParentFiber = workInProgress),
|
7000
6970
|
(isHydrating = !0),
|
@@ -7017,48 +6987,50 @@ function updateSuspenseComponent(current, workInProgress, renderLanes) {
|
|
7017
6987
|
if (showFallback)
|
7018
6988
|
return (
|
7019
6989
|
reuseSuspenseHandlerOnStack(workInProgress),
|
7020
|
-
(
|
7021
|
-
(
|
7022
|
-
(
|
7023
|
-
(digest =
|
7024
|
-
(nextProps = createWorkInProgress(
|
6990
|
+
(nextPrimaryChildren = nextProps.fallback),
|
6991
|
+
(mode = workInProgress.mode),
|
6992
|
+
(showFallback = current.child),
|
6993
|
+
(digest = showFallback.sibling),
|
6994
|
+
(nextProps = createWorkInProgress(showFallback, {
|
7025
6995
|
mode: "hidden",
|
7026
6996
|
children: nextProps.children
|
7027
6997
|
})),
|
7028
|
-
(nextProps.subtreeFlags =
|
7029
|
-
JSCompiler_temp$jscomp$0.subtreeFlags & 65011712),
|
6998
|
+
(nextProps.subtreeFlags = showFallback.subtreeFlags & 65011712),
|
7030
6999
|
null !== digest
|
7031
|
-
? (
|
7032
|
-
|
7033
|
-
|
7034
|
-
|
7000
|
+
? (nextPrimaryChildren = createWorkInProgress(
|
7001
|
+
digest,
|
7002
|
+
nextPrimaryChildren
|
7003
|
+
))
|
7004
|
+
: ((nextPrimaryChildren = createFiberFromFragment(
|
7005
|
+
nextPrimaryChildren,
|
7006
|
+
mode,
|
7035
7007
|
renderLanes,
|
7036
7008
|
null
|
7037
7009
|
)),
|
7038
|
-
(
|
7039
|
-
(
|
7010
|
+
(nextPrimaryChildren.flags |= 2)),
|
7011
|
+
(nextPrimaryChildren.return = workInProgress),
|
7040
7012
|
(nextProps.return = workInProgress),
|
7041
|
-
(nextProps.sibling =
|
7013
|
+
(nextProps.sibling = nextPrimaryChildren),
|
7042
7014
|
(workInProgress.child = nextProps),
|
7043
|
-
(nextProps =
|
7044
|
-
(
|
7045
|
-
(
|
7046
|
-
null ===
|
7047
|
-
? (
|
7048
|
-
: ((
|
7049
|
-
null !==
|
7015
|
+
(nextProps = nextPrimaryChildren),
|
7016
|
+
(nextPrimaryChildren = workInProgress.child),
|
7017
|
+
(mode = current.child.memoizedState),
|
7018
|
+
null === mode
|
7019
|
+
? (mode = mountSuspenseOffscreenState(renderLanes))
|
7020
|
+
: ((showFallback = mode.cachePool),
|
7021
|
+
null !== showFallback
|
7050
7022
|
? ((digest = CacheContext._currentValue),
|
7051
|
-
(
|
7052
|
-
|
7023
|
+
(showFallback =
|
7024
|
+
showFallback.parent !== digest
|
7053
7025
|
? { parent: digest, pool: digest }
|
7054
|
-
:
|
7055
|
-
: (
|
7056
|
-
(
|
7057
|
-
baseLanes:
|
7058
|
-
cachePool:
|
7026
|
+
: showFallback))
|
7027
|
+
: (showFallback = getSuspendedCache()),
|
7028
|
+
(mode = {
|
7029
|
+
baseLanes: mode.baseLanes | renderLanes,
|
7030
|
+
cachePool: showFallback
|
7059
7031
|
})),
|
7060
|
-
(
|
7061
|
-
(
|
7032
|
+
(nextPrimaryChildren.memoizedState = mode),
|
7033
|
+
(nextPrimaryChildren.childLanes = getRemainingWorkInPrimaryTree(
|
7062
7034
|
current,
|
7063
7035
|
JSCompiler_temp,
|
7064
7036
|
renderLanes
|
@@ -12503,20 +12475,20 @@ function extractEvents$1(
|
|
12503
12475
|
}
|
12504
12476
|
}
|
12505
12477
|
for (
|
12506
|
-
var i$jscomp$
|
12507
|
-
i$jscomp$
|
12508
|
-
i$jscomp$
|
12478
|
+
var i$jscomp$inline_1627 = 0;
|
12479
|
+
i$jscomp$inline_1627 < simpleEventPluginEvents.length;
|
12480
|
+
i$jscomp$inline_1627++
|
12509
12481
|
) {
|
12510
|
-
var eventName$jscomp$
|
12511
|
-
simpleEventPluginEvents[i$jscomp$
|
12512
|
-
domEventName$jscomp$
|
12513
|
-
eventName$jscomp$
|
12514
|
-
capitalizedEvent$jscomp$
|
12515
|
-
eventName$jscomp$
|
12516
|
-
eventName$jscomp$
|
12482
|
+
var eventName$jscomp$inline_1628 =
|
12483
|
+
simpleEventPluginEvents[i$jscomp$inline_1627],
|
12484
|
+
domEventName$jscomp$inline_1629 =
|
12485
|
+
eventName$jscomp$inline_1628.toLowerCase(),
|
12486
|
+
capitalizedEvent$jscomp$inline_1630 =
|
12487
|
+
eventName$jscomp$inline_1628[0].toUpperCase() +
|
12488
|
+
eventName$jscomp$inline_1628.slice(1);
|
12517
12489
|
registerSimpleEvent(
|
12518
|
-
domEventName$jscomp$
|
12519
|
-
"on" + capitalizedEvent$jscomp$
|
12490
|
+
domEventName$jscomp$inline_1629,
|
12491
|
+
"on" + capitalizedEvent$jscomp$inline_1630
|
12520
12492
|
);
|
12521
12493
|
}
|
12522
12494
|
registerSimpleEvent(ANIMATION_END, "onAnimationEnd");
|
@@ -14287,51 +14259,38 @@ function isSingletonScope(type) {
|
|
14287
14259
|
}
|
14288
14260
|
function clearSuspenseBoundary(parentInstance, suspenseInstance) {
|
14289
14261
|
var node = suspenseInstance,
|
14290
|
-
possiblePreambleContribution = 0,
|
14291
14262
|
depth = 0;
|
14292
14263
|
do {
|
14293
14264
|
var nextNode = node.nextSibling;
|
14294
14265
|
parentInstance.removeChild(node);
|
14295
14266
|
if (nextNode && 8 === nextNode.nodeType)
|
14296
14267
|
if (((node = nextNode.data), "/$" === node)) {
|
14297
|
-
if (
|
14298
|
-
0 < possiblePreambleContribution &&
|
14299
|
-
8 > possiblePreambleContribution
|
14300
|
-
) {
|
14301
|
-
node = possiblePreambleContribution;
|
14302
|
-
var ownerDocument = parentInstance.ownerDocument;
|
14303
|
-
node & 1 && releaseSingletonInstance(ownerDocument.documentElement);
|
14304
|
-
node & 2 && releaseSingletonInstance(ownerDocument.body);
|
14305
|
-
if (node & 4)
|
14306
|
-
for (
|
14307
|
-
node = ownerDocument.head,
|
14308
|
-
releaseSingletonInstance(node),
|
14309
|
-
ownerDocument = node.firstChild;
|
14310
|
-
ownerDocument;
|
14311
|
-
|
14312
|
-
) {
|
14313
|
-
var nextNode$jscomp$0 = ownerDocument.nextSibling,
|
14314
|
-
nodeName = ownerDocument.nodeName;
|
14315
|
-
ownerDocument[internalHoistableMarker] ||
|
14316
|
-
"SCRIPT" === nodeName ||
|
14317
|
-
"STYLE" === nodeName ||
|
14318
|
-
("LINK" === nodeName &&
|
14319
|
-
"stylesheet" === ownerDocument.rel.toLowerCase()) ||
|
14320
|
-
node.removeChild(ownerDocument);
|
14321
|
-
ownerDocument = nextNode$jscomp$0;
|
14322
|
-
}
|
14323
|
-
}
|
14324
14268
|
if (0 === depth) {
|
14325
14269
|
parentInstance.removeChild(nextNode);
|
14326
14270
|
retryIfBlockedOn(suspenseInstance);
|
14327
14271
|
return;
|
14328
14272
|
}
|
14329
14273
|
depth--;
|
14274
|
+
} else if ("$" === node || "$?" === node || "$!" === node) depth++;
|
14275
|
+
else if ("html" === node)
|
14276
|
+
releaseSingletonInstance(parentInstance.ownerDocument.documentElement);
|
14277
|
+
else if ("head" === node) {
|
14278
|
+
node = parentInstance.ownerDocument.head;
|
14279
|
+
releaseSingletonInstance(node);
|
14280
|
+
for (var node$jscomp$0 = node.firstChild; node$jscomp$0; ) {
|
14281
|
+
var nextNode$jscomp$0 = node$jscomp$0.nextSibling,
|
14282
|
+
nodeName = node$jscomp$0.nodeName;
|
14283
|
+
node$jscomp$0[internalHoistableMarker] ||
|
14284
|
+
"SCRIPT" === nodeName ||
|
14285
|
+
"STYLE" === nodeName ||
|
14286
|
+
("LINK" === nodeName &&
|
14287
|
+
"stylesheet" === node$jscomp$0.rel.toLowerCase()) ||
|
14288
|
+
node.removeChild(node$jscomp$0);
|
14289
|
+
node$jscomp$0 = nextNode$jscomp$0;
|
14290
|
+
}
|
14330
14291
|
} else
|
14331
|
-
"
|
14332
|
-
|
14333
|
-
: (possiblePreambleContribution = node.charCodeAt(0) - 48);
|
14334
|
-
else possiblePreambleContribution = 0;
|
14292
|
+
"body" === node &&
|
14293
|
+
releaseSingletonInstance(parentInstance.ownerDocument.body);
|
14335
14294
|
node = nextNode;
|
14336
14295
|
} while (node);
|
14337
14296
|
retryIfBlockedOn(suspenseInstance);
|
@@ -14816,26 +14775,26 @@ function getResource(type, currentProps, pendingProps, currentResource) {
|
|
14816
14775
|
"string" === typeof pendingProps.precedence
|
14817
14776
|
) {
|
14818
14777
|
type = getStyleKey(pendingProps.href);
|
14819
|
-
var styles$
|
14778
|
+
var styles$263 = getResourcesFromRoot(
|
14820
14779
|
JSCompiler_inline_result
|
14821
14780
|
).hoistableStyles,
|
14822
|
-
resource$
|
14823
|
-
resource$
|
14781
|
+
resource$264 = styles$263.get(type);
|
14782
|
+
resource$264 ||
|
14824
14783
|
((JSCompiler_inline_result =
|
14825
14784
|
JSCompiler_inline_result.ownerDocument || JSCompiler_inline_result),
|
14826
|
-
(resource$
|
14785
|
+
(resource$264 = {
|
14827
14786
|
type: "stylesheet",
|
14828
14787
|
instance: null,
|
14829
14788
|
count: 0,
|
14830
14789
|
state: { loading: 0, preload: null }
|
14831
14790
|
}),
|
14832
|
-
styles$
|
14833
|
-
(styles$
|
14791
|
+
styles$263.set(type, resource$264),
|
14792
|
+
(styles$263 = JSCompiler_inline_result.querySelector(
|
14834
14793
|
getStylesheetSelectorFromKey(type)
|
14835
14794
|
)) &&
|
14836
|
-
!styles$
|
14837
|
-
((resource$
|
14838
|
-
(resource$
|
14795
|
+
!styles$263._p &&
|
14796
|
+
((resource$264.instance = styles$263),
|
14797
|
+
(resource$264.state.loading = 5)),
|
14839
14798
|
preloadPropsMap.has(type) ||
|
14840
14799
|
((pendingProps = {
|
14841
14800
|
rel: "preload",
|
@@ -14848,16 +14807,16 @@ function getResource(type, currentProps, pendingProps, currentResource) {
|
|
14848
14807
|
referrerPolicy: pendingProps.referrerPolicy
|
14849
14808
|
}),
|
14850
14809
|
preloadPropsMap.set(type, pendingProps),
|
14851
|
-
styles$
|
14810
|
+
styles$263 ||
|
14852
14811
|
preloadStylesheet(
|
14853
14812
|
JSCompiler_inline_result,
|
14854
14813
|
type,
|
14855
14814
|
pendingProps,
|
14856
|
-
resource$
|
14815
|
+
resource$264.state
|
14857
14816
|
)));
|
14858
14817
|
if (currentProps && null === currentResource)
|
14859
14818
|
throw Error(formatProdErrorMessage(528, ""));
|
14860
|
-
return resource$
|
14819
|
+
return resource$264;
|
14861
14820
|
}
|
14862
14821
|
if (currentProps && null !== currentResource)
|
14863
14822
|
throw Error(formatProdErrorMessage(529, ""));
|
@@ -14954,37 +14913,37 @@ function acquireResource(hoistableRoot, resource, props) {
|
|
14954
14913
|
return (resource.instance = instance);
|
14955
14914
|
case "stylesheet":
|
14956
14915
|
styleProps = getStyleKey(props.href);
|
14957
|
-
var instance$
|
14916
|
+
var instance$269 = hoistableRoot.querySelector(
|
14958
14917
|
getStylesheetSelectorFromKey(styleProps)
|
14959
14918
|
);
|
14960
|
-
if (instance$
|
14919
|
+
if (instance$269)
|
14961
14920
|
return (
|
14962
14921
|
(resource.state.loading |= 4),
|
14963
|
-
(resource.instance = instance$
|
14964
|
-
markNodeAsHoistable(instance$
|
14965
|
-
instance$
|
14922
|
+
(resource.instance = instance$269),
|
14923
|
+
markNodeAsHoistable(instance$269),
|
14924
|
+
instance$269
|
14966
14925
|
);
|
14967
14926
|
instance = stylesheetPropsFromRawProps(props);
|
14968
14927
|
(styleProps = preloadPropsMap.get(styleProps)) &&
|
14969
14928
|
adoptPreloadPropsForStylesheet(instance, styleProps);
|
14970
|
-
instance$
|
14929
|
+
instance$269 = (
|
14971
14930
|
hoistableRoot.ownerDocument || hoistableRoot
|
14972
14931
|
).createElement("link");
|
14973
|
-
markNodeAsHoistable(instance$
|
14974
|
-
var linkInstance = instance$
|
14932
|
+
markNodeAsHoistable(instance$269);
|
14933
|
+
var linkInstance = instance$269;
|
14975
14934
|
linkInstance._p = new Promise(function (resolve, reject) {
|
14976
14935
|
linkInstance.onload = resolve;
|
14977
14936
|
linkInstance.onerror = reject;
|
14978
14937
|
});
|
14979
|
-
setInitialProperties(instance$
|
14938
|
+
setInitialProperties(instance$269, "link", instance);
|
14980
14939
|
resource.state.loading |= 4;
|
14981
|
-
insertStylesheet(instance$
|
14982
|
-
return (resource.instance = instance$
|
14940
|
+
insertStylesheet(instance$269, props.precedence, hoistableRoot);
|
14941
|
+
return (resource.instance = instance$269);
|
14983
14942
|
case "script":
|
14984
|
-
instance$
|
14943
|
+
instance$269 = getScriptKey(props.src);
|
14985
14944
|
if (
|
14986
14945
|
(styleProps = hoistableRoot.querySelector(
|
14987
|
-
getScriptSelectorFromKey(instance$
|
14946
|
+
getScriptSelectorFromKey(instance$269)
|
14988
14947
|
))
|
14989
14948
|
)
|
14990
14949
|
return (
|
@@ -14993,7 +14952,7 @@ function acquireResource(hoistableRoot, resource, props) {
|
|
14993
14952
|
styleProps
|
14994
14953
|
);
|
14995
14954
|
instance = props;
|
14996
|
-
if ((styleProps = preloadPropsMap.get(instance$
|
14955
|
+
if ((styleProps = preloadPropsMap.get(instance$269)))
|
14997
14956
|
(instance = assign({}, props)),
|
14998
14957
|
adoptPreloadPropsForScript(instance, styleProps);
|
14999
14958
|
hoistableRoot = hoistableRoot.ownerDocument || hoistableRoot;
|
@@ -16031,16 +15990,16 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
|
|
16031
15990
|
0 === i && attemptExplicitHydrationTarget(target);
|
16032
15991
|
}
|
16033
15992
|
};
|
16034
|
-
var isomorphicReactPackageVersion$jscomp$
|
15993
|
+
var isomorphicReactPackageVersion$jscomp$inline_1886 = React.version;
|
16035
15994
|
if (
|
16036
|
-
"19.2.0-canary-
|
16037
|
-
isomorphicReactPackageVersion$jscomp$
|
15995
|
+
"19.2.0-canary-39cad7af-20250411" !==
|
15996
|
+
isomorphicReactPackageVersion$jscomp$inline_1886
|
16038
15997
|
)
|
16039
15998
|
throw Error(
|
16040
15999
|
formatProdErrorMessage(
|
16041
16000
|
527,
|
16042
|
-
isomorphicReactPackageVersion$jscomp$
|
16043
|
-
"19.2.0-canary-
|
16001
|
+
isomorphicReactPackageVersion$jscomp$inline_1886,
|
16002
|
+
"19.2.0-canary-39cad7af-20250411"
|
16044
16003
|
)
|
16045
16004
|
);
|
16046
16005
|
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
@@ -16060,17 +16019,17 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
|
16060
16019
|
null === componentOrElement ? null : componentOrElement.stateNode;
|
16061
16020
|
return componentOrElement;
|
16062
16021
|
};
|
16063
|
-
var internals$jscomp$
|
16022
|
+
var internals$jscomp$inline_1893 = {
|
16064
16023
|
bundleType: 0,
|
16065
|
-
version: "19.2.0-canary-
|
16024
|
+
version: "19.2.0-canary-39cad7af-20250411",
|
16066
16025
|
rendererPackageName: "react-dom",
|
16067
16026
|
currentDispatcherRef: ReactSharedInternals,
|
16068
|
-
reconcilerVersion: "19.2.0-canary-
|
16027
|
+
reconcilerVersion: "19.2.0-canary-39cad7af-20250411",
|
16069
16028
|
getLaneLabelMap: function () {
|
16070
16029
|
for (
|
16071
|
-
var map = new Map(), lane = 1, index$
|
16072
|
-
31 > index$
|
16073
|
-
index$
|
16030
|
+
var map = new Map(), lane = 1, index$286 = 0;
|
16031
|
+
31 > index$286;
|
16032
|
+
index$286++
|
16074
16033
|
) {
|
16075
16034
|
var label = getLabelForLane(lane);
|
16076
16035
|
map.set(lane, label);
|
@@ -16083,16 +16042,16 @@ var internals$jscomp$inline_1889 = {
|
|
16083
16042
|
}
|
16084
16043
|
};
|
16085
16044
|
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
16086
|
-
var hook$jscomp$
|
16045
|
+
var hook$jscomp$inline_2328 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
16087
16046
|
if (
|
16088
|
-
!hook$jscomp$
|
16089
|
-
hook$jscomp$
|
16047
|
+
!hook$jscomp$inline_2328.isDisabled &&
|
16048
|
+
hook$jscomp$inline_2328.supportsFiber
|
16090
16049
|
)
|
16091
16050
|
try {
|
16092
|
-
(rendererID = hook$jscomp$
|
16093
|
-
internals$jscomp$
|
16051
|
+
(rendererID = hook$jscomp$inline_2328.inject(
|
16052
|
+
internals$jscomp$inline_1893
|
16094
16053
|
)),
|
16095
|
-
(injectedHook = hook$jscomp$
|
16054
|
+
(injectedHook = hook$jscomp$inline_2328);
|
16096
16055
|
} catch (err) {}
|
16097
16056
|
}
|
16098
16057
|
function noop() {}
|
@@ -16345,7 +16304,7 @@ exports.useFormState = function (action, initialState, permalink) {
|
|
16345
16304
|
exports.useFormStatus = function () {
|
16346
16305
|
return ReactSharedInternals.H.useHostTransitionStatus();
|
16347
16306
|
};
|
16348
|
-
exports.version = "19.2.0-canary-
|
16307
|
+
exports.version = "19.2.0-canary-39cad7af-20250411";
|
16349
16308
|
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
16350
16309
|
"function" ===
|
16351
16310
|
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|