mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Add Gesture Track in Performance Tab (#34546)
DiffTrain build for [05b61f812a](https://github.com/facebook/react/commit/05b61f812a2070276c5db0d2107808a6161632fc)
This commit is contained in:
@@ -1 +1 @@
|
||||
e0c421ab71e26c05afe506662a4574070c13d131
|
||||
05b61f812a2070276c5db0d2107808a6161632fc
|
||||
|
||||
@@ -1 +1 @@
|
||||
e0c421ab71e26c05afe506662a4574070c13d131
|
||||
05b61f812a2070276c5db0d2107808a6161632fc
|
||||
|
||||
@@ -1419,7 +1419,7 @@ __DEV__ &&
|
||||
exports.useTransition = function () {
|
||||
return resolveDispatcher().useTransition();
|
||||
};
|
||||
exports.version = "19.2.0-www-classic-e0c421ab-20250924";
|
||||
exports.version = "19.2.0-www-classic-05b61f81-20250924";
|
||||
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
||||
"function" ===
|
||||
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
||||
|
||||
@@ -1419,7 +1419,7 @@ __DEV__ &&
|
||||
exports.useTransition = function () {
|
||||
return resolveDispatcher().useTransition();
|
||||
};
|
||||
exports.version = "19.2.0-www-modern-e0c421ab-20250924";
|
||||
exports.version = "19.2.0-www-modern-05b61f81-20250924";
|
||||
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
||||
"function" ===
|
||||
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
||||
|
||||
@@ -602,4 +602,4 @@ exports.useSyncExternalStore = function (
|
||||
exports.useTransition = function () {
|
||||
return ReactSharedInternals.H.useTransition();
|
||||
};
|
||||
exports.version = "19.2.0-www-classic-e0c421ab-20250924";
|
||||
exports.version = "19.2.0-www-classic-05b61f81-20250924";
|
||||
|
||||
@@ -602,4 +602,4 @@ exports.useSyncExternalStore = function (
|
||||
exports.useTransition = function () {
|
||||
return ReactSharedInternals.H.useTransition();
|
||||
};
|
||||
exports.version = "19.2.0-www-modern-e0c421ab-20250924";
|
||||
exports.version = "19.2.0-www-modern-05b61f81-20250924";
|
||||
|
||||
@@ -606,7 +606,7 @@ exports.useSyncExternalStore = function (
|
||||
exports.useTransition = function () {
|
||||
return ReactSharedInternals.H.useTransition();
|
||||
};
|
||||
exports.version = "19.2.0-www-classic-e0c421ab-20250924";
|
||||
exports.version = "19.2.0-www-classic-05b61f81-20250924";
|
||||
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
||||
"function" ===
|
||||
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
||||
|
||||
@@ -606,7 +606,7 @@ exports.useSyncExternalStore = function (
|
||||
exports.useTransition = function () {
|
||||
return ReactSharedInternals.H.useTransition();
|
||||
};
|
||||
exports.version = "19.2.0-www-modern-e0c421ab-20250924";
|
||||
exports.version = "19.2.0-www-modern-05b61f81-20250924";
|
||||
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
||||
"function" ===
|
||||
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
||||
|
||||
@@ -1423,15 +1423,17 @@ __DEV__ &&
|
||||
}
|
||||
function setCurrentTrackFromLanes(lanes) {
|
||||
currentTrack =
|
||||
lanes & 127
|
||||
lanes & 63
|
||||
? "Blocking"
|
||||
: lanes & 4194176
|
||||
? "Transition"
|
||||
: lanes & 62914560
|
||||
? "Suspense"
|
||||
: lanes & 2080374784
|
||||
? "Idle"
|
||||
: "Other";
|
||||
: lanes & 64
|
||||
? "Gesture"
|
||||
: lanes & 4194176
|
||||
? "Transition"
|
||||
: lanes & 62914560
|
||||
? "Suspense"
|
||||
: lanes & 2080374784
|
||||
? "Idle"
|
||||
: "Other";
|
||||
}
|
||||
function logComponentTrigger(fiber, startTime, endTime, trigger) {
|
||||
supportsUserTiming &&
|
||||
@@ -16496,11 +16498,6 @@ __DEV__ &&
|
||||
var task = animatingTask;
|
||||
animatingLanes &= ~lanes;
|
||||
animatingTask = null;
|
||||
0 !== (lanes & 127) &&
|
||||
0 === (workInProgressRootRenderLanes & 127) &&
|
||||
0 === (pendingEffectsLanes & 127) &&
|
||||
(setCurrentTrackFromLanes(2),
|
||||
logAnimatingPhase(blockingClampTime, now$1(), task));
|
||||
0 !== (lanes & 4194048) &&
|
||||
0 === (workInProgressRootRenderLanes & 4194048) &&
|
||||
0 === (pendingEffectsLanes & 4194048) &&
|
||||
@@ -20227,10 +20224,10 @@ __DEV__ &&
|
||||
(function () {
|
||||
var internals = {
|
||||
bundleType: 1,
|
||||
version: "19.2.0-www-classic-e0c421ab-20250924",
|
||||
version: "19.2.0-www-classic-05b61f81-20250924",
|
||||
rendererPackageName: "react-art",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-www-classic-e0c421ab-20250924"
|
||||
reconcilerVersion: "19.2.0-www-classic-05b61f81-20250924"
|
||||
};
|
||||
internals.overrideHookState = overrideHookState;
|
||||
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
|
||||
@@ -20264,7 +20261,7 @@ __DEV__ &&
|
||||
exports.Shape = Shape;
|
||||
exports.Surface = Surface;
|
||||
exports.Text = Text;
|
||||
exports.version = "19.2.0-www-classic-e0c421ab-20250924";
|
||||
exports.version = "19.2.0-www-classic-05b61f81-20250924";
|
||||
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
||||
"function" ===
|
||||
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
||||
|
||||
@@ -1329,15 +1329,17 @@ __DEV__ &&
|
||||
}
|
||||
function setCurrentTrackFromLanes(lanes) {
|
||||
currentTrack =
|
||||
lanes & 127
|
||||
lanes & 63
|
||||
? "Blocking"
|
||||
: lanes & 4194176
|
||||
? "Transition"
|
||||
: lanes & 62914560
|
||||
? "Suspense"
|
||||
: lanes & 2080374784
|
||||
? "Idle"
|
||||
: "Other";
|
||||
: lanes & 64
|
||||
? "Gesture"
|
||||
: lanes & 4194176
|
||||
? "Transition"
|
||||
: lanes & 62914560
|
||||
? "Suspense"
|
||||
: lanes & 2080374784
|
||||
? "Idle"
|
||||
: "Other";
|
||||
}
|
||||
function logComponentTrigger(fiber, startTime, endTime, trigger) {
|
||||
supportsUserTiming &&
|
||||
@@ -16309,11 +16311,6 @@ __DEV__ &&
|
||||
var task = animatingTask;
|
||||
animatingLanes &= ~lanes;
|
||||
animatingTask = null;
|
||||
0 !== (lanes & 127) &&
|
||||
0 === (workInProgressRootRenderLanes & 127) &&
|
||||
0 === (pendingEffectsLanes & 127) &&
|
||||
(setCurrentTrackFromLanes(2),
|
||||
logAnimatingPhase(blockingClampTime, now$1(), task));
|
||||
0 !== (lanes & 4194048) &&
|
||||
0 === (workInProgressRootRenderLanes & 4194048) &&
|
||||
0 === (pendingEffectsLanes & 4194048) &&
|
||||
@@ -19998,10 +19995,10 @@ __DEV__ &&
|
||||
(function () {
|
||||
var internals = {
|
||||
bundleType: 1,
|
||||
version: "19.2.0-www-modern-e0c421ab-20250924",
|
||||
version: "19.2.0-www-modern-05b61f81-20250924",
|
||||
rendererPackageName: "react-art",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-www-modern-e0c421ab-20250924"
|
||||
reconcilerVersion: "19.2.0-www-modern-05b61f81-20250924"
|
||||
};
|
||||
internals.overrideHookState = overrideHookState;
|
||||
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
|
||||
@@ -20035,7 +20032,7 @@ __DEV__ &&
|
||||
exports.Shape = Shape;
|
||||
exports.Surface = Surface;
|
||||
exports.Text = Text;
|
||||
exports.version = "19.2.0-www-modern-e0c421ab-20250924";
|
||||
exports.version = "19.2.0-www-modern-05b61f81-20250924";
|
||||
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
||||
"function" ===
|
||||
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
||||
|
||||
@@ -11428,10 +11428,10 @@ var slice = Array.prototype.slice,
|
||||
})(React.Component);
|
||||
var internals$jscomp$inline_1645 = {
|
||||
bundleType: 0,
|
||||
version: "19.2.0-www-classic-e0c421ab-20250924",
|
||||
version: "19.2.0-www-classic-05b61f81-20250924",
|
||||
rendererPackageName: "react-art",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-www-classic-e0c421ab-20250924"
|
||||
reconcilerVersion: "19.2.0-www-classic-05b61f81-20250924"
|
||||
};
|
||||
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
||||
var hook$jscomp$inline_1646 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
||||
@@ -11457,4 +11457,4 @@ exports.RadialGradient = RadialGradient;
|
||||
exports.Shape = TYPES.SHAPE;
|
||||
exports.Surface = Surface;
|
||||
exports.Text = Text;
|
||||
exports.version = "19.2.0-www-classic-e0c421ab-20250924";
|
||||
exports.version = "19.2.0-www-classic-05b61f81-20250924";
|
||||
|
||||
@@ -11140,10 +11140,10 @@ var slice = Array.prototype.slice,
|
||||
})(React.Component);
|
||||
var internals$jscomp$inline_1618 = {
|
||||
bundleType: 0,
|
||||
version: "19.2.0-www-modern-e0c421ab-20250924",
|
||||
version: "19.2.0-www-modern-05b61f81-20250924",
|
||||
rendererPackageName: "react-art",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-www-modern-e0c421ab-20250924"
|
||||
reconcilerVersion: "19.2.0-www-modern-05b61f81-20250924"
|
||||
};
|
||||
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
||||
var hook$jscomp$inline_1619 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
||||
@@ -11169,4 +11169,4 @@ exports.RadialGradient = RadialGradient;
|
||||
exports.Shape = TYPES.SHAPE;
|
||||
exports.Surface = Surface;
|
||||
exports.Text = Text;
|
||||
exports.version = "19.2.0-www-modern-e0c421ab-20250924";
|
||||
exports.version = "19.2.0-www-modern-05b61f81-20250924";
|
||||
|
||||
@@ -3940,15 +3940,17 @@ __DEV__ &&
|
||||
}
|
||||
function setCurrentTrackFromLanes(lanes) {
|
||||
currentTrack =
|
||||
lanes & 127
|
||||
lanes & 63
|
||||
? "Blocking"
|
||||
: lanes & 4194176
|
||||
? "Transition"
|
||||
: lanes & 62914560
|
||||
? "Suspense"
|
||||
: lanes & 2080374784
|
||||
? "Idle"
|
||||
: "Other";
|
||||
: lanes & 64
|
||||
? "Gesture"
|
||||
: lanes & 4194176
|
||||
? "Transition"
|
||||
: lanes & 62914560
|
||||
? "Suspense"
|
||||
: lanes & 2080374784
|
||||
? "Idle"
|
||||
: "Other";
|
||||
}
|
||||
function logComponentTrigger(fiber, startTime, endTime, trigger) {
|
||||
supportsUserTiming &&
|
||||
@@ -10992,24 +10994,24 @@ __DEV__ &&
|
||||
return current;
|
||||
}
|
||||
function updateSuspenseComponent(current, workInProgress, renderLanes) {
|
||||
var JSCompiler_object_inline_digest_3069;
|
||||
var JSCompiler_object_inline_stack_3070 = workInProgress.pendingProps;
|
||||
var JSCompiler_object_inline_digest_3087;
|
||||
var JSCompiler_object_inline_stack_3088 = workInProgress.pendingProps;
|
||||
shouldSuspendImpl(workInProgress) && (workInProgress.flags |= 128);
|
||||
var JSCompiler_object_inline_message_3068 = !1;
|
||||
var JSCompiler_object_inline_message_3086 = !1;
|
||||
var didSuspend = 0 !== (workInProgress.flags & 128);
|
||||
(JSCompiler_object_inline_digest_3069 = didSuspend) ||
|
||||
(JSCompiler_object_inline_digest_3069 =
|
||||
(JSCompiler_object_inline_digest_3087 = didSuspend) ||
|
||||
(JSCompiler_object_inline_digest_3087 =
|
||||
null !== current && null === current.memoizedState
|
||||
? !1
|
||||
: 0 !== (suspenseStackCursor.current & ForceSuspenseFallback));
|
||||
JSCompiler_object_inline_digest_3069 &&
|
||||
((JSCompiler_object_inline_message_3068 = !0),
|
||||
JSCompiler_object_inline_digest_3087 &&
|
||||
((JSCompiler_object_inline_message_3086 = !0),
|
||||
(workInProgress.flags &= -129));
|
||||
JSCompiler_object_inline_digest_3069 = 0 !== (workInProgress.flags & 32);
|
||||
JSCompiler_object_inline_digest_3087 = 0 !== (workInProgress.flags & 32);
|
||||
workInProgress.flags &= -33;
|
||||
if (null === current) {
|
||||
if (isHydrating) {
|
||||
JSCompiler_object_inline_message_3068
|
||||
JSCompiler_object_inline_message_3086
|
||||
? pushPrimaryTreeSuspenseHandler(workInProgress)
|
||||
: reuseSuspenseHandlerOnStack(workInProgress);
|
||||
(current = nextHydratableInstance)
|
||||
@@ -11022,18 +11024,18 @@ __DEV__ &&
|
||||
? renderLanes
|
||||
: null),
|
||||
null !== renderLanes &&
|
||||
((JSCompiler_object_inline_digest_3069 = {
|
||||
((JSCompiler_object_inline_digest_3087 = {
|
||||
dehydrated: renderLanes,
|
||||
treeContext: getSuspendedTreeContext(),
|
||||
retryLane: 536870912,
|
||||
hydrationErrors: null
|
||||
}),
|
||||
(workInProgress.memoizedState =
|
||||
JSCompiler_object_inline_digest_3069),
|
||||
(JSCompiler_object_inline_digest_3069 =
|
||||
JSCompiler_object_inline_digest_3087),
|
||||
(JSCompiler_object_inline_digest_3087 =
|
||||
createFiberFromDehydratedFragment(renderLanes)),
|
||||
(JSCompiler_object_inline_digest_3069.return = workInProgress),
|
||||
(workInProgress.child = JSCompiler_object_inline_digest_3069),
|
||||
(JSCompiler_object_inline_digest_3087.return = workInProgress),
|
||||
(workInProgress.child = JSCompiler_object_inline_digest_3087),
|
||||
(hydrationParentFiber = workInProgress),
|
||||
(nextHydratableInstance = null)))
|
||||
: (renderLanes = null);
|
||||
@@ -11047,9 +11049,9 @@ __DEV__ &&
|
||||
: (workInProgress.lanes = 536870912);
|
||||
return null;
|
||||
}
|
||||
var nextPrimaryChildren = JSCompiler_object_inline_stack_3070.children,
|
||||
nextFallbackChildren = JSCompiler_object_inline_stack_3070.fallback;
|
||||
if (JSCompiler_object_inline_message_3068)
|
||||
var nextPrimaryChildren = JSCompiler_object_inline_stack_3088.children,
|
||||
nextFallbackChildren = JSCompiler_object_inline_stack_3088.fallback;
|
||||
if (JSCompiler_object_inline_message_3086)
|
||||
return (
|
||||
reuseSuspenseHandlerOnStack(workInProgress),
|
||||
mountSuspenseFallbackChildren(
|
||||
@@ -11058,13 +11060,13 @@ __DEV__ &&
|
||||
nextFallbackChildren,
|
||||
renderLanes
|
||||
),
|
||||
(JSCompiler_object_inline_stack_3070 = workInProgress.child),
|
||||
(JSCompiler_object_inline_stack_3070.memoizedState =
|
||||
(JSCompiler_object_inline_stack_3088 = workInProgress.child),
|
||||
(JSCompiler_object_inline_stack_3088.memoizedState =
|
||||
mountSuspenseOffscreenState(renderLanes)),
|
||||
(JSCompiler_object_inline_stack_3070.childLanes =
|
||||
(JSCompiler_object_inline_stack_3088.childLanes =
|
||||
getRemainingWorkInPrimaryTree(
|
||||
current,
|
||||
JSCompiler_object_inline_digest_3069,
|
||||
JSCompiler_object_inline_digest_3087,
|
||||
renderLanes
|
||||
)),
|
||||
(workInProgress.memoizedState = SUSPENDED_MARKER),
|
||||
@@ -11076,20 +11078,20 @@ __DEV__ &&
|
||||
((current = enableTransitionTracing
|
||||
? markerInstanceStack.current
|
||||
: null),
|
||||
(renderLanes = JSCompiler_object_inline_stack_3070.updateQueue),
|
||||
(renderLanes = JSCompiler_object_inline_stack_3088.updateQueue),
|
||||
null === renderLanes
|
||||
? (JSCompiler_object_inline_stack_3070.updateQueue = {
|
||||
? (JSCompiler_object_inline_stack_3088.updateQueue = {
|
||||
transitions: workInProgress,
|
||||
markerInstances: current,
|
||||
retryQueue: null
|
||||
})
|
||||
: ((renderLanes.transitions = workInProgress),
|
||||
(renderLanes.markerInstances = current)))),
|
||||
bailoutOffscreenComponent(null, JSCompiler_object_inline_stack_3070)
|
||||
bailoutOffscreenComponent(null, JSCompiler_object_inline_stack_3088)
|
||||
);
|
||||
if (
|
||||
"number" ===
|
||||
typeof JSCompiler_object_inline_stack_3070.unstable_expectedLoadTime
|
||||
typeof JSCompiler_object_inline_stack_3088.unstable_expectedLoadTime
|
||||
)
|
||||
return (
|
||||
reuseSuspenseHandlerOnStack(workInProgress),
|
||||
@@ -11099,18 +11101,18 @@ __DEV__ &&
|
||||
nextFallbackChildren,
|
||||
renderLanes
|
||||
),
|
||||
(JSCompiler_object_inline_stack_3070 = workInProgress.child),
|
||||
(JSCompiler_object_inline_stack_3070.memoizedState =
|
||||
(JSCompiler_object_inline_stack_3088 = workInProgress.child),
|
||||
(JSCompiler_object_inline_stack_3088.memoizedState =
|
||||
mountSuspenseOffscreenState(renderLanes)),
|
||||
(JSCompiler_object_inline_stack_3070.childLanes =
|
||||
(JSCompiler_object_inline_stack_3088.childLanes =
|
||||
getRemainingWorkInPrimaryTree(
|
||||
current,
|
||||
JSCompiler_object_inline_digest_3069,
|
||||
JSCompiler_object_inline_digest_3087,
|
||||
renderLanes
|
||||
)),
|
||||
(workInProgress.memoizedState = SUSPENDED_MARKER),
|
||||
(workInProgress.lanes = 4194304),
|
||||
bailoutOffscreenComponent(null, JSCompiler_object_inline_stack_3070)
|
||||
bailoutOffscreenComponent(null, JSCompiler_object_inline_stack_3088)
|
||||
);
|
||||
pushPrimaryTreeSuspenseHandler(workInProgress);
|
||||
return mountSuspensePrimaryChildren(
|
||||
@@ -11120,8 +11122,8 @@ __DEV__ &&
|
||||
}
|
||||
var prevState = current.memoizedState;
|
||||
if (null !== prevState) {
|
||||
var JSCompiler_object_inline_componentStack_3071 = prevState.dehydrated;
|
||||
if (null !== JSCompiler_object_inline_componentStack_3071) {
|
||||
var JSCompiler_object_inline_componentStack_3089 = prevState.dehydrated;
|
||||
if (null !== JSCompiler_object_inline_componentStack_3089) {
|
||||
if (didSuspend)
|
||||
workInProgress.flags & 256
|
||||
? (pushPrimaryTreeSuspenseHandler(workInProgress),
|
||||
@@ -11138,13 +11140,13 @@ __DEV__ &&
|
||||
(workInProgress = null))
|
||||
: (reuseSuspenseHandlerOnStack(workInProgress),
|
||||
(nextPrimaryChildren =
|
||||
JSCompiler_object_inline_stack_3070.fallback),
|
||||
JSCompiler_object_inline_stack_3088.fallback),
|
||||
(nextFallbackChildren = workInProgress.mode),
|
||||
(JSCompiler_object_inline_stack_3070 =
|
||||
(JSCompiler_object_inline_stack_3088 =
|
||||
mountWorkInProgressOffscreenFiber(
|
||||
{
|
||||
mode: "visible",
|
||||
children: JSCompiler_object_inline_stack_3070.children
|
||||
children: JSCompiler_object_inline_stack_3088.children
|
||||
},
|
||||
nextFallbackChildren
|
||||
)),
|
||||
@@ -11155,30 +11157,30 @@ __DEV__ &&
|
||||
null
|
||||
)),
|
||||
(nextPrimaryChildren.flags |= 2),
|
||||
(JSCompiler_object_inline_stack_3070.return = workInProgress),
|
||||
(JSCompiler_object_inline_stack_3088.return = workInProgress),
|
||||
(nextPrimaryChildren.return = workInProgress),
|
||||
(JSCompiler_object_inline_stack_3070.sibling =
|
||||
(JSCompiler_object_inline_stack_3088.sibling =
|
||||
nextPrimaryChildren),
|
||||
(workInProgress.child = JSCompiler_object_inline_stack_3070),
|
||||
(workInProgress.child = JSCompiler_object_inline_stack_3088),
|
||||
reconcileChildFibers(
|
||||
workInProgress,
|
||||
current.child,
|
||||
null,
|
||||
renderLanes
|
||||
),
|
||||
(JSCompiler_object_inline_stack_3070 = workInProgress.child),
|
||||
(JSCompiler_object_inline_stack_3070.memoizedState =
|
||||
(JSCompiler_object_inline_stack_3088 = workInProgress.child),
|
||||
(JSCompiler_object_inline_stack_3088.memoizedState =
|
||||
mountSuspenseOffscreenState(renderLanes)),
|
||||
(JSCompiler_object_inline_stack_3070.childLanes =
|
||||
(JSCompiler_object_inline_stack_3088.childLanes =
|
||||
getRemainingWorkInPrimaryTree(
|
||||
current,
|
||||
JSCompiler_object_inline_digest_3069,
|
||||
JSCompiler_object_inline_digest_3087,
|
||||
renderLanes
|
||||
)),
|
||||
(workInProgress.memoizedState = SUSPENDED_MARKER),
|
||||
(workInProgress = bailoutOffscreenComponent(
|
||||
null,
|
||||
JSCompiler_object_inline_stack_3070
|
||||
JSCompiler_object_inline_stack_3088
|
||||
)));
|
||||
else if (
|
||||
(pushPrimaryTreeSuspenseHandler(workInProgress),
|
||||
@@ -11186,45 +11188,45 @@ __DEV__ &&
|
||||
0 !== (renderLanes & 536870912) &&
|
||||
markRenderDerivedCause(workInProgress),
|
||||
isSuspenseInstanceFallback(
|
||||
JSCompiler_object_inline_componentStack_3071
|
||||
JSCompiler_object_inline_componentStack_3089
|
||||
))
|
||||
) {
|
||||
JSCompiler_object_inline_digest_3069 =
|
||||
JSCompiler_object_inline_componentStack_3071.nextSibling &&
|
||||
JSCompiler_object_inline_componentStack_3071.nextSibling.dataset;
|
||||
if (JSCompiler_object_inline_digest_3069) {
|
||||
nextPrimaryChildren = JSCompiler_object_inline_digest_3069.dgst;
|
||||
var message = JSCompiler_object_inline_digest_3069.msg;
|
||||
nextFallbackChildren = JSCompiler_object_inline_digest_3069.stck;
|
||||
var componentStack = JSCompiler_object_inline_digest_3069.cstck;
|
||||
JSCompiler_object_inline_digest_3087 =
|
||||
JSCompiler_object_inline_componentStack_3089.nextSibling &&
|
||||
JSCompiler_object_inline_componentStack_3089.nextSibling.dataset;
|
||||
if (JSCompiler_object_inline_digest_3087) {
|
||||
nextPrimaryChildren = JSCompiler_object_inline_digest_3087.dgst;
|
||||
var message = JSCompiler_object_inline_digest_3087.msg;
|
||||
nextFallbackChildren = JSCompiler_object_inline_digest_3087.stck;
|
||||
var componentStack = JSCompiler_object_inline_digest_3087.cstck;
|
||||
}
|
||||
JSCompiler_object_inline_message_3068 = message;
|
||||
JSCompiler_object_inline_digest_3069 = nextPrimaryChildren;
|
||||
JSCompiler_object_inline_stack_3070 = nextFallbackChildren;
|
||||
JSCompiler_object_inline_componentStack_3071 = componentStack;
|
||||
nextPrimaryChildren = JSCompiler_object_inline_message_3068;
|
||||
nextFallbackChildren = JSCompiler_object_inline_componentStack_3071;
|
||||
JSCompiler_object_inline_message_3086 = message;
|
||||
JSCompiler_object_inline_digest_3087 = nextPrimaryChildren;
|
||||
JSCompiler_object_inline_stack_3088 = nextFallbackChildren;
|
||||
JSCompiler_object_inline_componentStack_3089 = componentStack;
|
||||
nextPrimaryChildren = JSCompiler_object_inline_message_3086;
|
||||
nextFallbackChildren = JSCompiler_object_inline_componentStack_3089;
|
||||
nextPrimaryChildren = nextPrimaryChildren
|
||||
? Error(nextPrimaryChildren)
|
||||
: Error(
|
||||
"The server could not finish this Suspense boundary, likely due to an error during server rendering. Switched to client rendering."
|
||||
);
|
||||
nextPrimaryChildren.stack =
|
||||
JSCompiler_object_inline_stack_3070 || "";
|
||||
nextPrimaryChildren.digest = JSCompiler_object_inline_digest_3069;
|
||||
JSCompiler_object_inline_digest_3069 =
|
||||
JSCompiler_object_inline_stack_3088 || "";
|
||||
nextPrimaryChildren.digest = JSCompiler_object_inline_digest_3087;
|
||||
JSCompiler_object_inline_digest_3087 =
|
||||
void 0 === nextFallbackChildren ? null : nextFallbackChildren;
|
||||
JSCompiler_object_inline_stack_3070 = {
|
||||
JSCompiler_object_inline_stack_3088 = {
|
||||
value: nextPrimaryChildren,
|
||||
source: null,
|
||||
stack: JSCompiler_object_inline_digest_3069
|
||||
stack: JSCompiler_object_inline_digest_3087
|
||||
};
|
||||
"string" === typeof JSCompiler_object_inline_digest_3069 &&
|
||||
"string" === typeof JSCompiler_object_inline_digest_3087 &&
|
||||
CapturedStacks.set(
|
||||
nextPrimaryChildren,
|
||||
JSCompiler_object_inline_stack_3070
|
||||
JSCompiler_object_inline_stack_3088
|
||||
);
|
||||
queueHydrationError(JSCompiler_object_inline_stack_3070);
|
||||
queueHydrationError(JSCompiler_object_inline_stack_3088);
|
||||
workInProgress = retrySuspenseComponentWithoutHydrating(
|
||||
current,
|
||||
workInProgress,
|
||||
@@ -11238,35 +11240,35 @@ __DEV__ &&
|
||||
renderLanes,
|
||||
!1
|
||||
),
|
||||
(JSCompiler_object_inline_digest_3069 =
|
||||
(JSCompiler_object_inline_digest_3087 =
|
||||
0 !== (renderLanes & current.childLanes)),
|
||||
didReceiveUpdate || JSCompiler_object_inline_digest_3069)
|
||||
didReceiveUpdate || JSCompiler_object_inline_digest_3087)
|
||||
) {
|
||||
JSCompiler_object_inline_digest_3069 = workInProgressRoot;
|
||||
JSCompiler_object_inline_digest_3087 = workInProgressRoot;
|
||||
if (
|
||||
null !== JSCompiler_object_inline_digest_3069 &&
|
||||
((JSCompiler_object_inline_stack_3070 = getBumpedLaneForHydration(
|
||||
JSCompiler_object_inline_digest_3069,
|
||||
null !== JSCompiler_object_inline_digest_3087 &&
|
||||
((JSCompiler_object_inline_stack_3088 = getBumpedLaneForHydration(
|
||||
JSCompiler_object_inline_digest_3087,
|
||||
renderLanes
|
||||
)),
|
||||
0 !== JSCompiler_object_inline_stack_3070 &&
|
||||
JSCompiler_object_inline_stack_3070 !== prevState.retryLane)
|
||||
0 !== JSCompiler_object_inline_stack_3088 &&
|
||||
JSCompiler_object_inline_stack_3088 !== prevState.retryLane)
|
||||
)
|
||||
throw (
|
||||
((prevState.retryLane = JSCompiler_object_inline_stack_3070),
|
||||
((prevState.retryLane = JSCompiler_object_inline_stack_3088),
|
||||
enqueueConcurrentRenderForLane(
|
||||
current,
|
||||
JSCompiler_object_inline_stack_3070
|
||||
JSCompiler_object_inline_stack_3088
|
||||
),
|
||||
scheduleUpdateOnFiber(
|
||||
JSCompiler_object_inline_digest_3069,
|
||||
JSCompiler_object_inline_digest_3087,
|
||||
current,
|
||||
JSCompiler_object_inline_stack_3070
|
||||
JSCompiler_object_inline_stack_3088
|
||||
),
|
||||
SelectiveHydrationException)
|
||||
);
|
||||
isSuspenseInstancePending(
|
||||
JSCompiler_object_inline_componentStack_3071
|
||||
JSCompiler_object_inline_componentStack_3089
|
||||
) || renderDidSuspendDelayIfPossible();
|
||||
workInProgress = retrySuspenseComponentWithoutHydrating(
|
||||
current,
|
||||
@@ -11275,14 +11277,14 @@ __DEV__ &&
|
||||
);
|
||||
} else
|
||||
isSuspenseInstancePending(
|
||||
JSCompiler_object_inline_componentStack_3071
|
||||
JSCompiler_object_inline_componentStack_3089
|
||||
)
|
||||
? ((workInProgress.flags |= 192),
|
||||
(workInProgress.child = current.child),
|
||||
(workInProgress = null))
|
||||
: ((current = prevState.treeContext),
|
||||
(nextHydratableInstance = getNextHydratable(
|
||||
JSCompiler_object_inline_componentStack_3071.nextSibling
|
||||
JSCompiler_object_inline_componentStack_3089.nextSibling
|
||||
)),
|
||||
(hydrationParentFiber = workInProgress),
|
||||
(isHydrating = !0),
|
||||
@@ -11294,32 +11296,32 @@ __DEV__ &&
|
||||
restoreSuspendedTreeContext(workInProgress, current),
|
||||
(workInProgress = mountSuspensePrimaryChildren(
|
||||
workInProgress,
|
||||
JSCompiler_object_inline_stack_3070.children
|
||||
JSCompiler_object_inline_stack_3088.children
|
||||
)),
|
||||
(workInProgress.flags |= 4096));
|
||||
return workInProgress;
|
||||
}
|
||||
}
|
||||
if (JSCompiler_object_inline_message_3068)
|
||||
if (JSCompiler_object_inline_message_3086)
|
||||
return (
|
||||
reuseSuspenseHandlerOnStack(workInProgress),
|
||||
(nextPrimaryChildren = JSCompiler_object_inline_stack_3070.fallback),
|
||||
(nextPrimaryChildren = JSCompiler_object_inline_stack_3088.fallback),
|
||||
(nextFallbackChildren = workInProgress.mode),
|
||||
(componentStack = current.child),
|
||||
(JSCompiler_object_inline_componentStack_3071 =
|
||||
(JSCompiler_object_inline_componentStack_3089 =
|
||||
componentStack.sibling),
|
||||
(JSCompiler_object_inline_stack_3070 = createWorkInProgress(
|
||||
(JSCompiler_object_inline_stack_3088 = createWorkInProgress(
|
||||
componentStack,
|
||||
{
|
||||
mode: "hidden",
|
||||
children: JSCompiler_object_inline_stack_3070.children
|
||||
children: JSCompiler_object_inline_stack_3088.children
|
||||
}
|
||||
)),
|
||||
(JSCompiler_object_inline_stack_3070.subtreeFlags =
|
||||
(JSCompiler_object_inline_stack_3088.subtreeFlags =
|
||||
componentStack.subtreeFlags & 65011712),
|
||||
null !== JSCompiler_object_inline_componentStack_3071
|
||||
null !== JSCompiler_object_inline_componentStack_3089
|
||||
? (nextPrimaryChildren = createWorkInProgress(
|
||||
JSCompiler_object_inline_componentStack_3071,
|
||||
JSCompiler_object_inline_componentStack_3089,
|
||||
nextPrimaryChildren
|
||||
))
|
||||
: ((nextPrimaryChildren = createFiberFromFragment(
|
||||
@@ -11330,11 +11332,11 @@ __DEV__ &&
|
||||
)),
|
||||
(nextPrimaryChildren.flags |= 2)),
|
||||
(nextPrimaryChildren.return = workInProgress),
|
||||
(JSCompiler_object_inline_stack_3070.return = workInProgress),
|
||||
(JSCompiler_object_inline_stack_3070.sibling = nextPrimaryChildren),
|
||||
(workInProgress.child = JSCompiler_object_inline_stack_3070),
|
||||
bailoutOffscreenComponent(null, JSCompiler_object_inline_stack_3070),
|
||||
(JSCompiler_object_inline_stack_3070 = workInProgress.child),
|
||||
(JSCompiler_object_inline_stack_3088.return = workInProgress),
|
||||
(JSCompiler_object_inline_stack_3088.sibling = nextPrimaryChildren),
|
||||
(workInProgress.child = JSCompiler_object_inline_stack_3088),
|
||||
bailoutOffscreenComponent(null, JSCompiler_object_inline_stack_3088),
|
||||
(JSCompiler_object_inline_stack_3088 = workInProgress.child),
|
||||
(nextPrimaryChildren = current.child.memoizedState),
|
||||
null === nextPrimaryChildren
|
||||
? (nextPrimaryChildren = mountSuspenseOffscreenState(renderLanes))
|
||||
@@ -11350,7 +11352,7 @@ __DEV__ &&
|
||||
baseLanes: nextPrimaryChildren.baseLanes | renderLanes,
|
||||
cachePool: nextFallbackChildren
|
||||
})),
|
||||
(JSCompiler_object_inline_stack_3070.memoizedState =
|
||||
(JSCompiler_object_inline_stack_3088.memoizedState =
|
||||
nextPrimaryChildren),
|
||||
enableTransitionTracing &&
|
||||
((nextPrimaryChildren = enableTransitionTracing
|
||||
@@ -11361,37 +11363,37 @@ __DEV__ &&
|
||||
? markerInstanceStack.current
|
||||
: null),
|
||||
(componentStack =
|
||||
JSCompiler_object_inline_stack_3070.updateQueue),
|
||||
(JSCompiler_object_inline_componentStack_3071 =
|
||||
JSCompiler_object_inline_stack_3088.updateQueue),
|
||||
(JSCompiler_object_inline_componentStack_3089 =
|
||||
current.updateQueue),
|
||||
null === componentStack
|
||||
? (JSCompiler_object_inline_stack_3070.updateQueue = {
|
||||
? (JSCompiler_object_inline_stack_3088.updateQueue = {
|
||||
transitions: nextPrimaryChildren,
|
||||
markerInstances: nextFallbackChildren,
|
||||
retryQueue: null
|
||||
})
|
||||
: componentStack ===
|
||||
JSCompiler_object_inline_componentStack_3071
|
||||
? (JSCompiler_object_inline_stack_3070.updateQueue = {
|
||||
JSCompiler_object_inline_componentStack_3089
|
||||
? (JSCompiler_object_inline_stack_3088.updateQueue = {
|
||||
transitions: nextPrimaryChildren,
|
||||
markerInstances: nextFallbackChildren,
|
||||
retryQueue:
|
||||
null !== JSCompiler_object_inline_componentStack_3071
|
||||
? JSCompiler_object_inline_componentStack_3071.retryQueue
|
||||
null !== JSCompiler_object_inline_componentStack_3089
|
||||
? JSCompiler_object_inline_componentStack_3089.retryQueue
|
||||
: null
|
||||
})
|
||||
: ((componentStack.transitions = nextPrimaryChildren),
|
||||
(componentStack.markerInstances = nextFallbackChildren)))),
|
||||
(JSCompiler_object_inline_stack_3070.childLanes =
|
||||
(JSCompiler_object_inline_stack_3088.childLanes =
|
||||
getRemainingWorkInPrimaryTree(
|
||||
current,
|
||||
JSCompiler_object_inline_digest_3069,
|
||||
JSCompiler_object_inline_digest_3087,
|
||||
renderLanes
|
||||
)),
|
||||
(workInProgress.memoizedState = SUSPENDED_MARKER),
|
||||
bailoutOffscreenComponent(
|
||||
current.child,
|
||||
JSCompiler_object_inline_stack_3070
|
||||
JSCompiler_object_inline_stack_3088
|
||||
)
|
||||
);
|
||||
null !== prevState &&
|
||||
@@ -11403,16 +11405,16 @@ __DEV__ &&
|
||||
current = renderLanes.sibling;
|
||||
renderLanes = createWorkInProgress(renderLanes, {
|
||||
mode: "visible",
|
||||
children: JSCompiler_object_inline_stack_3070.children
|
||||
children: JSCompiler_object_inline_stack_3088.children
|
||||
});
|
||||
renderLanes.return = workInProgress;
|
||||
renderLanes.sibling = null;
|
||||
null !== current &&
|
||||
((JSCompiler_object_inline_digest_3069 = workInProgress.deletions),
|
||||
null === JSCompiler_object_inline_digest_3069
|
||||
((JSCompiler_object_inline_digest_3087 = workInProgress.deletions),
|
||||
null === JSCompiler_object_inline_digest_3087
|
||||
? ((workInProgress.deletions = [current]),
|
||||
(workInProgress.flags |= 16))
|
||||
: JSCompiler_object_inline_digest_3069.push(current));
|
||||
: JSCompiler_object_inline_digest_3087.push(current));
|
||||
workInProgress.child = renderLanes;
|
||||
workInProgress.memoizedState = null;
|
||||
return renderLanes;
|
||||
@@ -20367,11 +20369,6 @@ __DEV__ &&
|
||||
var task = animatingTask;
|
||||
animatingLanes &= ~lanes;
|
||||
animatingTask = null;
|
||||
0 !== (lanes & 127) &&
|
||||
0 === (workInProgressRootRenderLanes & 127) &&
|
||||
0 === (pendingEffectsLanes & 127) &&
|
||||
(setCurrentTrackFromLanes(2),
|
||||
logAnimatingPhase(blockingClampTime, now$1(), task));
|
||||
0 !== (lanes & 4194048) &&
|
||||
0 === (workInProgressRootRenderLanes & 4194048) &&
|
||||
0 === (pendingEffectsLanes & 4194048) &&
|
||||
@@ -32782,11 +32779,11 @@ __DEV__ &&
|
||||
return_targetInst = null;
|
||||
(function () {
|
||||
var isomorphicReactPackageVersion = React.version;
|
||||
if ("19.2.0-www-classic-e0c421ab-20250924" !== isomorphicReactPackageVersion)
|
||||
if ("19.2.0-www-classic-05b61f81-20250924" !== isomorphicReactPackageVersion)
|
||||
throw Error(
|
||||
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
||||
(isomorphicReactPackageVersion +
|
||||
"\n - react-dom: 19.2.0-www-classic-e0c421ab-20250924\nLearn more: https://react.dev/warnings/version-mismatch")
|
||||
"\n - react-dom: 19.2.0-www-classic-05b61f81-20250924\nLearn more: https://react.dev/warnings/version-mismatch")
|
||||
);
|
||||
})();
|
||||
("function" === typeof Map &&
|
||||
@@ -32829,10 +32826,10 @@ __DEV__ &&
|
||||
!(function () {
|
||||
var internals = {
|
||||
bundleType: 1,
|
||||
version: "19.2.0-www-classic-e0c421ab-20250924",
|
||||
version: "19.2.0-www-classic-05b61f81-20250924",
|
||||
rendererPackageName: "react-dom",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-www-classic-e0c421ab-20250924"
|
||||
reconcilerVersion: "19.2.0-www-classic-05b61f81-20250924"
|
||||
};
|
||||
internals.overrideHookState = overrideHookState;
|
||||
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
|
||||
@@ -33444,7 +33441,7 @@ __DEV__ &&
|
||||
exports.useFormStatus = function () {
|
||||
return resolveDispatcher().useHostTransitionStatus();
|
||||
};
|
||||
exports.version = "19.2.0-www-classic-e0c421ab-20250924";
|
||||
exports.version = "19.2.0-www-classic-05b61f81-20250924";
|
||||
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
||||
"function" ===
|
||||
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
||||
|
||||
@@ -3832,15 +3832,17 @@ __DEV__ &&
|
||||
}
|
||||
function setCurrentTrackFromLanes(lanes) {
|
||||
currentTrack =
|
||||
lanes & 127
|
||||
lanes & 63
|
||||
? "Blocking"
|
||||
: lanes & 4194176
|
||||
? "Transition"
|
||||
: lanes & 62914560
|
||||
? "Suspense"
|
||||
: lanes & 2080374784
|
||||
? "Idle"
|
||||
: "Other";
|
||||
: lanes & 64
|
||||
? "Gesture"
|
||||
: lanes & 4194176
|
||||
? "Transition"
|
||||
: lanes & 62914560
|
||||
? "Suspense"
|
||||
: lanes & 2080374784
|
||||
? "Idle"
|
||||
: "Other";
|
||||
}
|
||||
function logComponentTrigger(fiber, startTime, endTime, trigger) {
|
||||
supportsUserTiming &&
|
||||
@@ -10804,24 +10806,24 @@ __DEV__ &&
|
||||
return current;
|
||||
}
|
||||
function updateSuspenseComponent(current, workInProgress, renderLanes) {
|
||||
var JSCompiler_object_inline_digest_3064;
|
||||
var JSCompiler_object_inline_stack_3065 = workInProgress.pendingProps;
|
||||
var JSCompiler_object_inline_digest_3082;
|
||||
var JSCompiler_object_inline_stack_3083 = workInProgress.pendingProps;
|
||||
shouldSuspendImpl(workInProgress) && (workInProgress.flags |= 128);
|
||||
var JSCompiler_object_inline_message_3063 = !1;
|
||||
var JSCompiler_object_inline_message_3081 = !1;
|
||||
var didSuspend = 0 !== (workInProgress.flags & 128);
|
||||
(JSCompiler_object_inline_digest_3064 = didSuspend) ||
|
||||
(JSCompiler_object_inline_digest_3064 =
|
||||
(JSCompiler_object_inline_digest_3082 = didSuspend) ||
|
||||
(JSCompiler_object_inline_digest_3082 =
|
||||
null !== current && null === current.memoizedState
|
||||
? !1
|
||||
: 0 !== (suspenseStackCursor.current & ForceSuspenseFallback));
|
||||
JSCompiler_object_inline_digest_3064 &&
|
||||
((JSCompiler_object_inline_message_3063 = !0),
|
||||
JSCompiler_object_inline_digest_3082 &&
|
||||
((JSCompiler_object_inline_message_3081 = !0),
|
||||
(workInProgress.flags &= -129));
|
||||
JSCompiler_object_inline_digest_3064 = 0 !== (workInProgress.flags & 32);
|
||||
JSCompiler_object_inline_digest_3082 = 0 !== (workInProgress.flags & 32);
|
||||
workInProgress.flags &= -33;
|
||||
if (null === current) {
|
||||
if (isHydrating) {
|
||||
JSCompiler_object_inline_message_3063
|
||||
JSCompiler_object_inline_message_3081
|
||||
? pushPrimaryTreeSuspenseHandler(workInProgress)
|
||||
: reuseSuspenseHandlerOnStack(workInProgress);
|
||||
(current = nextHydratableInstance)
|
||||
@@ -10834,18 +10836,18 @@ __DEV__ &&
|
||||
? renderLanes
|
||||
: null),
|
||||
null !== renderLanes &&
|
||||
((JSCompiler_object_inline_digest_3064 = {
|
||||
((JSCompiler_object_inline_digest_3082 = {
|
||||
dehydrated: renderLanes,
|
||||
treeContext: getSuspendedTreeContext(),
|
||||
retryLane: 536870912,
|
||||
hydrationErrors: null
|
||||
}),
|
||||
(workInProgress.memoizedState =
|
||||
JSCompiler_object_inline_digest_3064),
|
||||
(JSCompiler_object_inline_digest_3064 =
|
||||
JSCompiler_object_inline_digest_3082),
|
||||
(JSCompiler_object_inline_digest_3082 =
|
||||
createFiberFromDehydratedFragment(renderLanes)),
|
||||
(JSCompiler_object_inline_digest_3064.return = workInProgress),
|
||||
(workInProgress.child = JSCompiler_object_inline_digest_3064),
|
||||
(JSCompiler_object_inline_digest_3082.return = workInProgress),
|
||||
(workInProgress.child = JSCompiler_object_inline_digest_3082),
|
||||
(hydrationParentFiber = workInProgress),
|
||||
(nextHydratableInstance = null)))
|
||||
: (renderLanes = null);
|
||||
@@ -10859,9 +10861,9 @@ __DEV__ &&
|
||||
: (workInProgress.lanes = 536870912);
|
||||
return null;
|
||||
}
|
||||
var nextPrimaryChildren = JSCompiler_object_inline_stack_3065.children,
|
||||
nextFallbackChildren = JSCompiler_object_inline_stack_3065.fallback;
|
||||
if (JSCompiler_object_inline_message_3063)
|
||||
var nextPrimaryChildren = JSCompiler_object_inline_stack_3083.children,
|
||||
nextFallbackChildren = JSCompiler_object_inline_stack_3083.fallback;
|
||||
if (JSCompiler_object_inline_message_3081)
|
||||
return (
|
||||
reuseSuspenseHandlerOnStack(workInProgress),
|
||||
mountSuspenseFallbackChildren(
|
||||
@@ -10870,13 +10872,13 @@ __DEV__ &&
|
||||
nextFallbackChildren,
|
||||
renderLanes
|
||||
),
|
||||
(JSCompiler_object_inline_stack_3065 = workInProgress.child),
|
||||
(JSCompiler_object_inline_stack_3065.memoizedState =
|
||||
(JSCompiler_object_inline_stack_3083 = workInProgress.child),
|
||||
(JSCompiler_object_inline_stack_3083.memoizedState =
|
||||
mountSuspenseOffscreenState(renderLanes)),
|
||||
(JSCompiler_object_inline_stack_3065.childLanes =
|
||||
(JSCompiler_object_inline_stack_3083.childLanes =
|
||||
getRemainingWorkInPrimaryTree(
|
||||
current,
|
||||
JSCompiler_object_inline_digest_3064,
|
||||
JSCompiler_object_inline_digest_3082,
|
||||
renderLanes
|
||||
)),
|
||||
(workInProgress.memoizedState = SUSPENDED_MARKER),
|
||||
@@ -10888,20 +10890,20 @@ __DEV__ &&
|
||||
((current = enableTransitionTracing
|
||||
? markerInstanceStack.current
|
||||
: null),
|
||||
(renderLanes = JSCompiler_object_inline_stack_3065.updateQueue),
|
||||
(renderLanes = JSCompiler_object_inline_stack_3083.updateQueue),
|
||||
null === renderLanes
|
||||
? (JSCompiler_object_inline_stack_3065.updateQueue = {
|
||||
? (JSCompiler_object_inline_stack_3083.updateQueue = {
|
||||
transitions: workInProgress,
|
||||
markerInstances: current,
|
||||
retryQueue: null
|
||||
})
|
||||
: ((renderLanes.transitions = workInProgress),
|
||||
(renderLanes.markerInstances = current)))),
|
||||
bailoutOffscreenComponent(null, JSCompiler_object_inline_stack_3065)
|
||||
bailoutOffscreenComponent(null, JSCompiler_object_inline_stack_3083)
|
||||
);
|
||||
if (
|
||||
"number" ===
|
||||
typeof JSCompiler_object_inline_stack_3065.unstable_expectedLoadTime
|
||||
typeof JSCompiler_object_inline_stack_3083.unstable_expectedLoadTime
|
||||
)
|
||||
return (
|
||||
reuseSuspenseHandlerOnStack(workInProgress),
|
||||
@@ -10911,18 +10913,18 @@ __DEV__ &&
|
||||
nextFallbackChildren,
|
||||
renderLanes
|
||||
),
|
||||
(JSCompiler_object_inline_stack_3065 = workInProgress.child),
|
||||
(JSCompiler_object_inline_stack_3065.memoizedState =
|
||||
(JSCompiler_object_inline_stack_3083 = workInProgress.child),
|
||||
(JSCompiler_object_inline_stack_3083.memoizedState =
|
||||
mountSuspenseOffscreenState(renderLanes)),
|
||||
(JSCompiler_object_inline_stack_3065.childLanes =
|
||||
(JSCompiler_object_inline_stack_3083.childLanes =
|
||||
getRemainingWorkInPrimaryTree(
|
||||
current,
|
||||
JSCompiler_object_inline_digest_3064,
|
||||
JSCompiler_object_inline_digest_3082,
|
||||
renderLanes
|
||||
)),
|
||||
(workInProgress.memoizedState = SUSPENDED_MARKER),
|
||||
(workInProgress.lanes = 4194304),
|
||||
bailoutOffscreenComponent(null, JSCompiler_object_inline_stack_3065)
|
||||
bailoutOffscreenComponent(null, JSCompiler_object_inline_stack_3083)
|
||||
);
|
||||
pushPrimaryTreeSuspenseHandler(workInProgress);
|
||||
return mountSuspensePrimaryChildren(
|
||||
@@ -10932,8 +10934,8 @@ __DEV__ &&
|
||||
}
|
||||
var prevState = current.memoizedState;
|
||||
if (null !== prevState) {
|
||||
var JSCompiler_object_inline_componentStack_3066 = prevState.dehydrated;
|
||||
if (null !== JSCompiler_object_inline_componentStack_3066) {
|
||||
var JSCompiler_object_inline_componentStack_3084 = prevState.dehydrated;
|
||||
if (null !== JSCompiler_object_inline_componentStack_3084) {
|
||||
if (didSuspend)
|
||||
workInProgress.flags & 256
|
||||
? (pushPrimaryTreeSuspenseHandler(workInProgress),
|
||||
@@ -10950,13 +10952,13 @@ __DEV__ &&
|
||||
(workInProgress = null))
|
||||
: (reuseSuspenseHandlerOnStack(workInProgress),
|
||||
(nextPrimaryChildren =
|
||||
JSCompiler_object_inline_stack_3065.fallback),
|
||||
JSCompiler_object_inline_stack_3083.fallback),
|
||||
(nextFallbackChildren = workInProgress.mode),
|
||||
(JSCompiler_object_inline_stack_3065 =
|
||||
(JSCompiler_object_inline_stack_3083 =
|
||||
mountWorkInProgressOffscreenFiber(
|
||||
{
|
||||
mode: "visible",
|
||||
children: JSCompiler_object_inline_stack_3065.children
|
||||
children: JSCompiler_object_inline_stack_3083.children
|
||||
},
|
||||
nextFallbackChildren
|
||||
)),
|
||||
@@ -10967,30 +10969,30 @@ __DEV__ &&
|
||||
null
|
||||
)),
|
||||
(nextPrimaryChildren.flags |= 2),
|
||||
(JSCompiler_object_inline_stack_3065.return = workInProgress),
|
||||
(JSCompiler_object_inline_stack_3083.return = workInProgress),
|
||||
(nextPrimaryChildren.return = workInProgress),
|
||||
(JSCompiler_object_inline_stack_3065.sibling =
|
||||
(JSCompiler_object_inline_stack_3083.sibling =
|
||||
nextPrimaryChildren),
|
||||
(workInProgress.child = JSCompiler_object_inline_stack_3065),
|
||||
(workInProgress.child = JSCompiler_object_inline_stack_3083),
|
||||
reconcileChildFibers(
|
||||
workInProgress,
|
||||
current.child,
|
||||
null,
|
||||
renderLanes
|
||||
),
|
||||
(JSCompiler_object_inline_stack_3065 = workInProgress.child),
|
||||
(JSCompiler_object_inline_stack_3065.memoizedState =
|
||||
(JSCompiler_object_inline_stack_3083 = workInProgress.child),
|
||||
(JSCompiler_object_inline_stack_3083.memoizedState =
|
||||
mountSuspenseOffscreenState(renderLanes)),
|
||||
(JSCompiler_object_inline_stack_3065.childLanes =
|
||||
(JSCompiler_object_inline_stack_3083.childLanes =
|
||||
getRemainingWorkInPrimaryTree(
|
||||
current,
|
||||
JSCompiler_object_inline_digest_3064,
|
||||
JSCompiler_object_inline_digest_3082,
|
||||
renderLanes
|
||||
)),
|
||||
(workInProgress.memoizedState = SUSPENDED_MARKER),
|
||||
(workInProgress = bailoutOffscreenComponent(
|
||||
null,
|
||||
JSCompiler_object_inline_stack_3065
|
||||
JSCompiler_object_inline_stack_3083
|
||||
)));
|
||||
else if (
|
||||
(pushPrimaryTreeSuspenseHandler(workInProgress),
|
||||
@@ -10998,45 +11000,45 @@ __DEV__ &&
|
||||
0 !== (renderLanes & 536870912) &&
|
||||
markRenderDerivedCause(workInProgress),
|
||||
isSuspenseInstanceFallback(
|
||||
JSCompiler_object_inline_componentStack_3066
|
||||
JSCompiler_object_inline_componentStack_3084
|
||||
))
|
||||
) {
|
||||
JSCompiler_object_inline_digest_3064 =
|
||||
JSCompiler_object_inline_componentStack_3066.nextSibling &&
|
||||
JSCompiler_object_inline_componentStack_3066.nextSibling.dataset;
|
||||
if (JSCompiler_object_inline_digest_3064) {
|
||||
nextPrimaryChildren = JSCompiler_object_inline_digest_3064.dgst;
|
||||
var message = JSCompiler_object_inline_digest_3064.msg;
|
||||
nextFallbackChildren = JSCompiler_object_inline_digest_3064.stck;
|
||||
var componentStack = JSCompiler_object_inline_digest_3064.cstck;
|
||||
JSCompiler_object_inline_digest_3082 =
|
||||
JSCompiler_object_inline_componentStack_3084.nextSibling &&
|
||||
JSCompiler_object_inline_componentStack_3084.nextSibling.dataset;
|
||||
if (JSCompiler_object_inline_digest_3082) {
|
||||
nextPrimaryChildren = JSCompiler_object_inline_digest_3082.dgst;
|
||||
var message = JSCompiler_object_inline_digest_3082.msg;
|
||||
nextFallbackChildren = JSCompiler_object_inline_digest_3082.stck;
|
||||
var componentStack = JSCompiler_object_inline_digest_3082.cstck;
|
||||
}
|
||||
JSCompiler_object_inline_message_3063 = message;
|
||||
JSCompiler_object_inline_digest_3064 = nextPrimaryChildren;
|
||||
JSCompiler_object_inline_stack_3065 = nextFallbackChildren;
|
||||
JSCompiler_object_inline_componentStack_3066 = componentStack;
|
||||
nextPrimaryChildren = JSCompiler_object_inline_message_3063;
|
||||
nextFallbackChildren = JSCompiler_object_inline_componentStack_3066;
|
||||
JSCompiler_object_inline_message_3081 = message;
|
||||
JSCompiler_object_inline_digest_3082 = nextPrimaryChildren;
|
||||
JSCompiler_object_inline_stack_3083 = nextFallbackChildren;
|
||||
JSCompiler_object_inline_componentStack_3084 = componentStack;
|
||||
nextPrimaryChildren = JSCompiler_object_inline_message_3081;
|
||||
nextFallbackChildren = JSCompiler_object_inline_componentStack_3084;
|
||||
nextPrimaryChildren = nextPrimaryChildren
|
||||
? Error(nextPrimaryChildren)
|
||||
: Error(
|
||||
"The server could not finish this Suspense boundary, likely due to an error during server rendering. Switched to client rendering."
|
||||
);
|
||||
nextPrimaryChildren.stack =
|
||||
JSCompiler_object_inline_stack_3065 || "";
|
||||
nextPrimaryChildren.digest = JSCompiler_object_inline_digest_3064;
|
||||
JSCompiler_object_inline_digest_3064 =
|
||||
JSCompiler_object_inline_stack_3083 || "";
|
||||
nextPrimaryChildren.digest = JSCompiler_object_inline_digest_3082;
|
||||
JSCompiler_object_inline_digest_3082 =
|
||||
void 0 === nextFallbackChildren ? null : nextFallbackChildren;
|
||||
JSCompiler_object_inline_stack_3065 = {
|
||||
JSCompiler_object_inline_stack_3083 = {
|
||||
value: nextPrimaryChildren,
|
||||
source: null,
|
||||
stack: JSCompiler_object_inline_digest_3064
|
||||
stack: JSCompiler_object_inline_digest_3082
|
||||
};
|
||||
"string" === typeof JSCompiler_object_inline_digest_3064 &&
|
||||
"string" === typeof JSCompiler_object_inline_digest_3082 &&
|
||||
CapturedStacks.set(
|
||||
nextPrimaryChildren,
|
||||
JSCompiler_object_inline_stack_3065
|
||||
JSCompiler_object_inline_stack_3083
|
||||
);
|
||||
queueHydrationError(JSCompiler_object_inline_stack_3065);
|
||||
queueHydrationError(JSCompiler_object_inline_stack_3083);
|
||||
workInProgress = retrySuspenseComponentWithoutHydrating(
|
||||
current,
|
||||
workInProgress,
|
||||
@@ -11050,35 +11052,35 @@ __DEV__ &&
|
||||
renderLanes,
|
||||
!1
|
||||
),
|
||||
(JSCompiler_object_inline_digest_3064 =
|
||||
(JSCompiler_object_inline_digest_3082 =
|
||||
0 !== (renderLanes & current.childLanes)),
|
||||
didReceiveUpdate || JSCompiler_object_inline_digest_3064)
|
||||
didReceiveUpdate || JSCompiler_object_inline_digest_3082)
|
||||
) {
|
||||
JSCompiler_object_inline_digest_3064 = workInProgressRoot;
|
||||
JSCompiler_object_inline_digest_3082 = workInProgressRoot;
|
||||
if (
|
||||
null !== JSCompiler_object_inline_digest_3064 &&
|
||||
((JSCompiler_object_inline_stack_3065 = getBumpedLaneForHydration(
|
||||
JSCompiler_object_inline_digest_3064,
|
||||
null !== JSCompiler_object_inline_digest_3082 &&
|
||||
((JSCompiler_object_inline_stack_3083 = getBumpedLaneForHydration(
|
||||
JSCompiler_object_inline_digest_3082,
|
||||
renderLanes
|
||||
)),
|
||||
0 !== JSCompiler_object_inline_stack_3065 &&
|
||||
JSCompiler_object_inline_stack_3065 !== prevState.retryLane)
|
||||
0 !== JSCompiler_object_inline_stack_3083 &&
|
||||
JSCompiler_object_inline_stack_3083 !== prevState.retryLane)
|
||||
)
|
||||
throw (
|
||||
((prevState.retryLane = JSCompiler_object_inline_stack_3065),
|
||||
((prevState.retryLane = JSCompiler_object_inline_stack_3083),
|
||||
enqueueConcurrentRenderForLane(
|
||||
current,
|
||||
JSCompiler_object_inline_stack_3065
|
||||
JSCompiler_object_inline_stack_3083
|
||||
),
|
||||
scheduleUpdateOnFiber(
|
||||
JSCompiler_object_inline_digest_3064,
|
||||
JSCompiler_object_inline_digest_3082,
|
||||
current,
|
||||
JSCompiler_object_inline_stack_3065
|
||||
JSCompiler_object_inline_stack_3083
|
||||
),
|
||||
SelectiveHydrationException)
|
||||
);
|
||||
isSuspenseInstancePending(
|
||||
JSCompiler_object_inline_componentStack_3066
|
||||
JSCompiler_object_inline_componentStack_3084
|
||||
) || renderDidSuspendDelayIfPossible();
|
||||
workInProgress = retrySuspenseComponentWithoutHydrating(
|
||||
current,
|
||||
@@ -11087,14 +11089,14 @@ __DEV__ &&
|
||||
);
|
||||
} else
|
||||
isSuspenseInstancePending(
|
||||
JSCompiler_object_inline_componentStack_3066
|
||||
JSCompiler_object_inline_componentStack_3084
|
||||
)
|
||||
? ((workInProgress.flags |= 192),
|
||||
(workInProgress.child = current.child),
|
||||
(workInProgress = null))
|
||||
: ((current = prevState.treeContext),
|
||||
(nextHydratableInstance = getNextHydratable(
|
||||
JSCompiler_object_inline_componentStack_3066.nextSibling
|
||||
JSCompiler_object_inline_componentStack_3084.nextSibling
|
||||
)),
|
||||
(hydrationParentFiber = workInProgress),
|
||||
(isHydrating = !0),
|
||||
@@ -11106,32 +11108,32 @@ __DEV__ &&
|
||||
restoreSuspendedTreeContext(workInProgress, current),
|
||||
(workInProgress = mountSuspensePrimaryChildren(
|
||||
workInProgress,
|
||||
JSCompiler_object_inline_stack_3065.children
|
||||
JSCompiler_object_inline_stack_3083.children
|
||||
)),
|
||||
(workInProgress.flags |= 4096));
|
||||
return workInProgress;
|
||||
}
|
||||
}
|
||||
if (JSCompiler_object_inline_message_3063)
|
||||
if (JSCompiler_object_inline_message_3081)
|
||||
return (
|
||||
reuseSuspenseHandlerOnStack(workInProgress),
|
||||
(nextPrimaryChildren = JSCompiler_object_inline_stack_3065.fallback),
|
||||
(nextPrimaryChildren = JSCompiler_object_inline_stack_3083.fallback),
|
||||
(nextFallbackChildren = workInProgress.mode),
|
||||
(componentStack = current.child),
|
||||
(JSCompiler_object_inline_componentStack_3066 =
|
||||
(JSCompiler_object_inline_componentStack_3084 =
|
||||
componentStack.sibling),
|
||||
(JSCompiler_object_inline_stack_3065 = createWorkInProgress(
|
||||
(JSCompiler_object_inline_stack_3083 = createWorkInProgress(
|
||||
componentStack,
|
||||
{
|
||||
mode: "hidden",
|
||||
children: JSCompiler_object_inline_stack_3065.children
|
||||
children: JSCompiler_object_inline_stack_3083.children
|
||||
}
|
||||
)),
|
||||
(JSCompiler_object_inline_stack_3065.subtreeFlags =
|
||||
(JSCompiler_object_inline_stack_3083.subtreeFlags =
|
||||
componentStack.subtreeFlags & 65011712),
|
||||
null !== JSCompiler_object_inline_componentStack_3066
|
||||
null !== JSCompiler_object_inline_componentStack_3084
|
||||
? (nextPrimaryChildren = createWorkInProgress(
|
||||
JSCompiler_object_inline_componentStack_3066,
|
||||
JSCompiler_object_inline_componentStack_3084,
|
||||
nextPrimaryChildren
|
||||
))
|
||||
: ((nextPrimaryChildren = createFiberFromFragment(
|
||||
@@ -11142,11 +11144,11 @@ __DEV__ &&
|
||||
)),
|
||||
(nextPrimaryChildren.flags |= 2)),
|
||||
(nextPrimaryChildren.return = workInProgress),
|
||||
(JSCompiler_object_inline_stack_3065.return = workInProgress),
|
||||
(JSCompiler_object_inline_stack_3065.sibling = nextPrimaryChildren),
|
||||
(workInProgress.child = JSCompiler_object_inline_stack_3065),
|
||||
bailoutOffscreenComponent(null, JSCompiler_object_inline_stack_3065),
|
||||
(JSCompiler_object_inline_stack_3065 = workInProgress.child),
|
||||
(JSCompiler_object_inline_stack_3083.return = workInProgress),
|
||||
(JSCompiler_object_inline_stack_3083.sibling = nextPrimaryChildren),
|
||||
(workInProgress.child = JSCompiler_object_inline_stack_3083),
|
||||
bailoutOffscreenComponent(null, JSCompiler_object_inline_stack_3083),
|
||||
(JSCompiler_object_inline_stack_3083 = workInProgress.child),
|
||||
(nextPrimaryChildren = current.child.memoizedState),
|
||||
null === nextPrimaryChildren
|
||||
? (nextPrimaryChildren = mountSuspenseOffscreenState(renderLanes))
|
||||
@@ -11162,7 +11164,7 @@ __DEV__ &&
|
||||
baseLanes: nextPrimaryChildren.baseLanes | renderLanes,
|
||||
cachePool: nextFallbackChildren
|
||||
})),
|
||||
(JSCompiler_object_inline_stack_3065.memoizedState =
|
||||
(JSCompiler_object_inline_stack_3083.memoizedState =
|
||||
nextPrimaryChildren),
|
||||
enableTransitionTracing &&
|
||||
((nextPrimaryChildren = enableTransitionTracing
|
||||
@@ -11173,37 +11175,37 @@ __DEV__ &&
|
||||
? markerInstanceStack.current
|
||||
: null),
|
||||
(componentStack =
|
||||
JSCompiler_object_inline_stack_3065.updateQueue),
|
||||
(JSCompiler_object_inline_componentStack_3066 =
|
||||
JSCompiler_object_inline_stack_3083.updateQueue),
|
||||
(JSCompiler_object_inline_componentStack_3084 =
|
||||
current.updateQueue),
|
||||
null === componentStack
|
||||
? (JSCompiler_object_inline_stack_3065.updateQueue = {
|
||||
? (JSCompiler_object_inline_stack_3083.updateQueue = {
|
||||
transitions: nextPrimaryChildren,
|
||||
markerInstances: nextFallbackChildren,
|
||||
retryQueue: null
|
||||
})
|
||||
: componentStack ===
|
||||
JSCompiler_object_inline_componentStack_3066
|
||||
? (JSCompiler_object_inline_stack_3065.updateQueue = {
|
||||
JSCompiler_object_inline_componentStack_3084
|
||||
? (JSCompiler_object_inline_stack_3083.updateQueue = {
|
||||
transitions: nextPrimaryChildren,
|
||||
markerInstances: nextFallbackChildren,
|
||||
retryQueue:
|
||||
null !== JSCompiler_object_inline_componentStack_3066
|
||||
? JSCompiler_object_inline_componentStack_3066.retryQueue
|
||||
null !== JSCompiler_object_inline_componentStack_3084
|
||||
? JSCompiler_object_inline_componentStack_3084.retryQueue
|
||||
: null
|
||||
})
|
||||
: ((componentStack.transitions = nextPrimaryChildren),
|
||||
(componentStack.markerInstances = nextFallbackChildren)))),
|
||||
(JSCompiler_object_inline_stack_3065.childLanes =
|
||||
(JSCompiler_object_inline_stack_3083.childLanes =
|
||||
getRemainingWorkInPrimaryTree(
|
||||
current,
|
||||
JSCompiler_object_inline_digest_3064,
|
||||
JSCompiler_object_inline_digest_3082,
|
||||
renderLanes
|
||||
)),
|
||||
(workInProgress.memoizedState = SUSPENDED_MARKER),
|
||||
bailoutOffscreenComponent(
|
||||
current.child,
|
||||
JSCompiler_object_inline_stack_3065
|
||||
JSCompiler_object_inline_stack_3083
|
||||
)
|
||||
);
|
||||
null !== prevState &&
|
||||
@@ -11215,16 +11217,16 @@ __DEV__ &&
|
||||
current = renderLanes.sibling;
|
||||
renderLanes = createWorkInProgress(renderLanes, {
|
||||
mode: "visible",
|
||||
children: JSCompiler_object_inline_stack_3065.children
|
||||
children: JSCompiler_object_inline_stack_3083.children
|
||||
});
|
||||
renderLanes.return = workInProgress;
|
||||
renderLanes.sibling = null;
|
||||
null !== current &&
|
||||
((JSCompiler_object_inline_digest_3064 = workInProgress.deletions),
|
||||
null === JSCompiler_object_inline_digest_3064
|
||||
((JSCompiler_object_inline_digest_3082 = workInProgress.deletions),
|
||||
null === JSCompiler_object_inline_digest_3082
|
||||
? ((workInProgress.deletions = [current]),
|
||||
(workInProgress.flags |= 16))
|
||||
: JSCompiler_object_inline_digest_3064.push(current));
|
||||
: JSCompiler_object_inline_digest_3082.push(current));
|
||||
workInProgress.child = renderLanes;
|
||||
workInProgress.memoizedState = null;
|
||||
return renderLanes;
|
||||
@@ -20161,11 +20163,6 @@ __DEV__ &&
|
||||
var task = animatingTask;
|
||||
animatingLanes &= ~lanes;
|
||||
animatingTask = null;
|
||||
0 !== (lanes & 127) &&
|
||||
0 === (workInProgressRootRenderLanes & 127) &&
|
||||
0 === (pendingEffectsLanes & 127) &&
|
||||
(setCurrentTrackFromLanes(2),
|
||||
logAnimatingPhase(blockingClampTime, now$1(), task));
|
||||
0 !== (lanes & 4194048) &&
|
||||
0 === (workInProgressRootRenderLanes & 4194048) &&
|
||||
0 === (pendingEffectsLanes & 4194048) &&
|
||||
@@ -32567,11 +32564,11 @@ __DEV__ &&
|
||||
return_targetInst = null;
|
||||
(function () {
|
||||
var isomorphicReactPackageVersion = React.version;
|
||||
if ("19.2.0-www-modern-e0c421ab-20250924" !== isomorphicReactPackageVersion)
|
||||
if ("19.2.0-www-modern-05b61f81-20250924" !== isomorphicReactPackageVersion)
|
||||
throw Error(
|
||||
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
||||
(isomorphicReactPackageVersion +
|
||||
"\n - react-dom: 19.2.0-www-modern-e0c421ab-20250924\nLearn more: https://react.dev/warnings/version-mismatch")
|
||||
"\n - react-dom: 19.2.0-www-modern-05b61f81-20250924\nLearn more: https://react.dev/warnings/version-mismatch")
|
||||
);
|
||||
})();
|
||||
("function" === typeof Map &&
|
||||
@@ -32614,10 +32611,10 @@ __DEV__ &&
|
||||
!(function () {
|
||||
var internals = {
|
||||
bundleType: 1,
|
||||
version: "19.2.0-www-modern-e0c421ab-20250924",
|
||||
version: "19.2.0-www-modern-05b61f81-20250924",
|
||||
rendererPackageName: "react-dom",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-www-modern-e0c421ab-20250924"
|
||||
reconcilerVersion: "19.2.0-www-modern-05b61f81-20250924"
|
||||
};
|
||||
internals.overrideHookState = overrideHookState;
|
||||
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
|
||||
@@ -33229,7 +33226,7 @@ __DEV__ &&
|
||||
exports.useFormStatus = function () {
|
||||
return resolveDispatcher().useHostTransitionStatus();
|
||||
};
|
||||
exports.version = "19.2.0-www-modern-e0c421ab-20250924";
|
||||
exports.version = "19.2.0-www-modern-05b61f81-20250924";
|
||||
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
||||
"function" ===
|
||||
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
||||
|
||||
@@ -19964,14 +19964,14 @@ function getCrossOriginStringAs(as, input) {
|
||||
}
|
||||
var isomorphicReactPackageVersion$jscomp$inline_2127 = React.version;
|
||||
if (
|
||||
"19.2.0-www-classic-e0c421ab-20250924" !==
|
||||
"19.2.0-www-classic-05b61f81-20250924" !==
|
||||
isomorphicReactPackageVersion$jscomp$inline_2127
|
||||
)
|
||||
throw Error(
|
||||
formatProdErrorMessage(
|
||||
527,
|
||||
isomorphicReactPackageVersion$jscomp$inline_2127,
|
||||
"19.2.0-www-classic-e0c421ab-20250924"
|
||||
"19.2.0-www-classic-05b61f81-20250924"
|
||||
)
|
||||
);
|
||||
Internals.findDOMNode = function (componentOrElement) {
|
||||
@@ -19989,10 +19989,10 @@ Internals.Events = [
|
||||
];
|
||||
var internals$jscomp$inline_2759 = {
|
||||
bundleType: 0,
|
||||
version: "19.2.0-www-classic-e0c421ab-20250924",
|
||||
version: "19.2.0-www-classic-05b61f81-20250924",
|
||||
rendererPackageName: "react-dom",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-www-classic-e0c421ab-20250924"
|
||||
reconcilerVersion: "19.2.0-www-classic-05b61f81-20250924"
|
||||
};
|
||||
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
||||
var hook$jscomp$inline_2760 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
||||
@@ -20421,4 +20421,4 @@ exports.useFormState = function (action, initialState, permalink) {
|
||||
exports.useFormStatus = function () {
|
||||
return ReactSharedInternals.H.useHostTransitionStatus();
|
||||
};
|
||||
exports.version = "19.2.0-www-classic-e0c421ab-20250924";
|
||||
exports.version = "19.2.0-www-classic-05b61f81-20250924";
|
||||
|
||||
@@ -19693,14 +19693,14 @@ function getCrossOriginStringAs(as, input) {
|
||||
}
|
||||
var isomorphicReactPackageVersion$jscomp$inline_2117 = React.version;
|
||||
if (
|
||||
"19.2.0-www-modern-e0c421ab-20250924" !==
|
||||
"19.2.0-www-modern-05b61f81-20250924" !==
|
||||
isomorphicReactPackageVersion$jscomp$inline_2117
|
||||
)
|
||||
throw Error(
|
||||
formatProdErrorMessage(
|
||||
527,
|
||||
isomorphicReactPackageVersion$jscomp$inline_2117,
|
||||
"19.2.0-www-modern-e0c421ab-20250924"
|
||||
"19.2.0-www-modern-05b61f81-20250924"
|
||||
)
|
||||
);
|
||||
Internals.findDOMNode = function (componentOrElement) {
|
||||
@@ -19718,10 +19718,10 @@ Internals.Events = [
|
||||
];
|
||||
var internals$jscomp$inline_2741 = {
|
||||
bundleType: 0,
|
||||
version: "19.2.0-www-modern-e0c421ab-20250924",
|
||||
version: "19.2.0-www-modern-05b61f81-20250924",
|
||||
rendererPackageName: "react-dom",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-www-modern-e0c421ab-20250924"
|
||||
reconcilerVersion: "19.2.0-www-modern-05b61f81-20250924"
|
||||
};
|
||||
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
||||
var hook$jscomp$inline_2742 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
||||
@@ -20150,4 +20150,4 @@ exports.useFormState = function (action, initialState, permalink) {
|
||||
exports.useFormStatus = function () {
|
||||
return ReactSharedInternals.H.useHostTransitionStatus();
|
||||
};
|
||||
exports.version = "19.2.0-www-modern-e0c421ab-20250924";
|
||||
exports.version = "19.2.0-www-modern-05b61f81-20250924";
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -10163,5 +10163,5 @@ __DEV__ &&
|
||||
'The server used "renderToString" which does not support Suspense. If you intended for this Suspense boundary to render the fallback content on the server consider throwing an Error somewhere within the Suspense boundary. If you intended to have the server wait for the suspended component please switch to "renderToReadableStream" which supports Suspense on the server'
|
||||
);
|
||||
};
|
||||
exports.version = "19.2.0-www-classic-e0c421ab-20250924";
|
||||
exports.version = "19.2.0-www-classic-05b61f81-20250924";
|
||||
})();
|
||||
|
||||
@@ -10092,5 +10092,5 @@ __DEV__ &&
|
||||
'The server used "renderToString" which does not support Suspense. If you intended for this Suspense boundary to render the fallback content on the server consider throwing an Error somewhere within the Suspense boundary. If you intended to have the server wait for the suspended component please switch to "renderToReadableStream" which supports Suspense on the server'
|
||||
);
|
||||
};
|
||||
exports.version = "19.2.0-www-modern-e0c421ab-20250924";
|
||||
exports.version = "19.2.0-www-modern-05b61f81-20250924";
|
||||
})();
|
||||
|
||||
@@ -6892,4 +6892,4 @@ exports.renderToString = function (children, options) {
|
||||
'The server used "renderToString" which does not support Suspense. If you intended for this Suspense boundary to render the fallback content on the server consider throwing an Error somewhere within the Suspense boundary. If you intended to have the server wait for the suspended component please switch to "renderToReadableStream" which supports Suspense on the server'
|
||||
);
|
||||
};
|
||||
exports.version = "19.2.0-www-classic-e0c421ab-20250924";
|
||||
exports.version = "19.2.0-www-classic-05b61f81-20250924";
|
||||
|
||||
@@ -6825,4 +6825,4 @@ exports.renderToString = function (children, options) {
|
||||
'The server used "renderToString" which does not support Suspense. If you intended for this Suspense boundary to render the fallback content on the server consider throwing an Error somewhere within the Suspense boundary. If you intended to have the server wait for the suspended component please switch to "renderToReadableStream" which supports Suspense on the server'
|
||||
);
|
||||
};
|
||||
exports.version = "19.2.0-www-modern-e0c421ab-20250924";
|
||||
exports.version = "19.2.0-www-modern-05b61f81-20250924";
|
||||
|
||||
@@ -3981,15 +3981,17 @@ __DEV__ &&
|
||||
}
|
||||
function setCurrentTrackFromLanes(lanes) {
|
||||
currentTrack =
|
||||
lanes & 127
|
||||
lanes & 63
|
||||
? "Blocking"
|
||||
: lanes & 4194176
|
||||
? "Transition"
|
||||
: lanes & 62914560
|
||||
? "Suspense"
|
||||
: lanes & 2080374784
|
||||
? "Idle"
|
||||
: "Other";
|
||||
: lanes & 64
|
||||
? "Gesture"
|
||||
: lanes & 4194176
|
||||
? "Transition"
|
||||
: lanes & 62914560
|
||||
? "Suspense"
|
||||
: lanes & 2080374784
|
||||
? "Idle"
|
||||
: "Other";
|
||||
}
|
||||
function logComponentTrigger(fiber, startTime, endTime, trigger) {
|
||||
supportsUserTiming &&
|
||||
@@ -11033,24 +11035,24 @@ __DEV__ &&
|
||||
return current;
|
||||
}
|
||||
function updateSuspenseComponent(current, workInProgress, renderLanes) {
|
||||
var JSCompiler_object_inline_digest_3103;
|
||||
var JSCompiler_object_inline_stack_3104 = workInProgress.pendingProps;
|
||||
var JSCompiler_object_inline_digest_3121;
|
||||
var JSCompiler_object_inline_stack_3122 = workInProgress.pendingProps;
|
||||
shouldSuspendImpl(workInProgress) && (workInProgress.flags |= 128);
|
||||
var JSCompiler_object_inline_message_3102 = !1;
|
||||
var JSCompiler_object_inline_message_3120 = !1;
|
||||
var didSuspend = 0 !== (workInProgress.flags & 128);
|
||||
(JSCompiler_object_inline_digest_3103 = didSuspend) ||
|
||||
(JSCompiler_object_inline_digest_3103 =
|
||||
(JSCompiler_object_inline_digest_3121 = didSuspend) ||
|
||||
(JSCompiler_object_inline_digest_3121 =
|
||||
null !== current && null === current.memoizedState
|
||||
? !1
|
||||
: 0 !== (suspenseStackCursor.current & ForceSuspenseFallback));
|
||||
JSCompiler_object_inline_digest_3103 &&
|
||||
((JSCompiler_object_inline_message_3102 = !0),
|
||||
JSCompiler_object_inline_digest_3121 &&
|
||||
((JSCompiler_object_inline_message_3120 = !0),
|
||||
(workInProgress.flags &= -129));
|
||||
JSCompiler_object_inline_digest_3103 = 0 !== (workInProgress.flags & 32);
|
||||
JSCompiler_object_inline_digest_3121 = 0 !== (workInProgress.flags & 32);
|
||||
workInProgress.flags &= -33;
|
||||
if (null === current) {
|
||||
if (isHydrating) {
|
||||
JSCompiler_object_inline_message_3102
|
||||
JSCompiler_object_inline_message_3120
|
||||
? pushPrimaryTreeSuspenseHandler(workInProgress)
|
||||
: reuseSuspenseHandlerOnStack(workInProgress);
|
||||
(current = nextHydratableInstance)
|
||||
@@ -11063,18 +11065,18 @@ __DEV__ &&
|
||||
? renderLanes
|
||||
: null),
|
||||
null !== renderLanes &&
|
||||
((JSCompiler_object_inline_digest_3103 = {
|
||||
((JSCompiler_object_inline_digest_3121 = {
|
||||
dehydrated: renderLanes,
|
||||
treeContext: getSuspendedTreeContext(),
|
||||
retryLane: 536870912,
|
||||
hydrationErrors: null
|
||||
}),
|
||||
(workInProgress.memoizedState =
|
||||
JSCompiler_object_inline_digest_3103),
|
||||
(JSCompiler_object_inline_digest_3103 =
|
||||
JSCompiler_object_inline_digest_3121),
|
||||
(JSCompiler_object_inline_digest_3121 =
|
||||
createFiberFromDehydratedFragment(renderLanes)),
|
||||
(JSCompiler_object_inline_digest_3103.return = workInProgress),
|
||||
(workInProgress.child = JSCompiler_object_inline_digest_3103),
|
||||
(JSCompiler_object_inline_digest_3121.return = workInProgress),
|
||||
(workInProgress.child = JSCompiler_object_inline_digest_3121),
|
||||
(hydrationParentFiber = workInProgress),
|
||||
(nextHydratableInstance = null)))
|
||||
: (renderLanes = null);
|
||||
@@ -11088,9 +11090,9 @@ __DEV__ &&
|
||||
: (workInProgress.lanes = 536870912);
|
||||
return null;
|
||||
}
|
||||
var nextPrimaryChildren = JSCompiler_object_inline_stack_3104.children,
|
||||
nextFallbackChildren = JSCompiler_object_inline_stack_3104.fallback;
|
||||
if (JSCompiler_object_inline_message_3102)
|
||||
var nextPrimaryChildren = JSCompiler_object_inline_stack_3122.children,
|
||||
nextFallbackChildren = JSCompiler_object_inline_stack_3122.fallback;
|
||||
if (JSCompiler_object_inline_message_3120)
|
||||
return (
|
||||
reuseSuspenseHandlerOnStack(workInProgress),
|
||||
mountSuspenseFallbackChildren(
|
||||
@@ -11099,13 +11101,13 @@ __DEV__ &&
|
||||
nextFallbackChildren,
|
||||
renderLanes
|
||||
),
|
||||
(JSCompiler_object_inline_stack_3104 = workInProgress.child),
|
||||
(JSCompiler_object_inline_stack_3104.memoizedState =
|
||||
(JSCompiler_object_inline_stack_3122 = workInProgress.child),
|
||||
(JSCompiler_object_inline_stack_3122.memoizedState =
|
||||
mountSuspenseOffscreenState(renderLanes)),
|
||||
(JSCompiler_object_inline_stack_3104.childLanes =
|
||||
(JSCompiler_object_inline_stack_3122.childLanes =
|
||||
getRemainingWorkInPrimaryTree(
|
||||
current,
|
||||
JSCompiler_object_inline_digest_3103,
|
||||
JSCompiler_object_inline_digest_3121,
|
||||
renderLanes
|
||||
)),
|
||||
(workInProgress.memoizedState = SUSPENDED_MARKER),
|
||||
@@ -11117,20 +11119,20 @@ __DEV__ &&
|
||||
((current = enableTransitionTracing
|
||||
? markerInstanceStack.current
|
||||
: null),
|
||||
(renderLanes = JSCompiler_object_inline_stack_3104.updateQueue),
|
||||
(renderLanes = JSCompiler_object_inline_stack_3122.updateQueue),
|
||||
null === renderLanes
|
||||
? (JSCompiler_object_inline_stack_3104.updateQueue = {
|
||||
? (JSCompiler_object_inline_stack_3122.updateQueue = {
|
||||
transitions: workInProgress,
|
||||
markerInstances: current,
|
||||
retryQueue: null
|
||||
})
|
||||
: ((renderLanes.transitions = workInProgress),
|
||||
(renderLanes.markerInstances = current)))),
|
||||
bailoutOffscreenComponent(null, JSCompiler_object_inline_stack_3104)
|
||||
bailoutOffscreenComponent(null, JSCompiler_object_inline_stack_3122)
|
||||
);
|
||||
if (
|
||||
"number" ===
|
||||
typeof JSCompiler_object_inline_stack_3104.unstable_expectedLoadTime
|
||||
typeof JSCompiler_object_inline_stack_3122.unstable_expectedLoadTime
|
||||
)
|
||||
return (
|
||||
reuseSuspenseHandlerOnStack(workInProgress),
|
||||
@@ -11140,18 +11142,18 @@ __DEV__ &&
|
||||
nextFallbackChildren,
|
||||
renderLanes
|
||||
),
|
||||
(JSCompiler_object_inline_stack_3104 = workInProgress.child),
|
||||
(JSCompiler_object_inline_stack_3104.memoizedState =
|
||||
(JSCompiler_object_inline_stack_3122 = workInProgress.child),
|
||||
(JSCompiler_object_inline_stack_3122.memoizedState =
|
||||
mountSuspenseOffscreenState(renderLanes)),
|
||||
(JSCompiler_object_inline_stack_3104.childLanes =
|
||||
(JSCompiler_object_inline_stack_3122.childLanes =
|
||||
getRemainingWorkInPrimaryTree(
|
||||
current,
|
||||
JSCompiler_object_inline_digest_3103,
|
||||
JSCompiler_object_inline_digest_3121,
|
||||
renderLanes
|
||||
)),
|
||||
(workInProgress.memoizedState = SUSPENDED_MARKER),
|
||||
(workInProgress.lanes = 4194304),
|
||||
bailoutOffscreenComponent(null, JSCompiler_object_inline_stack_3104)
|
||||
bailoutOffscreenComponent(null, JSCompiler_object_inline_stack_3122)
|
||||
);
|
||||
pushPrimaryTreeSuspenseHandler(workInProgress);
|
||||
return mountSuspensePrimaryChildren(
|
||||
@@ -11161,8 +11163,8 @@ __DEV__ &&
|
||||
}
|
||||
var prevState = current.memoizedState;
|
||||
if (null !== prevState) {
|
||||
var JSCompiler_object_inline_componentStack_3105 = prevState.dehydrated;
|
||||
if (null !== JSCompiler_object_inline_componentStack_3105) {
|
||||
var JSCompiler_object_inline_componentStack_3123 = prevState.dehydrated;
|
||||
if (null !== JSCompiler_object_inline_componentStack_3123) {
|
||||
if (didSuspend)
|
||||
workInProgress.flags & 256
|
||||
? (pushPrimaryTreeSuspenseHandler(workInProgress),
|
||||
@@ -11179,13 +11181,13 @@ __DEV__ &&
|
||||
(workInProgress = null))
|
||||
: (reuseSuspenseHandlerOnStack(workInProgress),
|
||||
(nextPrimaryChildren =
|
||||
JSCompiler_object_inline_stack_3104.fallback),
|
||||
JSCompiler_object_inline_stack_3122.fallback),
|
||||
(nextFallbackChildren = workInProgress.mode),
|
||||
(JSCompiler_object_inline_stack_3104 =
|
||||
(JSCompiler_object_inline_stack_3122 =
|
||||
mountWorkInProgressOffscreenFiber(
|
||||
{
|
||||
mode: "visible",
|
||||
children: JSCompiler_object_inline_stack_3104.children
|
||||
children: JSCompiler_object_inline_stack_3122.children
|
||||
},
|
||||
nextFallbackChildren
|
||||
)),
|
||||
@@ -11196,30 +11198,30 @@ __DEV__ &&
|
||||
null
|
||||
)),
|
||||
(nextPrimaryChildren.flags |= 2),
|
||||
(JSCompiler_object_inline_stack_3104.return = workInProgress),
|
||||
(JSCompiler_object_inline_stack_3122.return = workInProgress),
|
||||
(nextPrimaryChildren.return = workInProgress),
|
||||
(JSCompiler_object_inline_stack_3104.sibling =
|
||||
(JSCompiler_object_inline_stack_3122.sibling =
|
||||
nextPrimaryChildren),
|
||||
(workInProgress.child = JSCompiler_object_inline_stack_3104),
|
||||
(workInProgress.child = JSCompiler_object_inline_stack_3122),
|
||||
reconcileChildFibers(
|
||||
workInProgress,
|
||||
current.child,
|
||||
null,
|
||||
renderLanes
|
||||
),
|
||||
(JSCompiler_object_inline_stack_3104 = workInProgress.child),
|
||||
(JSCompiler_object_inline_stack_3104.memoizedState =
|
||||
(JSCompiler_object_inline_stack_3122 = workInProgress.child),
|
||||
(JSCompiler_object_inline_stack_3122.memoizedState =
|
||||
mountSuspenseOffscreenState(renderLanes)),
|
||||
(JSCompiler_object_inline_stack_3104.childLanes =
|
||||
(JSCompiler_object_inline_stack_3122.childLanes =
|
||||
getRemainingWorkInPrimaryTree(
|
||||
current,
|
||||
JSCompiler_object_inline_digest_3103,
|
||||
JSCompiler_object_inline_digest_3121,
|
||||
renderLanes
|
||||
)),
|
||||
(workInProgress.memoizedState = SUSPENDED_MARKER),
|
||||
(workInProgress = bailoutOffscreenComponent(
|
||||
null,
|
||||
JSCompiler_object_inline_stack_3104
|
||||
JSCompiler_object_inline_stack_3122
|
||||
)));
|
||||
else if (
|
||||
(pushPrimaryTreeSuspenseHandler(workInProgress),
|
||||
@@ -11227,45 +11229,45 @@ __DEV__ &&
|
||||
0 !== (renderLanes & 536870912) &&
|
||||
markRenderDerivedCause(workInProgress),
|
||||
isSuspenseInstanceFallback(
|
||||
JSCompiler_object_inline_componentStack_3105
|
||||
JSCompiler_object_inline_componentStack_3123
|
||||
))
|
||||
) {
|
||||
JSCompiler_object_inline_digest_3103 =
|
||||
JSCompiler_object_inline_componentStack_3105.nextSibling &&
|
||||
JSCompiler_object_inline_componentStack_3105.nextSibling.dataset;
|
||||
if (JSCompiler_object_inline_digest_3103) {
|
||||
nextPrimaryChildren = JSCompiler_object_inline_digest_3103.dgst;
|
||||
var message = JSCompiler_object_inline_digest_3103.msg;
|
||||
nextFallbackChildren = JSCompiler_object_inline_digest_3103.stck;
|
||||
var componentStack = JSCompiler_object_inline_digest_3103.cstck;
|
||||
JSCompiler_object_inline_digest_3121 =
|
||||
JSCompiler_object_inline_componentStack_3123.nextSibling &&
|
||||
JSCompiler_object_inline_componentStack_3123.nextSibling.dataset;
|
||||
if (JSCompiler_object_inline_digest_3121) {
|
||||
nextPrimaryChildren = JSCompiler_object_inline_digest_3121.dgst;
|
||||
var message = JSCompiler_object_inline_digest_3121.msg;
|
||||
nextFallbackChildren = JSCompiler_object_inline_digest_3121.stck;
|
||||
var componentStack = JSCompiler_object_inline_digest_3121.cstck;
|
||||
}
|
||||
JSCompiler_object_inline_message_3102 = message;
|
||||
JSCompiler_object_inline_digest_3103 = nextPrimaryChildren;
|
||||
JSCompiler_object_inline_stack_3104 = nextFallbackChildren;
|
||||
JSCompiler_object_inline_componentStack_3105 = componentStack;
|
||||
nextPrimaryChildren = JSCompiler_object_inline_message_3102;
|
||||
nextFallbackChildren = JSCompiler_object_inline_componentStack_3105;
|
||||
JSCompiler_object_inline_message_3120 = message;
|
||||
JSCompiler_object_inline_digest_3121 = nextPrimaryChildren;
|
||||
JSCompiler_object_inline_stack_3122 = nextFallbackChildren;
|
||||
JSCompiler_object_inline_componentStack_3123 = componentStack;
|
||||
nextPrimaryChildren = JSCompiler_object_inline_message_3120;
|
||||
nextFallbackChildren = JSCompiler_object_inline_componentStack_3123;
|
||||
nextPrimaryChildren = nextPrimaryChildren
|
||||
? Error(nextPrimaryChildren)
|
||||
: Error(
|
||||
"The server could not finish this Suspense boundary, likely due to an error during server rendering. Switched to client rendering."
|
||||
);
|
||||
nextPrimaryChildren.stack =
|
||||
JSCompiler_object_inline_stack_3104 || "";
|
||||
nextPrimaryChildren.digest = JSCompiler_object_inline_digest_3103;
|
||||
JSCompiler_object_inline_digest_3103 =
|
||||
JSCompiler_object_inline_stack_3122 || "";
|
||||
nextPrimaryChildren.digest = JSCompiler_object_inline_digest_3121;
|
||||
JSCompiler_object_inline_digest_3121 =
|
||||
void 0 === nextFallbackChildren ? null : nextFallbackChildren;
|
||||
JSCompiler_object_inline_stack_3104 = {
|
||||
JSCompiler_object_inline_stack_3122 = {
|
||||
value: nextPrimaryChildren,
|
||||
source: null,
|
||||
stack: JSCompiler_object_inline_digest_3103
|
||||
stack: JSCompiler_object_inline_digest_3121
|
||||
};
|
||||
"string" === typeof JSCompiler_object_inline_digest_3103 &&
|
||||
"string" === typeof JSCompiler_object_inline_digest_3121 &&
|
||||
CapturedStacks.set(
|
||||
nextPrimaryChildren,
|
||||
JSCompiler_object_inline_stack_3104
|
||||
JSCompiler_object_inline_stack_3122
|
||||
);
|
||||
queueHydrationError(JSCompiler_object_inline_stack_3104);
|
||||
queueHydrationError(JSCompiler_object_inline_stack_3122);
|
||||
workInProgress = retrySuspenseComponentWithoutHydrating(
|
||||
current,
|
||||
workInProgress,
|
||||
@@ -11279,35 +11281,35 @@ __DEV__ &&
|
||||
renderLanes,
|
||||
!1
|
||||
),
|
||||
(JSCompiler_object_inline_digest_3103 =
|
||||
(JSCompiler_object_inline_digest_3121 =
|
||||
0 !== (renderLanes & current.childLanes)),
|
||||
didReceiveUpdate || JSCompiler_object_inline_digest_3103)
|
||||
didReceiveUpdate || JSCompiler_object_inline_digest_3121)
|
||||
) {
|
||||
JSCompiler_object_inline_digest_3103 = workInProgressRoot;
|
||||
JSCompiler_object_inline_digest_3121 = workInProgressRoot;
|
||||
if (
|
||||
null !== JSCompiler_object_inline_digest_3103 &&
|
||||
((JSCompiler_object_inline_stack_3104 = getBumpedLaneForHydration(
|
||||
JSCompiler_object_inline_digest_3103,
|
||||
null !== JSCompiler_object_inline_digest_3121 &&
|
||||
((JSCompiler_object_inline_stack_3122 = getBumpedLaneForHydration(
|
||||
JSCompiler_object_inline_digest_3121,
|
||||
renderLanes
|
||||
)),
|
||||
0 !== JSCompiler_object_inline_stack_3104 &&
|
||||
JSCompiler_object_inline_stack_3104 !== prevState.retryLane)
|
||||
0 !== JSCompiler_object_inline_stack_3122 &&
|
||||
JSCompiler_object_inline_stack_3122 !== prevState.retryLane)
|
||||
)
|
||||
throw (
|
||||
((prevState.retryLane = JSCompiler_object_inline_stack_3104),
|
||||
((prevState.retryLane = JSCompiler_object_inline_stack_3122),
|
||||
enqueueConcurrentRenderForLane(
|
||||
current,
|
||||
JSCompiler_object_inline_stack_3104
|
||||
JSCompiler_object_inline_stack_3122
|
||||
),
|
||||
scheduleUpdateOnFiber(
|
||||
JSCompiler_object_inline_digest_3103,
|
||||
JSCompiler_object_inline_digest_3121,
|
||||
current,
|
||||
JSCompiler_object_inline_stack_3104
|
||||
JSCompiler_object_inline_stack_3122
|
||||
),
|
||||
SelectiveHydrationException)
|
||||
);
|
||||
isSuspenseInstancePending(
|
||||
JSCompiler_object_inline_componentStack_3105
|
||||
JSCompiler_object_inline_componentStack_3123
|
||||
) || renderDidSuspendDelayIfPossible();
|
||||
workInProgress = retrySuspenseComponentWithoutHydrating(
|
||||
current,
|
||||
@@ -11316,14 +11318,14 @@ __DEV__ &&
|
||||
);
|
||||
} else
|
||||
isSuspenseInstancePending(
|
||||
JSCompiler_object_inline_componentStack_3105
|
||||
JSCompiler_object_inline_componentStack_3123
|
||||
)
|
||||
? ((workInProgress.flags |= 192),
|
||||
(workInProgress.child = current.child),
|
||||
(workInProgress = null))
|
||||
: ((current = prevState.treeContext),
|
||||
(nextHydratableInstance = getNextHydratable(
|
||||
JSCompiler_object_inline_componentStack_3105.nextSibling
|
||||
JSCompiler_object_inline_componentStack_3123.nextSibling
|
||||
)),
|
||||
(hydrationParentFiber = workInProgress),
|
||||
(isHydrating = !0),
|
||||
@@ -11335,32 +11337,32 @@ __DEV__ &&
|
||||
restoreSuspendedTreeContext(workInProgress, current),
|
||||
(workInProgress = mountSuspensePrimaryChildren(
|
||||
workInProgress,
|
||||
JSCompiler_object_inline_stack_3104.children
|
||||
JSCompiler_object_inline_stack_3122.children
|
||||
)),
|
||||
(workInProgress.flags |= 4096));
|
||||
return workInProgress;
|
||||
}
|
||||
}
|
||||
if (JSCompiler_object_inline_message_3102)
|
||||
if (JSCompiler_object_inline_message_3120)
|
||||
return (
|
||||
reuseSuspenseHandlerOnStack(workInProgress),
|
||||
(nextPrimaryChildren = JSCompiler_object_inline_stack_3104.fallback),
|
||||
(nextPrimaryChildren = JSCompiler_object_inline_stack_3122.fallback),
|
||||
(nextFallbackChildren = workInProgress.mode),
|
||||
(componentStack = current.child),
|
||||
(JSCompiler_object_inline_componentStack_3105 =
|
||||
(JSCompiler_object_inline_componentStack_3123 =
|
||||
componentStack.sibling),
|
||||
(JSCompiler_object_inline_stack_3104 = createWorkInProgress(
|
||||
(JSCompiler_object_inline_stack_3122 = createWorkInProgress(
|
||||
componentStack,
|
||||
{
|
||||
mode: "hidden",
|
||||
children: JSCompiler_object_inline_stack_3104.children
|
||||
children: JSCompiler_object_inline_stack_3122.children
|
||||
}
|
||||
)),
|
||||
(JSCompiler_object_inline_stack_3104.subtreeFlags =
|
||||
(JSCompiler_object_inline_stack_3122.subtreeFlags =
|
||||
componentStack.subtreeFlags & 65011712),
|
||||
null !== JSCompiler_object_inline_componentStack_3105
|
||||
null !== JSCompiler_object_inline_componentStack_3123
|
||||
? (nextPrimaryChildren = createWorkInProgress(
|
||||
JSCompiler_object_inline_componentStack_3105,
|
||||
JSCompiler_object_inline_componentStack_3123,
|
||||
nextPrimaryChildren
|
||||
))
|
||||
: ((nextPrimaryChildren = createFiberFromFragment(
|
||||
@@ -11371,11 +11373,11 @@ __DEV__ &&
|
||||
)),
|
||||
(nextPrimaryChildren.flags |= 2)),
|
||||
(nextPrimaryChildren.return = workInProgress),
|
||||
(JSCompiler_object_inline_stack_3104.return = workInProgress),
|
||||
(JSCompiler_object_inline_stack_3104.sibling = nextPrimaryChildren),
|
||||
(workInProgress.child = JSCompiler_object_inline_stack_3104),
|
||||
bailoutOffscreenComponent(null, JSCompiler_object_inline_stack_3104),
|
||||
(JSCompiler_object_inline_stack_3104 = workInProgress.child),
|
||||
(JSCompiler_object_inline_stack_3122.return = workInProgress),
|
||||
(JSCompiler_object_inline_stack_3122.sibling = nextPrimaryChildren),
|
||||
(workInProgress.child = JSCompiler_object_inline_stack_3122),
|
||||
bailoutOffscreenComponent(null, JSCompiler_object_inline_stack_3122),
|
||||
(JSCompiler_object_inline_stack_3122 = workInProgress.child),
|
||||
(nextPrimaryChildren = current.child.memoizedState),
|
||||
null === nextPrimaryChildren
|
||||
? (nextPrimaryChildren = mountSuspenseOffscreenState(renderLanes))
|
||||
@@ -11391,7 +11393,7 @@ __DEV__ &&
|
||||
baseLanes: nextPrimaryChildren.baseLanes | renderLanes,
|
||||
cachePool: nextFallbackChildren
|
||||
})),
|
||||
(JSCompiler_object_inline_stack_3104.memoizedState =
|
||||
(JSCompiler_object_inline_stack_3122.memoizedState =
|
||||
nextPrimaryChildren),
|
||||
enableTransitionTracing &&
|
||||
((nextPrimaryChildren = enableTransitionTracing
|
||||
@@ -11402,37 +11404,37 @@ __DEV__ &&
|
||||
? markerInstanceStack.current
|
||||
: null),
|
||||
(componentStack =
|
||||
JSCompiler_object_inline_stack_3104.updateQueue),
|
||||
(JSCompiler_object_inline_componentStack_3105 =
|
||||
JSCompiler_object_inline_stack_3122.updateQueue),
|
||||
(JSCompiler_object_inline_componentStack_3123 =
|
||||
current.updateQueue),
|
||||
null === componentStack
|
||||
? (JSCompiler_object_inline_stack_3104.updateQueue = {
|
||||
? (JSCompiler_object_inline_stack_3122.updateQueue = {
|
||||
transitions: nextPrimaryChildren,
|
||||
markerInstances: nextFallbackChildren,
|
||||
retryQueue: null
|
||||
})
|
||||
: componentStack ===
|
||||
JSCompiler_object_inline_componentStack_3105
|
||||
? (JSCompiler_object_inline_stack_3104.updateQueue = {
|
||||
JSCompiler_object_inline_componentStack_3123
|
||||
? (JSCompiler_object_inline_stack_3122.updateQueue = {
|
||||
transitions: nextPrimaryChildren,
|
||||
markerInstances: nextFallbackChildren,
|
||||
retryQueue:
|
||||
null !== JSCompiler_object_inline_componentStack_3105
|
||||
? JSCompiler_object_inline_componentStack_3105.retryQueue
|
||||
null !== JSCompiler_object_inline_componentStack_3123
|
||||
? JSCompiler_object_inline_componentStack_3123.retryQueue
|
||||
: null
|
||||
})
|
||||
: ((componentStack.transitions = nextPrimaryChildren),
|
||||
(componentStack.markerInstances = nextFallbackChildren)))),
|
||||
(JSCompiler_object_inline_stack_3104.childLanes =
|
||||
(JSCompiler_object_inline_stack_3122.childLanes =
|
||||
getRemainingWorkInPrimaryTree(
|
||||
current,
|
||||
JSCompiler_object_inline_digest_3103,
|
||||
JSCompiler_object_inline_digest_3121,
|
||||
renderLanes
|
||||
)),
|
||||
(workInProgress.memoizedState = SUSPENDED_MARKER),
|
||||
bailoutOffscreenComponent(
|
||||
current.child,
|
||||
JSCompiler_object_inline_stack_3104
|
||||
JSCompiler_object_inline_stack_3122
|
||||
)
|
||||
);
|
||||
null !== prevState &&
|
||||
@@ -11444,16 +11446,16 @@ __DEV__ &&
|
||||
current = renderLanes.sibling;
|
||||
renderLanes = createWorkInProgress(renderLanes, {
|
||||
mode: "visible",
|
||||
children: JSCompiler_object_inline_stack_3104.children
|
||||
children: JSCompiler_object_inline_stack_3122.children
|
||||
});
|
||||
renderLanes.return = workInProgress;
|
||||
renderLanes.sibling = null;
|
||||
null !== current &&
|
||||
((JSCompiler_object_inline_digest_3103 = workInProgress.deletions),
|
||||
null === JSCompiler_object_inline_digest_3103
|
||||
((JSCompiler_object_inline_digest_3121 = workInProgress.deletions),
|
||||
null === JSCompiler_object_inline_digest_3121
|
||||
? ((workInProgress.deletions = [current]),
|
||||
(workInProgress.flags |= 16))
|
||||
: JSCompiler_object_inline_digest_3103.push(current));
|
||||
: JSCompiler_object_inline_digest_3121.push(current));
|
||||
workInProgress.child = renderLanes;
|
||||
workInProgress.memoizedState = null;
|
||||
return renderLanes;
|
||||
@@ -20590,11 +20592,6 @@ __DEV__ &&
|
||||
var task = animatingTask;
|
||||
animatingLanes &= ~lanes;
|
||||
animatingTask = null;
|
||||
0 !== (lanes & 127) &&
|
||||
0 === (workInProgressRootRenderLanes & 127) &&
|
||||
0 === (pendingEffectsLanes & 127) &&
|
||||
(setCurrentTrackFromLanes(2),
|
||||
logAnimatingPhase(blockingClampTime, now$1(), task));
|
||||
0 !== (lanes & 4194048) &&
|
||||
0 === (workInProgressRootRenderLanes & 4194048) &&
|
||||
0 === (pendingEffectsLanes & 4194048) &&
|
||||
@@ -33103,11 +33100,11 @@ __DEV__ &&
|
||||
return_targetInst = null;
|
||||
(function () {
|
||||
var isomorphicReactPackageVersion = React.version;
|
||||
if ("19.2.0-www-classic-e0c421ab-20250924" !== isomorphicReactPackageVersion)
|
||||
if ("19.2.0-www-classic-05b61f81-20250924" !== isomorphicReactPackageVersion)
|
||||
throw Error(
|
||||
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
||||
(isomorphicReactPackageVersion +
|
||||
"\n - react-dom: 19.2.0-www-classic-e0c421ab-20250924\nLearn more: https://react.dev/warnings/version-mismatch")
|
||||
"\n - react-dom: 19.2.0-www-classic-05b61f81-20250924\nLearn more: https://react.dev/warnings/version-mismatch")
|
||||
);
|
||||
})();
|
||||
("function" === typeof Map &&
|
||||
@@ -33150,10 +33147,10 @@ __DEV__ &&
|
||||
!(function () {
|
||||
var internals = {
|
||||
bundleType: 1,
|
||||
version: "19.2.0-www-classic-e0c421ab-20250924",
|
||||
version: "19.2.0-www-classic-05b61f81-20250924",
|
||||
rendererPackageName: "react-dom",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-www-classic-e0c421ab-20250924"
|
||||
reconcilerVersion: "19.2.0-www-classic-05b61f81-20250924"
|
||||
};
|
||||
internals.overrideHookState = overrideHookState;
|
||||
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
|
||||
@@ -33931,5 +33928,5 @@ __DEV__ &&
|
||||
exports.useFormStatus = function () {
|
||||
return resolveDispatcher().useHostTransitionStatus();
|
||||
};
|
||||
exports.version = "19.2.0-www-classic-e0c421ab-20250924";
|
||||
exports.version = "19.2.0-www-classic-05b61f81-20250924";
|
||||
})();
|
||||
|
||||
@@ -3873,15 +3873,17 @@ __DEV__ &&
|
||||
}
|
||||
function setCurrentTrackFromLanes(lanes) {
|
||||
currentTrack =
|
||||
lanes & 127
|
||||
lanes & 63
|
||||
? "Blocking"
|
||||
: lanes & 4194176
|
||||
? "Transition"
|
||||
: lanes & 62914560
|
||||
? "Suspense"
|
||||
: lanes & 2080374784
|
||||
? "Idle"
|
||||
: "Other";
|
||||
: lanes & 64
|
||||
? "Gesture"
|
||||
: lanes & 4194176
|
||||
? "Transition"
|
||||
: lanes & 62914560
|
||||
? "Suspense"
|
||||
: lanes & 2080374784
|
||||
? "Idle"
|
||||
: "Other";
|
||||
}
|
||||
function logComponentTrigger(fiber, startTime, endTime, trigger) {
|
||||
supportsUserTiming &&
|
||||
@@ -10845,24 +10847,24 @@ __DEV__ &&
|
||||
return current;
|
||||
}
|
||||
function updateSuspenseComponent(current, workInProgress, renderLanes) {
|
||||
var JSCompiler_object_inline_digest_3098;
|
||||
var JSCompiler_object_inline_stack_3099 = workInProgress.pendingProps;
|
||||
var JSCompiler_object_inline_digest_3116;
|
||||
var JSCompiler_object_inline_stack_3117 = workInProgress.pendingProps;
|
||||
shouldSuspendImpl(workInProgress) && (workInProgress.flags |= 128);
|
||||
var JSCompiler_object_inline_message_3097 = !1;
|
||||
var JSCompiler_object_inline_message_3115 = !1;
|
||||
var didSuspend = 0 !== (workInProgress.flags & 128);
|
||||
(JSCompiler_object_inline_digest_3098 = didSuspend) ||
|
||||
(JSCompiler_object_inline_digest_3098 =
|
||||
(JSCompiler_object_inline_digest_3116 = didSuspend) ||
|
||||
(JSCompiler_object_inline_digest_3116 =
|
||||
null !== current && null === current.memoizedState
|
||||
? !1
|
||||
: 0 !== (suspenseStackCursor.current & ForceSuspenseFallback));
|
||||
JSCompiler_object_inline_digest_3098 &&
|
||||
((JSCompiler_object_inline_message_3097 = !0),
|
||||
JSCompiler_object_inline_digest_3116 &&
|
||||
((JSCompiler_object_inline_message_3115 = !0),
|
||||
(workInProgress.flags &= -129));
|
||||
JSCompiler_object_inline_digest_3098 = 0 !== (workInProgress.flags & 32);
|
||||
JSCompiler_object_inline_digest_3116 = 0 !== (workInProgress.flags & 32);
|
||||
workInProgress.flags &= -33;
|
||||
if (null === current) {
|
||||
if (isHydrating) {
|
||||
JSCompiler_object_inline_message_3097
|
||||
JSCompiler_object_inline_message_3115
|
||||
? pushPrimaryTreeSuspenseHandler(workInProgress)
|
||||
: reuseSuspenseHandlerOnStack(workInProgress);
|
||||
(current = nextHydratableInstance)
|
||||
@@ -10875,18 +10877,18 @@ __DEV__ &&
|
||||
? renderLanes
|
||||
: null),
|
||||
null !== renderLanes &&
|
||||
((JSCompiler_object_inline_digest_3098 = {
|
||||
((JSCompiler_object_inline_digest_3116 = {
|
||||
dehydrated: renderLanes,
|
||||
treeContext: getSuspendedTreeContext(),
|
||||
retryLane: 536870912,
|
||||
hydrationErrors: null
|
||||
}),
|
||||
(workInProgress.memoizedState =
|
||||
JSCompiler_object_inline_digest_3098),
|
||||
(JSCompiler_object_inline_digest_3098 =
|
||||
JSCompiler_object_inline_digest_3116),
|
||||
(JSCompiler_object_inline_digest_3116 =
|
||||
createFiberFromDehydratedFragment(renderLanes)),
|
||||
(JSCompiler_object_inline_digest_3098.return = workInProgress),
|
||||
(workInProgress.child = JSCompiler_object_inline_digest_3098),
|
||||
(JSCompiler_object_inline_digest_3116.return = workInProgress),
|
||||
(workInProgress.child = JSCompiler_object_inline_digest_3116),
|
||||
(hydrationParentFiber = workInProgress),
|
||||
(nextHydratableInstance = null)))
|
||||
: (renderLanes = null);
|
||||
@@ -10900,9 +10902,9 @@ __DEV__ &&
|
||||
: (workInProgress.lanes = 536870912);
|
||||
return null;
|
||||
}
|
||||
var nextPrimaryChildren = JSCompiler_object_inline_stack_3099.children,
|
||||
nextFallbackChildren = JSCompiler_object_inline_stack_3099.fallback;
|
||||
if (JSCompiler_object_inline_message_3097)
|
||||
var nextPrimaryChildren = JSCompiler_object_inline_stack_3117.children,
|
||||
nextFallbackChildren = JSCompiler_object_inline_stack_3117.fallback;
|
||||
if (JSCompiler_object_inline_message_3115)
|
||||
return (
|
||||
reuseSuspenseHandlerOnStack(workInProgress),
|
||||
mountSuspenseFallbackChildren(
|
||||
@@ -10911,13 +10913,13 @@ __DEV__ &&
|
||||
nextFallbackChildren,
|
||||
renderLanes
|
||||
),
|
||||
(JSCompiler_object_inline_stack_3099 = workInProgress.child),
|
||||
(JSCompiler_object_inline_stack_3099.memoizedState =
|
||||
(JSCompiler_object_inline_stack_3117 = workInProgress.child),
|
||||
(JSCompiler_object_inline_stack_3117.memoizedState =
|
||||
mountSuspenseOffscreenState(renderLanes)),
|
||||
(JSCompiler_object_inline_stack_3099.childLanes =
|
||||
(JSCompiler_object_inline_stack_3117.childLanes =
|
||||
getRemainingWorkInPrimaryTree(
|
||||
current,
|
||||
JSCompiler_object_inline_digest_3098,
|
||||
JSCompiler_object_inline_digest_3116,
|
||||
renderLanes
|
||||
)),
|
||||
(workInProgress.memoizedState = SUSPENDED_MARKER),
|
||||
@@ -10929,20 +10931,20 @@ __DEV__ &&
|
||||
((current = enableTransitionTracing
|
||||
? markerInstanceStack.current
|
||||
: null),
|
||||
(renderLanes = JSCompiler_object_inline_stack_3099.updateQueue),
|
||||
(renderLanes = JSCompiler_object_inline_stack_3117.updateQueue),
|
||||
null === renderLanes
|
||||
? (JSCompiler_object_inline_stack_3099.updateQueue = {
|
||||
? (JSCompiler_object_inline_stack_3117.updateQueue = {
|
||||
transitions: workInProgress,
|
||||
markerInstances: current,
|
||||
retryQueue: null
|
||||
})
|
||||
: ((renderLanes.transitions = workInProgress),
|
||||
(renderLanes.markerInstances = current)))),
|
||||
bailoutOffscreenComponent(null, JSCompiler_object_inline_stack_3099)
|
||||
bailoutOffscreenComponent(null, JSCompiler_object_inline_stack_3117)
|
||||
);
|
||||
if (
|
||||
"number" ===
|
||||
typeof JSCompiler_object_inline_stack_3099.unstable_expectedLoadTime
|
||||
typeof JSCompiler_object_inline_stack_3117.unstable_expectedLoadTime
|
||||
)
|
||||
return (
|
||||
reuseSuspenseHandlerOnStack(workInProgress),
|
||||
@@ -10952,18 +10954,18 @@ __DEV__ &&
|
||||
nextFallbackChildren,
|
||||
renderLanes
|
||||
),
|
||||
(JSCompiler_object_inline_stack_3099 = workInProgress.child),
|
||||
(JSCompiler_object_inline_stack_3099.memoizedState =
|
||||
(JSCompiler_object_inline_stack_3117 = workInProgress.child),
|
||||
(JSCompiler_object_inline_stack_3117.memoizedState =
|
||||
mountSuspenseOffscreenState(renderLanes)),
|
||||
(JSCompiler_object_inline_stack_3099.childLanes =
|
||||
(JSCompiler_object_inline_stack_3117.childLanes =
|
||||
getRemainingWorkInPrimaryTree(
|
||||
current,
|
||||
JSCompiler_object_inline_digest_3098,
|
||||
JSCompiler_object_inline_digest_3116,
|
||||
renderLanes
|
||||
)),
|
||||
(workInProgress.memoizedState = SUSPENDED_MARKER),
|
||||
(workInProgress.lanes = 4194304),
|
||||
bailoutOffscreenComponent(null, JSCompiler_object_inline_stack_3099)
|
||||
bailoutOffscreenComponent(null, JSCompiler_object_inline_stack_3117)
|
||||
);
|
||||
pushPrimaryTreeSuspenseHandler(workInProgress);
|
||||
return mountSuspensePrimaryChildren(
|
||||
@@ -10973,8 +10975,8 @@ __DEV__ &&
|
||||
}
|
||||
var prevState = current.memoizedState;
|
||||
if (null !== prevState) {
|
||||
var JSCompiler_object_inline_componentStack_3100 = prevState.dehydrated;
|
||||
if (null !== JSCompiler_object_inline_componentStack_3100) {
|
||||
var JSCompiler_object_inline_componentStack_3118 = prevState.dehydrated;
|
||||
if (null !== JSCompiler_object_inline_componentStack_3118) {
|
||||
if (didSuspend)
|
||||
workInProgress.flags & 256
|
||||
? (pushPrimaryTreeSuspenseHandler(workInProgress),
|
||||
@@ -10991,13 +10993,13 @@ __DEV__ &&
|
||||
(workInProgress = null))
|
||||
: (reuseSuspenseHandlerOnStack(workInProgress),
|
||||
(nextPrimaryChildren =
|
||||
JSCompiler_object_inline_stack_3099.fallback),
|
||||
JSCompiler_object_inline_stack_3117.fallback),
|
||||
(nextFallbackChildren = workInProgress.mode),
|
||||
(JSCompiler_object_inline_stack_3099 =
|
||||
(JSCompiler_object_inline_stack_3117 =
|
||||
mountWorkInProgressOffscreenFiber(
|
||||
{
|
||||
mode: "visible",
|
||||
children: JSCompiler_object_inline_stack_3099.children
|
||||
children: JSCompiler_object_inline_stack_3117.children
|
||||
},
|
||||
nextFallbackChildren
|
||||
)),
|
||||
@@ -11008,30 +11010,30 @@ __DEV__ &&
|
||||
null
|
||||
)),
|
||||
(nextPrimaryChildren.flags |= 2),
|
||||
(JSCompiler_object_inline_stack_3099.return = workInProgress),
|
||||
(JSCompiler_object_inline_stack_3117.return = workInProgress),
|
||||
(nextPrimaryChildren.return = workInProgress),
|
||||
(JSCompiler_object_inline_stack_3099.sibling =
|
||||
(JSCompiler_object_inline_stack_3117.sibling =
|
||||
nextPrimaryChildren),
|
||||
(workInProgress.child = JSCompiler_object_inline_stack_3099),
|
||||
(workInProgress.child = JSCompiler_object_inline_stack_3117),
|
||||
reconcileChildFibers(
|
||||
workInProgress,
|
||||
current.child,
|
||||
null,
|
||||
renderLanes
|
||||
),
|
||||
(JSCompiler_object_inline_stack_3099 = workInProgress.child),
|
||||
(JSCompiler_object_inline_stack_3099.memoizedState =
|
||||
(JSCompiler_object_inline_stack_3117 = workInProgress.child),
|
||||
(JSCompiler_object_inline_stack_3117.memoizedState =
|
||||
mountSuspenseOffscreenState(renderLanes)),
|
||||
(JSCompiler_object_inline_stack_3099.childLanes =
|
||||
(JSCompiler_object_inline_stack_3117.childLanes =
|
||||
getRemainingWorkInPrimaryTree(
|
||||
current,
|
||||
JSCompiler_object_inline_digest_3098,
|
||||
JSCompiler_object_inline_digest_3116,
|
||||
renderLanes
|
||||
)),
|
||||
(workInProgress.memoizedState = SUSPENDED_MARKER),
|
||||
(workInProgress = bailoutOffscreenComponent(
|
||||
null,
|
||||
JSCompiler_object_inline_stack_3099
|
||||
JSCompiler_object_inline_stack_3117
|
||||
)));
|
||||
else if (
|
||||
(pushPrimaryTreeSuspenseHandler(workInProgress),
|
||||
@@ -11039,45 +11041,45 @@ __DEV__ &&
|
||||
0 !== (renderLanes & 536870912) &&
|
||||
markRenderDerivedCause(workInProgress),
|
||||
isSuspenseInstanceFallback(
|
||||
JSCompiler_object_inline_componentStack_3100
|
||||
JSCompiler_object_inline_componentStack_3118
|
||||
))
|
||||
) {
|
||||
JSCompiler_object_inline_digest_3098 =
|
||||
JSCompiler_object_inline_componentStack_3100.nextSibling &&
|
||||
JSCompiler_object_inline_componentStack_3100.nextSibling.dataset;
|
||||
if (JSCompiler_object_inline_digest_3098) {
|
||||
nextPrimaryChildren = JSCompiler_object_inline_digest_3098.dgst;
|
||||
var message = JSCompiler_object_inline_digest_3098.msg;
|
||||
nextFallbackChildren = JSCompiler_object_inline_digest_3098.stck;
|
||||
var componentStack = JSCompiler_object_inline_digest_3098.cstck;
|
||||
JSCompiler_object_inline_digest_3116 =
|
||||
JSCompiler_object_inline_componentStack_3118.nextSibling &&
|
||||
JSCompiler_object_inline_componentStack_3118.nextSibling.dataset;
|
||||
if (JSCompiler_object_inline_digest_3116) {
|
||||
nextPrimaryChildren = JSCompiler_object_inline_digest_3116.dgst;
|
||||
var message = JSCompiler_object_inline_digest_3116.msg;
|
||||
nextFallbackChildren = JSCompiler_object_inline_digest_3116.stck;
|
||||
var componentStack = JSCompiler_object_inline_digest_3116.cstck;
|
||||
}
|
||||
JSCompiler_object_inline_message_3097 = message;
|
||||
JSCompiler_object_inline_digest_3098 = nextPrimaryChildren;
|
||||
JSCompiler_object_inline_stack_3099 = nextFallbackChildren;
|
||||
JSCompiler_object_inline_componentStack_3100 = componentStack;
|
||||
nextPrimaryChildren = JSCompiler_object_inline_message_3097;
|
||||
nextFallbackChildren = JSCompiler_object_inline_componentStack_3100;
|
||||
JSCompiler_object_inline_message_3115 = message;
|
||||
JSCompiler_object_inline_digest_3116 = nextPrimaryChildren;
|
||||
JSCompiler_object_inline_stack_3117 = nextFallbackChildren;
|
||||
JSCompiler_object_inline_componentStack_3118 = componentStack;
|
||||
nextPrimaryChildren = JSCompiler_object_inline_message_3115;
|
||||
nextFallbackChildren = JSCompiler_object_inline_componentStack_3118;
|
||||
nextPrimaryChildren = nextPrimaryChildren
|
||||
? Error(nextPrimaryChildren)
|
||||
: Error(
|
||||
"The server could not finish this Suspense boundary, likely due to an error during server rendering. Switched to client rendering."
|
||||
);
|
||||
nextPrimaryChildren.stack =
|
||||
JSCompiler_object_inline_stack_3099 || "";
|
||||
nextPrimaryChildren.digest = JSCompiler_object_inline_digest_3098;
|
||||
JSCompiler_object_inline_digest_3098 =
|
||||
JSCompiler_object_inline_stack_3117 || "";
|
||||
nextPrimaryChildren.digest = JSCompiler_object_inline_digest_3116;
|
||||
JSCompiler_object_inline_digest_3116 =
|
||||
void 0 === nextFallbackChildren ? null : nextFallbackChildren;
|
||||
JSCompiler_object_inline_stack_3099 = {
|
||||
JSCompiler_object_inline_stack_3117 = {
|
||||
value: nextPrimaryChildren,
|
||||
source: null,
|
||||
stack: JSCompiler_object_inline_digest_3098
|
||||
stack: JSCompiler_object_inline_digest_3116
|
||||
};
|
||||
"string" === typeof JSCompiler_object_inline_digest_3098 &&
|
||||
"string" === typeof JSCompiler_object_inline_digest_3116 &&
|
||||
CapturedStacks.set(
|
||||
nextPrimaryChildren,
|
||||
JSCompiler_object_inline_stack_3099
|
||||
JSCompiler_object_inline_stack_3117
|
||||
);
|
||||
queueHydrationError(JSCompiler_object_inline_stack_3099);
|
||||
queueHydrationError(JSCompiler_object_inline_stack_3117);
|
||||
workInProgress = retrySuspenseComponentWithoutHydrating(
|
||||
current,
|
||||
workInProgress,
|
||||
@@ -11091,35 +11093,35 @@ __DEV__ &&
|
||||
renderLanes,
|
||||
!1
|
||||
),
|
||||
(JSCompiler_object_inline_digest_3098 =
|
||||
(JSCompiler_object_inline_digest_3116 =
|
||||
0 !== (renderLanes & current.childLanes)),
|
||||
didReceiveUpdate || JSCompiler_object_inline_digest_3098)
|
||||
didReceiveUpdate || JSCompiler_object_inline_digest_3116)
|
||||
) {
|
||||
JSCompiler_object_inline_digest_3098 = workInProgressRoot;
|
||||
JSCompiler_object_inline_digest_3116 = workInProgressRoot;
|
||||
if (
|
||||
null !== JSCompiler_object_inline_digest_3098 &&
|
||||
((JSCompiler_object_inline_stack_3099 = getBumpedLaneForHydration(
|
||||
JSCompiler_object_inline_digest_3098,
|
||||
null !== JSCompiler_object_inline_digest_3116 &&
|
||||
((JSCompiler_object_inline_stack_3117 = getBumpedLaneForHydration(
|
||||
JSCompiler_object_inline_digest_3116,
|
||||
renderLanes
|
||||
)),
|
||||
0 !== JSCompiler_object_inline_stack_3099 &&
|
||||
JSCompiler_object_inline_stack_3099 !== prevState.retryLane)
|
||||
0 !== JSCompiler_object_inline_stack_3117 &&
|
||||
JSCompiler_object_inline_stack_3117 !== prevState.retryLane)
|
||||
)
|
||||
throw (
|
||||
((prevState.retryLane = JSCompiler_object_inline_stack_3099),
|
||||
((prevState.retryLane = JSCompiler_object_inline_stack_3117),
|
||||
enqueueConcurrentRenderForLane(
|
||||
current,
|
||||
JSCompiler_object_inline_stack_3099
|
||||
JSCompiler_object_inline_stack_3117
|
||||
),
|
||||
scheduleUpdateOnFiber(
|
||||
JSCompiler_object_inline_digest_3098,
|
||||
JSCompiler_object_inline_digest_3116,
|
||||
current,
|
||||
JSCompiler_object_inline_stack_3099
|
||||
JSCompiler_object_inline_stack_3117
|
||||
),
|
||||
SelectiveHydrationException)
|
||||
);
|
||||
isSuspenseInstancePending(
|
||||
JSCompiler_object_inline_componentStack_3100
|
||||
JSCompiler_object_inline_componentStack_3118
|
||||
) || renderDidSuspendDelayIfPossible();
|
||||
workInProgress = retrySuspenseComponentWithoutHydrating(
|
||||
current,
|
||||
@@ -11128,14 +11130,14 @@ __DEV__ &&
|
||||
);
|
||||
} else
|
||||
isSuspenseInstancePending(
|
||||
JSCompiler_object_inline_componentStack_3100
|
||||
JSCompiler_object_inline_componentStack_3118
|
||||
)
|
||||
? ((workInProgress.flags |= 192),
|
||||
(workInProgress.child = current.child),
|
||||
(workInProgress = null))
|
||||
: ((current = prevState.treeContext),
|
||||
(nextHydratableInstance = getNextHydratable(
|
||||
JSCompiler_object_inline_componentStack_3100.nextSibling
|
||||
JSCompiler_object_inline_componentStack_3118.nextSibling
|
||||
)),
|
||||
(hydrationParentFiber = workInProgress),
|
||||
(isHydrating = !0),
|
||||
@@ -11147,32 +11149,32 @@ __DEV__ &&
|
||||
restoreSuspendedTreeContext(workInProgress, current),
|
||||
(workInProgress = mountSuspensePrimaryChildren(
|
||||
workInProgress,
|
||||
JSCompiler_object_inline_stack_3099.children
|
||||
JSCompiler_object_inline_stack_3117.children
|
||||
)),
|
||||
(workInProgress.flags |= 4096));
|
||||
return workInProgress;
|
||||
}
|
||||
}
|
||||
if (JSCompiler_object_inline_message_3097)
|
||||
if (JSCompiler_object_inline_message_3115)
|
||||
return (
|
||||
reuseSuspenseHandlerOnStack(workInProgress),
|
||||
(nextPrimaryChildren = JSCompiler_object_inline_stack_3099.fallback),
|
||||
(nextPrimaryChildren = JSCompiler_object_inline_stack_3117.fallback),
|
||||
(nextFallbackChildren = workInProgress.mode),
|
||||
(componentStack = current.child),
|
||||
(JSCompiler_object_inline_componentStack_3100 =
|
||||
(JSCompiler_object_inline_componentStack_3118 =
|
||||
componentStack.sibling),
|
||||
(JSCompiler_object_inline_stack_3099 = createWorkInProgress(
|
||||
(JSCompiler_object_inline_stack_3117 = createWorkInProgress(
|
||||
componentStack,
|
||||
{
|
||||
mode: "hidden",
|
||||
children: JSCompiler_object_inline_stack_3099.children
|
||||
children: JSCompiler_object_inline_stack_3117.children
|
||||
}
|
||||
)),
|
||||
(JSCompiler_object_inline_stack_3099.subtreeFlags =
|
||||
(JSCompiler_object_inline_stack_3117.subtreeFlags =
|
||||
componentStack.subtreeFlags & 65011712),
|
||||
null !== JSCompiler_object_inline_componentStack_3100
|
||||
null !== JSCompiler_object_inline_componentStack_3118
|
||||
? (nextPrimaryChildren = createWorkInProgress(
|
||||
JSCompiler_object_inline_componentStack_3100,
|
||||
JSCompiler_object_inline_componentStack_3118,
|
||||
nextPrimaryChildren
|
||||
))
|
||||
: ((nextPrimaryChildren = createFiberFromFragment(
|
||||
@@ -11183,11 +11185,11 @@ __DEV__ &&
|
||||
)),
|
||||
(nextPrimaryChildren.flags |= 2)),
|
||||
(nextPrimaryChildren.return = workInProgress),
|
||||
(JSCompiler_object_inline_stack_3099.return = workInProgress),
|
||||
(JSCompiler_object_inline_stack_3099.sibling = nextPrimaryChildren),
|
||||
(workInProgress.child = JSCompiler_object_inline_stack_3099),
|
||||
bailoutOffscreenComponent(null, JSCompiler_object_inline_stack_3099),
|
||||
(JSCompiler_object_inline_stack_3099 = workInProgress.child),
|
||||
(JSCompiler_object_inline_stack_3117.return = workInProgress),
|
||||
(JSCompiler_object_inline_stack_3117.sibling = nextPrimaryChildren),
|
||||
(workInProgress.child = JSCompiler_object_inline_stack_3117),
|
||||
bailoutOffscreenComponent(null, JSCompiler_object_inline_stack_3117),
|
||||
(JSCompiler_object_inline_stack_3117 = workInProgress.child),
|
||||
(nextPrimaryChildren = current.child.memoizedState),
|
||||
null === nextPrimaryChildren
|
||||
? (nextPrimaryChildren = mountSuspenseOffscreenState(renderLanes))
|
||||
@@ -11203,7 +11205,7 @@ __DEV__ &&
|
||||
baseLanes: nextPrimaryChildren.baseLanes | renderLanes,
|
||||
cachePool: nextFallbackChildren
|
||||
})),
|
||||
(JSCompiler_object_inline_stack_3099.memoizedState =
|
||||
(JSCompiler_object_inline_stack_3117.memoizedState =
|
||||
nextPrimaryChildren),
|
||||
enableTransitionTracing &&
|
||||
((nextPrimaryChildren = enableTransitionTracing
|
||||
@@ -11214,37 +11216,37 @@ __DEV__ &&
|
||||
? markerInstanceStack.current
|
||||
: null),
|
||||
(componentStack =
|
||||
JSCompiler_object_inline_stack_3099.updateQueue),
|
||||
(JSCompiler_object_inline_componentStack_3100 =
|
||||
JSCompiler_object_inline_stack_3117.updateQueue),
|
||||
(JSCompiler_object_inline_componentStack_3118 =
|
||||
current.updateQueue),
|
||||
null === componentStack
|
||||
? (JSCompiler_object_inline_stack_3099.updateQueue = {
|
||||
? (JSCompiler_object_inline_stack_3117.updateQueue = {
|
||||
transitions: nextPrimaryChildren,
|
||||
markerInstances: nextFallbackChildren,
|
||||
retryQueue: null
|
||||
})
|
||||
: componentStack ===
|
||||
JSCompiler_object_inline_componentStack_3100
|
||||
? (JSCompiler_object_inline_stack_3099.updateQueue = {
|
||||
JSCompiler_object_inline_componentStack_3118
|
||||
? (JSCompiler_object_inline_stack_3117.updateQueue = {
|
||||
transitions: nextPrimaryChildren,
|
||||
markerInstances: nextFallbackChildren,
|
||||
retryQueue:
|
||||
null !== JSCompiler_object_inline_componentStack_3100
|
||||
? JSCompiler_object_inline_componentStack_3100.retryQueue
|
||||
null !== JSCompiler_object_inline_componentStack_3118
|
||||
? JSCompiler_object_inline_componentStack_3118.retryQueue
|
||||
: null
|
||||
})
|
||||
: ((componentStack.transitions = nextPrimaryChildren),
|
||||
(componentStack.markerInstances = nextFallbackChildren)))),
|
||||
(JSCompiler_object_inline_stack_3099.childLanes =
|
||||
(JSCompiler_object_inline_stack_3117.childLanes =
|
||||
getRemainingWorkInPrimaryTree(
|
||||
current,
|
||||
JSCompiler_object_inline_digest_3098,
|
||||
JSCompiler_object_inline_digest_3116,
|
||||
renderLanes
|
||||
)),
|
||||
(workInProgress.memoizedState = SUSPENDED_MARKER),
|
||||
bailoutOffscreenComponent(
|
||||
current.child,
|
||||
JSCompiler_object_inline_stack_3099
|
||||
JSCompiler_object_inline_stack_3117
|
||||
)
|
||||
);
|
||||
null !== prevState &&
|
||||
@@ -11256,16 +11258,16 @@ __DEV__ &&
|
||||
current = renderLanes.sibling;
|
||||
renderLanes = createWorkInProgress(renderLanes, {
|
||||
mode: "visible",
|
||||
children: JSCompiler_object_inline_stack_3099.children
|
||||
children: JSCompiler_object_inline_stack_3117.children
|
||||
});
|
||||
renderLanes.return = workInProgress;
|
||||
renderLanes.sibling = null;
|
||||
null !== current &&
|
||||
((JSCompiler_object_inline_digest_3098 = workInProgress.deletions),
|
||||
null === JSCompiler_object_inline_digest_3098
|
||||
((JSCompiler_object_inline_digest_3116 = workInProgress.deletions),
|
||||
null === JSCompiler_object_inline_digest_3116
|
||||
? ((workInProgress.deletions = [current]),
|
||||
(workInProgress.flags |= 16))
|
||||
: JSCompiler_object_inline_digest_3098.push(current));
|
||||
: JSCompiler_object_inline_digest_3116.push(current));
|
||||
workInProgress.child = renderLanes;
|
||||
workInProgress.memoizedState = null;
|
||||
return renderLanes;
|
||||
@@ -20384,11 +20386,6 @@ __DEV__ &&
|
||||
var task = animatingTask;
|
||||
animatingLanes &= ~lanes;
|
||||
animatingTask = null;
|
||||
0 !== (lanes & 127) &&
|
||||
0 === (workInProgressRootRenderLanes & 127) &&
|
||||
0 === (pendingEffectsLanes & 127) &&
|
||||
(setCurrentTrackFromLanes(2),
|
||||
logAnimatingPhase(blockingClampTime, now$1(), task));
|
||||
0 !== (lanes & 4194048) &&
|
||||
0 === (workInProgressRootRenderLanes & 4194048) &&
|
||||
0 === (pendingEffectsLanes & 4194048) &&
|
||||
@@ -32888,11 +32885,11 @@ __DEV__ &&
|
||||
return_targetInst = null;
|
||||
(function () {
|
||||
var isomorphicReactPackageVersion = React.version;
|
||||
if ("19.2.0-www-modern-e0c421ab-20250924" !== isomorphicReactPackageVersion)
|
||||
if ("19.2.0-www-modern-05b61f81-20250924" !== isomorphicReactPackageVersion)
|
||||
throw Error(
|
||||
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
||||
(isomorphicReactPackageVersion +
|
||||
"\n - react-dom: 19.2.0-www-modern-e0c421ab-20250924\nLearn more: https://react.dev/warnings/version-mismatch")
|
||||
"\n - react-dom: 19.2.0-www-modern-05b61f81-20250924\nLearn more: https://react.dev/warnings/version-mismatch")
|
||||
);
|
||||
})();
|
||||
("function" === typeof Map &&
|
||||
@@ -32935,10 +32932,10 @@ __DEV__ &&
|
||||
!(function () {
|
||||
var internals = {
|
||||
bundleType: 1,
|
||||
version: "19.2.0-www-modern-e0c421ab-20250924",
|
||||
version: "19.2.0-www-modern-05b61f81-20250924",
|
||||
rendererPackageName: "react-dom",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-www-modern-e0c421ab-20250924"
|
||||
reconcilerVersion: "19.2.0-www-modern-05b61f81-20250924"
|
||||
};
|
||||
internals.overrideHookState = overrideHookState;
|
||||
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
|
||||
@@ -33716,5 +33713,5 @@ __DEV__ &&
|
||||
exports.useFormStatus = function () {
|
||||
return resolveDispatcher().useHostTransitionStatus();
|
||||
};
|
||||
exports.version = "19.2.0-www-modern-e0c421ab-20250924";
|
||||
exports.version = "19.2.0-www-modern-05b61f81-20250924";
|
||||
})();
|
||||
|
||||
@@ -20280,14 +20280,14 @@ function getCrossOriginStringAs(as, input) {
|
||||
}
|
||||
var isomorphicReactPackageVersion$jscomp$inline_2156 = React.version;
|
||||
if (
|
||||
"19.2.0-www-classic-e0c421ab-20250924" !==
|
||||
"19.2.0-www-classic-05b61f81-20250924" !==
|
||||
isomorphicReactPackageVersion$jscomp$inline_2156
|
||||
)
|
||||
throw Error(
|
||||
formatProdErrorMessage(
|
||||
527,
|
||||
isomorphicReactPackageVersion$jscomp$inline_2156,
|
||||
"19.2.0-www-classic-e0c421ab-20250924"
|
||||
"19.2.0-www-classic-05b61f81-20250924"
|
||||
)
|
||||
);
|
||||
Internals.findDOMNode = function (componentOrElement) {
|
||||
@@ -20305,10 +20305,10 @@ Internals.Events = [
|
||||
];
|
||||
var internals$jscomp$inline_2793 = {
|
||||
bundleType: 0,
|
||||
version: "19.2.0-www-classic-e0c421ab-20250924",
|
||||
version: "19.2.0-www-classic-05b61f81-20250924",
|
||||
rendererPackageName: "react-dom",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-www-classic-e0c421ab-20250924"
|
||||
reconcilerVersion: "19.2.0-www-classic-05b61f81-20250924"
|
||||
};
|
||||
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
||||
var hook$jscomp$inline_2794 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
||||
@@ -20888,4 +20888,4 @@ exports.useFormState = function (action, initialState, permalink) {
|
||||
exports.useFormStatus = function () {
|
||||
return ReactSharedInternals.H.useHostTransitionStatus();
|
||||
};
|
||||
exports.version = "19.2.0-www-classic-e0c421ab-20250924";
|
||||
exports.version = "19.2.0-www-classic-05b61f81-20250924";
|
||||
|
||||
@@ -20009,14 +20009,14 @@ function getCrossOriginStringAs(as, input) {
|
||||
}
|
||||
var isomorphicReactPackageVersion$jscomp$inline_2146 = React.version;
|
||||
if (
|
||||
"19.2.0-www-modern-e0c421ab-20250924" !==
|
||||
"19.2.0-www-modern-05b61f81-20250924" !==
|
||||
isomorphicReactPackageVersion$jscomp$inline_2146
|
||||
)
|
||||
throw Error(
|
||||
formatProdErrorMessage(
|
||||
527,
|
||||
isomorphicReactPackageVersion$jscomp$inline_2146,
|
||||
"19.2.0-www-modern-e0c421ab-20250924"
|
||||
"19.2.0-www-modern-05b61f81-20250924"
|
||||
)
|
||||
);
|
||||
Internals.findDOMNode = function (componentOrElement) {
|
||||
@@ -20034,10 +20034,10 @@ Internals.Events = [
|
||||
];
|
||||
var internals$jscomp$inline_2775 = {
|
||||
bundleType: 0,
|
||||
version: "19.2.0-www-modern-e0c421ab-20250924",
|
||||
version: "19.2.0-www-modern-05b61f81-20250924",
|
||||
rendererPackageName: "react-dom",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-www-modern-e0c421ab-20250924"
|
||||
reconcilerVersion: "19.2.0-www-modern-05b61f81-20250924"
|
||||
};
|
||||
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
||||
var hook$jscomp$inline_2776 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
||||
@@ -20617,4 +20617,4 @@ exports.useFormState = function (action, initialState, permalink) {
|
||||
exports.useFormStatus = function () {
|
||||
return ReactSharedInternals.H.useHostTransitionStatus();
|
||||
};
|
||||
exports.version = "19.2.0-www-modern-e0c421ab-20250924";
|
||||
exports.version = "19.2.0-www-modern-05b61f81-20250924";
|
||||
|
||||
@@ -1345,15 +1345,17 @@ __DEV__ &&
|
||||
}
|
||||
function setCurrentTrackFromLanes(lanes) {
|
||||
currentTrack =
|
||||
lanes & 127
|
||||
lanes & 63
|
||||
? "Blocking"
|
||||
: lanes & 4194176
|
||||
? "Transition"
|
||||
: lanes & 62914560
|
||||
? "Suspense"
|
||||
: lanes & 2080374784
|
||||
? "Idle"
|
||||
: "Other";
|
||||
: lanes & 64
|
||||
? "Gesture"
|
||||
: lanes & 4194176
|
||||
? "Transition"
|
||||
: lanes & 62914560
|
||||
? "Suspense"
|
||||
: lanes & 2080374784
|
||||
? "Idle"
|
||||
: "Other";
|
||||
}
|
||||
function logComponentTrigger(fiber, startTime, endTime, trigger) {
|
||||
supportsUserTiming &&
|
||||
@@ -18565,11 +18567,6 @@ __DEV__ &&
|
||||
var task = animatingTask;
|
||||
animatingLanes &= ~lanes;
|
||||
animatingTask = null;
|
||||
0 !== (lanes & 127) &&
|
||||
0 === (workInProgressRootRenderLanes & 127) &&
|
||||
0 === (pendingEffectsLanes & 127) &&
|
||||
(setCurrentTrackFromLanes(2),
|
||||
logAnimatingPhase(blockingClampTime, now$1(), task));
|
||||
0 !== (lanes & 4194048) &&
|
||||
0 === (workInProgressRootRenderLanes & 4194048) &&
|
||||
0 === (pendingEffectsLanes & 4194048) &&
|
||||
@@ -22884,7 +22881,7 @@ __DEV__ &&
|
||||
version: rendererVersion,
|
||||
rendererPackageName: rendererPackageName,
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-www-classic-e0c421ab-20250924"
|
||||
reconcilerVersion: "19.2.0-www-classic-05b61f81-20250924"
|
||||
};
|
||||
null !== extraDevToolsConfig &&
|
||||
(internals.rendererConfig = extraDevToolsConfig);
|
||||
|
||||
@@ -1251,15 +1251,17 @@ __DEV__ &&
|
||||
}
|
||||
function setCurrentTrackFromLanes(lanes) {
|
||||
currentTrack =
|
||||
lanes & 127
|
||||
lanes & 63
|
||||
? "Blocking"
|
||||
: lanes & 4194176
|
||||
? "Transition"
|
||||
: lanes & 62914560
|
||||
? "Suspense"
|
||||
: lanes & 2080374784
|
||||
? "Idle"
|
||||
: "Other";
|
||||
: lanes & 64
|
||||
? "Gesture"
|
||||
: lanes & 4194176
|
||||
? "Transition"
|
||||
: lanes & 62914560
|
||||
? "Suspense"
|
||||
: lanes & 2080374784
|
||||
? "Idle"
|
||||
: "Other";
|
||||
}
|
||||
function logComponentTrigger(fiber, startTime, endTime, trigger) {
|
||||
supportsUserTiming &&
|
||||
@@ -18378,11 +18380,6 @@ __DEV__ &&
|
||||
var task = animatingTask;
|
||||
animatingLanes &= ~lanes;
|
||||
animatingTask = null;
|
||||
0 !== (lanes & 127) &&
|
||||
0 === (workInProgressRootRenderLanes & 127) &&
|
||||
0 === (pendingEffectsLanes & 127) &&
|
||||
(setCurrentTrackFromLanes(2),
|
||||
logAnimatingPhase(blockingClampTime, now$1(), task));
|
||||
0 !== (lanes & 4194048) &&
|
||||
0 === (workInProgressRootRenderLanes & 4194048) &&
|
||||
0 === (pendingEffectsLanes & 4194048) &&
|
||||
@@ -22664,7 +22661,7 @@ __DEV__ &&
|
||||
version: rendererVersion,
|
||||
rendererPackageName: rendererPackageName,
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-www-modern-e0c421ab-20250924"
|
||||
reconcilerVersion: "19.2.0-www-modern-05b61f81-20250924"
|
||||
};
|
||||
null !== extraDevToolsConfig &&
|
||||
(internals.rendererConfig = extraDevToolsConfig);
|
||||
|
||||
@@ -14233,7 +14233,7 @@ module.exports = function ($$$config) {
|
||||
version: rendererVersion,
|
||||
rendererPackageName: rendererPackageName,
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-www-classic-e0c421ab-20250924"
|
||||
reconcilerVersion: "19.2.0-www-classic-05b61f81-20250924"
|
||||
};
|
||||
null !== extraDevToolsConfig &&
|
||||
(internals.rendererConfig = extraDevToolsConfig);
|
||||
|
||||
@@ -13950,7 +13950,7 @@ module.exports = function ($$$config) {
|
||||
version: rendererVersion,
|
||||
rendererPackageName: rendererPackageName,
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-www-modern-e0c421ab-20250924"
|
||||
reconcilerVersion: "19.2.0-www-modern-05b61f81-20250924"
|
||||
};
|
||||
null !== extraDevToolsConfig &&
|
||||
(internals.rendererConfig = extraDevToolsConfig);
|
||||
|
||||
@@ -15610,10 +15610,10 @@ __DEV__ &&
|
||||
(function () {
|
||||
var internals = {
|
||||
bundleType: 1,
|
||||
version: "19.2.0-www-classic-e0c421ab-20250924",
|
||||
version: "19.2.0-www-classic-05b61f81-20250924",
|
||||
rendererPackageName: "react-test-renderer",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-www-classic-e0c421ab-20250924"
|
||||
reconcilerVersion: "19.2.0-www-classic-05b61f81-20250924"
|
||||
};
|
||||
internals.overrideHookState = overrideHookState;
|
||||
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
|
||||
@@ -15748,5 +15748,5 @@ __DEV__ &&
|
||||
exports.unstable_batchedUpdates = function (fn, a) {
|
||||
return fn(a);
|
||||
};
|
||||
exports.version = "19.2.0-www-classic-e0c421ab-20250924";
|
||||
exports.version = "19.2.0-www-classic-05b61f81-20250924";
|
||||
})();
|
||||
|
||||
@@ -15610,10 +15610,10 @@ __DEV__ &&
|
||||
(function () {
|
||||
var internals = {
|
||||
bundleType: 1,
|
||||
version: "19.2.0-www-modern-e0c421ab-20250924",
|
||||
version: "19.2.0-www-modern-05b61f81-20250924",
|
||||
rendererPackageName: "react-test-renderer",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-www-modern-e0c421ab-20250924"
|
||||
reconcilerVersion: "19.2.0-www-modern-05b61f81-20250924"
|
||||
};
|
||||
internals.overrideHookState = overrideHookState;
|
||||
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
|
||||
@@ -15748,5 +15748,5 @@ __DEV__ &&
|
||||
exports.unstable_batchedUpdates = function (fn, a) {
|
||||
return fn(a);
|
||||
};
|
||||
exports.version = "19.2.0-www-modern-e0c421ab-20250924";
|
||||
exports.version = "19.2.0-www-modern-05b61f81-20250924";
|
||||
})();
|
||||
|
||||
@@ -1 +1 @@
|
||||
19.2.0-www-classic-e0c421ab-20250924
|
||||
19.2.0-www-classic-05b61f81-20250924
|
||||
@@ -1 +1 @@
|
||||
19.2.0-www-modern-e0c421ab-20250924
|
||||
19.2.0-www-modern-05b61f81-20250924
|
||||
Reference in New Issue
Block a user