diff --git a/compiled/facebook-www/REVISION b/compiled/facebook-www/REVISION index 9e46353f0b..1af68d001b 100644 --- a/compiled/facebook-www/REVISION +++ b/compiled/facebook-www/REVISION @@ -1 +1 @@ -e0c421ab71e26c05afe506662a4574070c13d131 +05b61f812a2070276c5db0d2107808a6161632fc diff --git a/compiled/facebook-www/REVISION_TRANSFORMS b/compiled/facebook-www/REVISION_TRANSFORMS index 9e46353f0b..1af68d001b 100644 --- a/compiled/facebook-www/REVISION_TRANSFORMS +++ b/compiled/facebook-www/REVISION_TRANSFORMS @@ -1 +1 @@ -e0c421ab71e26c05afe506662a4574070c13d131 +05b61f812a2070276c5db0d2107808a6161632fc diff --git a/compiled/facebook-www/React-dev.classic.js b/compiled/facebook-www/React-dev.classic.js index 4e8f211ee6..c846d45e1d 100644 --- a/compiled/facebook-www/React-dev.classic.js +++ b/compiled/facebook-www/React-dev.classic.js @@ -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 && diff --git a/compiled/facebook-www/React-dev.modern.js b/compiled/facebook-www/React-dev.modern.js index 66ed92a75f..41c08584df 100644 --- a/compiled/facebook-www/React-dev.modern.js +++ b/compiled/facebook-www/React-dev.modern.js @@ -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 && diff --git a/compiled/facebook-www/React-prod.classic.js b/compiled/facebook-www/React-prod.classic.js index 232856bfab..6bc90d0cbc 100644 --- a/compiled/facebook-www/React-prod.classic.js +++ b/compiled/facebook-www/React-prod.classic.js @@ -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"; diff --git a/compiled/facebook-www/React-prod.modern.js b/compiled/facebook-www/React-prod.modern.js index c61c6b3ade..be1da66a04 100644 --- a/compiled/facebook-www/React-prod.modern.js +++ b/compiled/facebook-www/React-prod.modern.js @@ -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"; diff --git a/compiled/facebook-www/React-profiling.classic.js b/compiled/facebook-www/React-profiling.classic.js index 05ff4cffdb..22e1e72a25 100644 --- a/compiled/facebook-www/React-profiling.classic.js +++ b/compiled/facebook-www/React-profiling.classic.js @@ -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 && diff --git a/compiled/facebook-www/React-profiling.modern.js b/compiled/facebook-www/React-profiling.modern.js index 5346d6f447..bd0a777233 100644 --- a/compiled/facebook-www/React-profiling.modern.js +++ b/compiled/facebook-www/React-profiling.modern.js @@ -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 && diff --git a/compiled/facebook-www/ReactART-dev.classic.js b/compiled/facebook-www/ReactART-dev.classic.js index a02fecb945..e3f0c54849 100644 --- a/compiled/facebook-www/ReactART-dev.classic.js +++ b/compiled/facebook-www/ReactART-dev.classic.js @@ -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 && diff --git a/compiled/facebook-www/ReactART-dev.modern.js b/compiled/facebook-www/ReactART-dev.modern.js index 9261937af7..b115da528b 100644 --- a/compiled/facebook-www/ReactART-dev.modern.js +++ b/compiled/facebook-www/ReactART-dev.modern.js @@ -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 && diff --git a/compiled/facebook-www/ReactART-prod.classic.js b/compiled/facebook-www/ReactART-prod.classic.js index 2cd28be640..dc02bccc20 100644 --- a/compiled/facebook-www/ReactART-prod.classic.js +++ b/compiled/facebook-www/ReactART-prod.classic.js @@ -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"; diff --git a/compiled/facebook-www/ReactART-prod.modern.js b/compiled/facebook-www/ReactART-prod.modern.js index 331372869f..bf017e5107 100644 --- a/compiled/facebook-www/ReactART-prod.modern.js +++ b/compiled/facebook-www/ReactART-prod.modern.js @@ -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"; diff --git a/compiled/facebook-www/ReactDOM-dev.classic.js b/compiled/facebook-www/ReactDOM-dev.classic.js index 96d3f05432..11c4895f52 100644 --- a/compiled/facebook-www/ReactDOM-dev.classic.js +++ b/compiled/facebook-www/ReactDOM-dev.classic.js @@ -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 && diff --git a/compiled/facebook-www/ReactDOM-dev.modern.js b/compiled/facebook-www/ReactDOM-dev.modern.js index f2a1be6232..a7ae4f55da 100644 --- a/compiled/facebook-www/ReactDOM-dev.modern.js +++ b/compiled/facebook-www/ReactDOM-dev.modern.js @@ -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 && diff --git a/compiled/facebook-www/ReactDOM-prod.classic.js b/compiled/facebook-www/ReactDOM-prod.classic.js index 6604ccb071..aa56acb3b7 100644 --- a/compiled/facebook-www/ReactDOM-prod.classic.js +++ b/compiled/facebook-www/ReactDOM-prod.classic.js @@ -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"; diff --git a/compiled/facebook-www/ReactDOM-prod.modern.js b/compiled/facebook-www/ReactDOM-prod.modern.js index e68481b63f..19343c1cbf 100644 --- a/compiled/facebook-www/ReactDOM-prod.modern.js +++ b/compiled/facebook-www/ReactDOM-prod.modern.js @@ -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"; diff --git a/compiled/facebook-www/ReactDOM-profiling.classic.js b/compiled/facebook-www/ReactDOM-profiling.classic.js index f7d75b6983..0af75b05fc 100644 --- a/compiled/facebook-www/ReactDOM-profiling.classic.js +++ b/compiled/facebook-www/ReactDOM-profiling.classic.js @@ -1985,15 +1985,17 @@ var objectIs = "function" === typeof Object.is ? Object.is : is, currentTrack = "Blocking"; 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 && @@ -2719,12 +2721,12 @@ function startUpdateTimerByLane(lane) { blockingUpdateTime = now(); 0 !== (executionContext & 6) && (blockingUpdateType = 1); lane = resolveEventTimeStamp(); - var newEventType = resolveEventType(); - lane !== blockingEventTime || newEventType !== blockingEventType + var newEventType$30 = resolveEventType(); + lane !== blockingEventTime || newEventType$30 !== blockingEventType ? (blockingEventIsRepeat = !1) - : null !== newEventType && (blockingUpdateType = 1); + : null !== newEventType$30 && (blockingUpdateType = 1); blockingEventTime = lane; - blockingEventType = newEventType; + blockingEventType = newEventType$30; } } else if ( 0 !== (lane & 4194048) && @@ -2732,11 +2734,14 @@ function startUpdateTimerByLane(lane) { ((transitionUpdateTime = now()), 0 > transitionStartTime) ) { lane = resolveEventTimeStamp(); - newEventType = resolveEventType(); - if (lane !== transitionEventTime || newEventType !== transitionEventType) + newEventType$30 = resolveEventType(); + if ( + lane !== transitionEventTime || + newEventType$30 !== transitionEventType + ) transitionEventIsRepeat = !1; transitionEventTime = lane; - transitionEventType = newEventType; + transitionEventType = newEventType$30; } } function startHostActionTimer() { @@ -2874,14 +2879,14 @@ function flushSyncWorkAcrossRoots_impl(syncTransitionLanes, onlyLegacy) { isFlushingWork = !0; do { var didPerformSomeWork = !1; - for (var root$33 = firstScheduledRoot; null !== root$33; ) { + for (var root$35 = firstScheduledRoot; null !== root$35; ) { if (!onlyLegacy) if (0 !== syncTransitionLanes) { - var pendingLanes = root$33.pendingLanes; + var pendingLanes = root$35.pendingLanes; if (0 === pendingLanes) var JSCompiler_inline_result = 0; else { - var suspendedLanes = root$33.suspendedLanes, - pingedLanes = root$33.pingedLanes; + var suspendedLanes = root$35.suspendedLanes, + pingedLanes = root$35.pingedLanes; JSCompiler_inline_result = (1 << (31 - clz32(42 | syncTransitionLanes) + 1)) - 1; JSCompiler_inline_result &= @@ -2895,20 +2900,20 @@ function flushSyncWorkAcrossRoots_impl(syncTransitionLanes, onlyLegacy) { } 0 !== JSCompiler_inline_result && ((didPerformSomeWork = !0), - performSyncWorkOnRoot(root$33, JSCompiler_inline_result)); + performSyncWorkOnRoot(root$35, JSCompiler_inline_result)); } else (JSCompiler_inline_result = workInProgressRootRenderLanes), (JSCompiler_inline_result = getNextLanes( - root$33, - root$33 === workInProgressRoot ? JSCompiler_inline_result : 0, - null !== root$33.cancelPendingCommit || - -1 !== root$33.timeoutHandle + root$35, + root$35 === workInProgressRoot ? JSCompiler_inline_result : 0, + null !== root$35.cancelPendingCommit || + -1 !== root$35.timeoutHandle )), 0 === (JSCompiler_inline_result & 3) || - checkIfRootIsPrerendering(root$33, JSCompiler_inline_result) || + checkIfRootIsPrerendering(root$35, JSCompiler_inline_result) || ((didPerformSomeWork = !0), - performSyncWorkOnRoot(root$33, JSCompiler_inline_result)); - root$33 = root$33.next; + performSyncWorkOnRoot(root$35, JSCompiler_inline_result)); + root$35 = root$35.next; } } while (didPerformSomeWork); isFlushingWork = !1; @@ -4790,7 +4795,7 @@ function updateReducerImpl(hook, current, reducer) { var newBaseQueueFirst = (baseFirst = null), newBaseQueueLast = null, update = current, - didReadFromEntangledAsyncAction$75 = !1; + didReadFromEntangledAsyncAction$77 = !1; do { var updateLane = update.lane & -536870913; if ( @@ -4812,11 +4817,11 @@ function updateReducerImpl(hook, current, reducer) { next: null }), updateLane === currentEntangledLane && - (didReadFromEntangledAsyncAction$75 = !0); + (didReadFromEntangledAsyncAction$77 = !0); else if ((renderLanes & revertLane) === revertLane) { update = update.next; revertLane === currentEntangledLane && - (didReadFromEntangledAsyncAction$75 = !0); + (didReadFromEntangledAsyncAction$77 = !0); continue; } else (updateLane = { @@ -4864,7 +4869,7 @@ function updateReducerImpl(hook, current, reducer) { if ( !objectIs(pendingQueue, hook.memoizedState) && ((didReceiveUpdate = !0), - didReadFromEntangledAsyncAction$75 && + didReadFromEntangledAsyncAction$77 && ((reducer = currentEntangledActionThenable), null !== reducer)) ) throw reducer; @@ -5075,8 +5080,8 @@ function runActionStateAction(actionQueue, node) { try { (prevTransition = action(prevState, payload)), handleActionReturnValue(actionQueue, node, prevTransition); - } catch (error$81) { - onActionError(actionQueue, node, error$81); + } catch (error$83) { + onActionError(actionQueue, node, error$83); } } function handleActionReturnValue(actionQueue, node, returnValue) { @@ -5572,15 +5577,15 @@ function refreshCache(fiber, seedKey, seedValue) { case 3: var lane = requestUpdateLane(); fiber = createUpdate(lane); - var root$84 = enqueueUpdate(provider, fiber, lane); - null !== root$84 && + var root$86 = enqueueUpdate(provider, fiber, lane); + null !== root$86 && (startUpdateTimerByLane(lane), - scheduleUpdateOnFiber(root$84, provider, lane), - entangleTransitions(root$84, provider, lane)); + scheduleUpdateOnFiber(root$86, provider, lane), + entangleTransitions(root$86, provider, lane)); provider = createCache(); null !== seedKey && void 0 !== seedKey && - null !== root$84 && + null !== root$86 && provider.data.set(seedKey, seedValue); fiber.payload = { cache: provider }; return; @@ -6135,9 +6140,9 @@ function resolveClassComponentProps(Component, baseProps) { } if ((Component = Component.defaultProps)) { newProps === baseProps && (newProps = assign({}, newProps)); - for (var propName$88 in Component) - void 0 === newProps[propName$88] && - (newProps[propName$88] = Component[propName$88]); + for (var propName$90 in Component) + void 0 === newProps[propName$90] && + (newProps[propName$90] = Component[propName$90]); } return newProps; } @@ -6476,10 +6481,10 @@ var markerInstanceStack = createCursor(null); function pushRootMarkerInstance(workInProgress) { if (enableTransitionTracing) { var transitions = workInProgressTransitions, - root$99 = workInProgress.stateNode; + root$101 = workInProgress.stateNode; null !== transitions && transitions.forEach(function (transition) { - if (!root$99.incompleteTransitions.has(transition)) { + if (!root$101.incompleteTransitions.has(transition)) { var markerInstance = { tag: 0, transitions: new Set([transition]), @@ -6487,11 +6492,11 @@ function pushRootMarkerInstance(workInProgress) { aborts: null, name: null }; - root$99.incompleteTransitions.set(transition, markerInstance); + root$101.incompleteTransitions.set(transition, markerInstance); } }); var markerInstances = []; - root$99.incompleteTransitions.forEach(function (markerInstance) { + root$101.incompleteTransitions.forEach(function (markerInstance) { markerInstances.push(markerInstance); }); push(markerInstanceStack, markerInstances); @@ -8700,14 +8705,14 @@ function cutOffTailIfNeeded(renderState, hasRenderedATailFallback) { break; case "collapsed": lastTailNode = renderState.tail; - for (var lastTailNode$126 = null; null !== lastTailNode; ) - null !== lastTailNode.alternate && (lastTailNode$126 = lastTailNode), + for (var lastTailNode$128 = null; null !== lastTailNode; ) + null !== lastTailNode.alternate && (lastTailNode$128 = lastTailNode), (lastTailNode = lastTailNode.sibling); - null === lastTailNode$126 + null === lastTailNode$128 ? hasRenderedATailFallback || null === renderState.tail ? (renderState.tail = null) : (renderState.tail.sibling = null) - : (lastTailNode$126.sibling = null); + : (lastTailNode$128.sibling = null); } } function bubbleProperties(completedWork) { @@ -8719,53 +8724,53 @@ function bubbleProperties(completedWork) { if (didBailout) if (0 !== (completedWork.mode & 2)) { for ( - var treeBaseDuration$128 = completedWork.selfBaseDuration, - child$129 = completedWork.child; - null !== child$129; + var treeBaseDuration$130 = completedWork.selfBaseDuration, + child$131 = completedWork.child; + null !== child$131; ) - (newChildLanes |= child$129.lanes | child$129.childLanes), - (subtreeFlags |= child$129.subtreeFlags & 65011712), - (subtreeFlags |= child$129.flags & 65011712), - (treeBaseDuration$128 += child$129.treeBaseDuration), - (child$129 = child$129.sibling); - completedWork.treeBaseDuration = treeBaseDuration$128; + (newChildLanes |= child$131.lanes | child$131.childLanes), + (subtreeFlags |= child$131.subtreeFlags & 65011712), + (subtreeFlags |= child$131.flags & 65011712), + (treeBaseDuration$130 += child$131.treeBaseDuration), + (child$131 = child$131.sibling); + completedWork.treeBaseDuration = treeBaseDuration$130; } else for ( - treeBaseDuration$128 = completedWork.child; - null !== treeBaseDuration$128; + treeBaseDuration$130 = completedWork.child; + null !== treeBaseDuration$130; ) (newChildLanes |= - treeBaseDuration$128.lanes | treeBaseDuration$128.childLanes), - (subtreeFlags |= treeBaseDuration$128.subtreeFlags & 65011712), - (subtreeFlags |= treeBaseDuration$128.flags & 65011712), - (treeBaseDuration$128.return = completedWork), - (treeBaseDuration$128 = treeBaseDuration$128.sibling); + treeBaseDuration$130.lanes | treeBaseDuration$130.childLanes), + (subtreeFlags |= treeBaseDuration$130.subtreeFlags & 65011712), + (subtreeFlags |= treeBaseDuration$130.flags & 65011712), + (treeBaseDuration$130.return = completedWork), + (treeBaseDuration$130 = treeBaseDuration$130.sibling); else if (0 !== (completedWork.mode & 2)) { - treeBaseDuration$128 = completedWork.actualDuration; - child$129 = completedWork.selfBaseDuration; + treeBaseDuration$130 = completedWork.actualDuration; + child$131 = completedWork.selfBaseDuration; for (var child = completedWork.child; null !== child; ) (newChildLanes |= child.lanes | child.childLanes), (subtreeFlags |= child.subtreeFlags), (subtreeFlags |= child.flags), - (treeBaseDuration$128 += child.actualDuration), - (child$129 += child.treeBaseDuration), + (treeBaseDuration$130 += child.actualDuration), + (child$131 += child.treeBaseDuration), (child = child.sibling); - completedWork.actualDuration = treeBaseDuration$128; - completedWork.treeBaseDuration = child$129; + completedWork.actualDuration = treeBaseDuration$130; + completedWork.treeBaseDuration = child$131; } else for ( - treeBaseDuration$128 = completedWork.child; - null !== treeBaseDuration$128; + treeBaseDuration$130 = completedWork.child; + null !== treeBaseDuration$130; ) (newChildLanes |= - treeBaseDuration$128.lanes | treeBaseDuration$128.childLanes), - (subtreeFlags |= treeBaseDuration$128.subtreeFlags), - (subtreeFlags |= treeBaseDuration$128.flags), - (treeBaseDuration$128.return = completedWork), - (treeBaseDuration$128 = treeBaseDuration$128.sibling); + treeBaseDuration$130.lanes | treeBaseDuration$130.childLanes), + (subtreeFlags |= treeBaseDuration$130.subtreeFlags), + (subtreeFlags |= treeBaseDuration$130.flags), + (treeBaseDuration$130.return = completedWork), + (treeBaseDuration$130 = treeBaseDuration$130.sibling); completedWork.subtreeFlags |= subtreeFlags; completedWork.childLanes = newChildLanes; return didBailout; @@ -9726,8 +9731,8 @@ function safelyCallComponentWillUnmount( } else try { instance.componentWillUnmount(); - } catch (error$171) { - captureCommitPhaseError(current, nearestMountedAncestor, error$171); + } catch (error$173) { + captureCommitPhaseError(current, nearestMountedAncestor, error$173); } } function safelyAttachRef(current, nearestMountedAncestor) { @@ -9804,8 +9809,8 @@ function safelyDetachRef(current, nearestMountedAncestor) { recordEffectDuration(current); } else ref(null); - } catch (error$173) { - captureCommitPhaseError(current, nearestMountedAncestor, error$173); + } catch (error$175) { + captureCommitPhaseError(current, nearestMountedAncestor, error$175); } else ref.current = null; } @@ -10496,7 +10501,7 @@ function commitBeforeMutationEffects(root, firstChild, committedLanes) { selection = selection.focusOffset; try { JSCompiler_temp.nodeType, focusNode.nodeType; - } catch (e$244) { + } catch (e$250) { JSCompiler_temp = null; break a; } @@ -10757,11 +10762,11 @@ function commitLayoutEffectOnFiber(finishedRoot, current, finishedWork) { } else try { finishedRoot.componentDidMount(); - } catch (error$168) { + } catch (error$170) { captureCommitPhaseError( finishedWork, finishedWork.return, - error$168 + error$170 ); } else { @@ -10778,11 +10783,11 @@ function commitLayoutEffectOnFiber(finishedRoot, current, finishedWork) { current, finishedRoot.__reactInternalSnapshotBeforeUpdate ); - } catch (error$169) { + } catch (error$171) { captureCommitPhaseError( finishedWork, finishedWork.return, - error$169 + error$171 ); } recordEffectDuration(); @@ -10793,11 +10798,11 @@ function commitLayoutEffectOnFiber(finishedRoot, current, finishedWork) { current, finishedRoot.__reactInternalSnapshotBeforeUpdate ); - } catch (error$170) { + } catch (error$172) { captureCommitPhaseError( finishedWork, finishedWork.return, - error$170 + error$172 ); } } @@ -12089,25 +12094,25 @@ function commitReconciliationEffects(finishedWork) { ); break; case 5: - var parent$174 = hostParentFiber.stateNode; + var parent$176 = hostParentFiber.stateNode; hostParentFiber.flags & 32 && - (setTextContent(parent$174, ""), (hostParentFiber.flags &= -33)); - var before$175 = getHostSibling(finishedWork); + (setTextContent(parent$176, ""), (hostParentFiber.flags &= -33)); + var before$177 = getHostSibling(finishedWork); insertOrAppendPlacementNode( finishedWork, - before$175, - parent$174, + before$177, + parent$176, parentFragmentInstances ); break; case 3: case 4: - var parent$176 = hostParentFiber.stateNode.containerInfo, - before$177 = getHostSibling(finishedWork); + var parent$178 = hostParentFiber.stateNode.containerInfo, + before$179 = getHostSibling(finishedWork); insertOrAppendPlacementNodeIntoContainer( finishedWork, - before$177, - parent$176, + before$179, + parent$178, parentFragmentInstances ); break; @@ -13118,9 +13123,9 @@ function reconnectPassiveEffects( ); break; case 22: - var instance$214 = finishedWork.stateNode; + var instance$216 = finishedWork.stateNode; null !== finishedWork.memoizedState - ? instance$214._visibility & 2 + ? instance$216._visibility & 2 ? recursivelyTraverseReconnectPassiveEffects( finishedRoot, finishedWork, @@ -13136,7 +13141,7 @@ function reconnectPassiveEffects( committedTransitions, endTime ) - : ((instance$214._visibility |= 2), + : ((instance$216._visibility |= 2), recursivelyTraverseReconnectPassiveEffects( finishedRoot, finishedWork, @@ -13150,7 +13155,7 @@ function reconnectPassiveEffects( commitOffscreenPassiveMountEffects( finishedWork.alternate, finishedWork, - instance$214 + instance$216 ); break; case 24: @@ -14450,7 +14455,7 @@ function prepareFreshStack(root, lanes) { 0 <= blockingEventTime && blockingEventTime < blockingClampTime ? blockingClampTime : blockingEventTime; - var clampedRenderStartTime = + var clampedRenderStartTime$231 = 0 <= endTime ? endTime : 0 <= previousRenderStartTime @@ -14460,13 +14465,13 @@ function prepareFreshStack(root, lanes) { ? (setCurrentTrackFromLanes(2), logSuspendedWithDelayPhase( blockingSuspendedTime, - clampedRenderStartTime, + clampedRenderStartTime$231, lanes )) : 0 !== (animatingLanes & 127) && (setCurrentTrackFromLanes(2), - logAnimatingPhase(blockingClampTime, clampedRenderStartTime)); - clampedRenderStartTime = blockingEventType; + logAnimatingPhase(blockingClampTime, clampedRenderStartTime$231)); + clampedRenderStartTime$231 = blockingEventType; var eventIsRepeat = blockingEventIsRepeat, isSpawnedUpdate = 1 === blockingUpdateType, isPingedUpdate = 2 === blockingUpdateType, @@ -14481,10 +14486,12 @@ function prepareFreshStack(root, lanes) { ? endTime > previousRenderStartTime && (endTime = previousRenderStartTime) : (endTime = previousRenderStartTime), - null !== clampedRenderStartTime && + null !== clampedRenderStartTime$231 && previousRenderStartTime > endTime && console.timeStamp( - eventIsRepeat ? "Consecutive" : "Event: " + clampedRenderStartTime, + eventIsRepeat + ? "Consecutive" + : "Event: " + clampedRenderStartTime$231, endTime, previousRenderStartTime, currentTrack, @@ -14525,13 +14532,13 @@ function prepareFreshStack(root, lanes) { 0 <= transitionUpdateTime && transitionUpdateTime < transitionClampTime ? transitionClampTime : transitionUpdateTime), - (clampedRenderStartTime = + (clampedRenderStartTime$231 = 0 <= transitionEventTime && transitionEventTime < transitionClampTime ? transitionClampTime : transitionEventTime), (eventIsRepeat = - 0 <= clampedRenderStartTime - ? clampedRenderStartTime + 0 <= clampedRenderStartTime$231 + ? clampedRenderStartTime$231 : 0 <= endTime ? endTime : renderStartTime), @@ -14559,15 +14566,15 @@ function prepareFreshStack(root, lanes) { ? previousRenderStartTime > endTime && (previousRenderStartTime = endTime) : (previousRenderStartTime = endTime), - 0 < clampedRenderStartTime - ? clampedRenderStartTime > previousRenderStartTime && - (clampedRenderStartTime = previousRenderStartTime) - : (clampedRenderStartTime = previousRenderStartTime), - previousRenderStartTime > clampedRenderStartTime && + 0 < clampedRenderStartTime$231 + ? clampedRenderStartTime$231 > previousRenderStartTime && + (clampedRenderStartTime$231 = previousRenderStartTime) + : (clampedRenderStartTime$231 = previousRenderStartTime), + previousRenderStartTime > clampedRenderStartTime$231 && null !== eventIsRepeat && console.timeStamp( isSpawnedUpdate ? "Consecutive" : "Event: " + eventIsRepeat, - clampedRenderStartTime, + clampedRenderStartTime$231, previousRenderStartTime, currentTrack, "Scheduler \u269b", @@ -14642,9 +14649,9 @@ function prepareFreshStack(root, lanes) { endTime = root.entangledLanes; if (0 !== endTime) for (root = root.entanglements, endTime &= lanes; 0 < endTime; ) - (clampedRenderStartTime = 31 - clz32(endTime)), - (eventIsRepeat = 1 << clampedRenderStartTime), - (lanes |= root[clampedRenderStartTime]), + (clampedRenderStartTime$231 = 31 - clz32(endTime)), + (eventIsRepeat = 1 << clampedRenderStartTime$231), + (lanes |= root[clampedRenderStartTime$231]), (endTime &= ~eventIsRepeat); entangledRenderLanes = lanes; finishQueueingConcurrentUpdates(); @@ -14804,8 +14811,8 @@ function renderRootSync(root, lanes, shouldYieldForPrerendering) { workLoopSync(); memoizedUpdaters = workInProgressRootExitStatus; break; - } catch (thrownValue$231) { - handleThrow(root, thrownValue$231); + } catch (thrownValue$237) { + handleThrow(root, thrownValue$237); } while (1); lanes && root.shellSuspendCounter++; @@ -14932,8 +14939,8 @@ function renderRootConcurrent(root, lanes) { } workLoopConcurrentByScheduler(); break; - } catch (thrownValue$233) { - handleThrow(root, thrownValue$233); + } catch (thrownValue$239) { + handleThrow(root, thrownValue$239); } while (1); lastContextDependency = currentlyRenderingFiber$1 = null; @@ -15311,11 +15318,6 @@ function finishedViewTransition(lanes) { enableComponentPerformanceTrack && 0 !== (animatingLanes & lanes) && ((animatingLanes &= ~lanes), - 0 !== (lanes & 127) && - 0 === (workInProgressRootRenderLanes & 127) && - 0 === (pendingEffectsLanes & 127) && - (setCurrentTrackFromLanes(2), - logAnimatingPhase(blockingClampTime, now$1())), 0 !== (lanes & 4194048) && 0 === (workInProgressRootRenderLanes & 4194048) && 0 === (pendingEffectsLanes & 4194048) && @@ -16475,9 +16477,9 @@ function attemptHydrationAtCurrentPriority(fiber) { function getLaneLabelMap() { if (enableSchedulingProfiler) { for ( - var map = new Map(), lane = 1, index$242 = 0; - 31 > index$242; - index$242++ + var map = new Map(), lane = 1, index$248 = 0; + 31 > index$248; + index$248++ ) { var label = getLabelForLane(lane); map.set(lane, label); @@ -17395,20 +17397,20 @@ function debounceScrollEnd(targetInst, nativeEvent, nativeEventTarget) { (nativeEventTarget[internalScrollTimer] = targetInst)); } for ( - var i$jscomp$inline_2113 = 0; - i$jscomp$inline_2113 < simpleEventPluginEvents.length; - i$jscomp$inline_2113++ + var i$jscomp$inline_2135 = 0; + i$jscomp$inline_2135 < simpleEventPluginEvents.length; + i$jscomp$inline_2135++ ) { - var eventName$jscomp$inline_2114 = - simpleEventPluginEvents[i$jscomp$inline_2113], - domEventName$jscomp$inline_2115 = - eventName$jscomp$inline_2114.toLowerCase(), - capitalizedEvent$jscomp$inline_2116 = - eventName$jscomp$inline_2114[0].toUpperCase() + - eventName$jscomp$inline_2114.slice(1); + var eventName$jscomp$inline_2136 = + simpleEventPluginEvents[i$jscomp$inline_2135], + domEventName$jscomp$inline_2137 = + eventName$jscomp$inline_2136.toLowerCase(), + capitalizedEvent$jscomp$inline_2138 = + eventName$jscomp$inline_2136[0].toUpperCase() + + eventName$jscomp$inline_2136.slice(1); registerSimpleEvent( - domEventName$jscomp$inline_2115, - "on" + capitalizedEvent$jscomp$inline_2116 + domEventName$jscomp$inline_2137, + "on" + capitalizedEvent$jscomp$inline_2138 ); } registerSimpleEvent(ANIMATION_END, "onAnimationEnd"); @@ -18752,34 +18754,34 @@ function setInitialProperties(domElement, tag, props) { defaultChecked = null; for (hasSrc in props) if (props.hasOwnProperty(hasSrc)) { - var propValue$258 = props[hasSrc]; - if (null != propValue$258) + var propValue$264 = props[hasSrc]; + if (null != propValue$264) switch (hasSrc) { case "name": - hasSrcSet = propValue$258; + hasSrcSet = propValue$264; break; case "type": - propValue = propValue$258; + propValue = propValue$264; break; case "checked": - checked = propValue$258; + checked = propValue$264; break; case "defaultChecked": - defaultChecked = propValue$258; + defaultChecked = propValue$264; break; case "value": - propKey = propValue$258; + propKey = propValue$264; break; case "defaultValue": - defaultValue = propValue$258; + defaultValue = propValue$264; break; case "children": case "dangerouslySetInnerHTML": - if (null != propValue$258) + if (null != propValue$264) throw Error(formatProdErrorMessage(137, tag)); break; default: - setProp(domElement, tag, hasSrc, propValue$258, props, null); + setProp(domElement, tag, hasSrc, propValue$264, props, null); } } initInput( @@ -18916,14 +18918,14 @@ function setInitialProperties(domElement, tag, props) { return; default: if (isCustomElement(tag)) { - for (propValue$258 in props) - props.hasOwnProperty(propValue$258) && - ((hasSrc = props[propValue$258]), + for (propValue$264 in props) + props.hasOwnProperty(propValue$264) && + ((hasSrc = props[propValue$264]), void 0 !== hasSrc && setPropOnCustomElement( domElement, tag, - propValue$258, + propValue$264, hasSrc, props, void 0 @@ -18971,14 +18973,14 @@ function updateProperties(domElement, tag, lastProps, nextProps) { setProp(domElement, tag, propKey, null, nextProps, lastProp); } } - for (var propKey$275 in nextProps) { - var propKey = nextProps[propKey$275]; - lastProp = lastProps[propKey$275]; + for (var propKey$281 in nextProps) { + var propKey = nextProps[propKey$281]; + lastProp = lastProps[propKey$281]; if ( - nextProps.hasOwnProperty(propKey$275) && + nextProps.hasOwnProperty(propKey$281) && (null != propKey || null != lastProp) ) - switch (propKey$275) { + switch (propKey$281) { case "type": propKey !== lastProp && trackHostMutation(); type = propKey; @@ -19013,7 +19015,7 @@ function updateProperties(domElement, tag, lastProps, nextProps) { setProp( domElement, tag, - propKey$275, + propKey$281, propKey, nextProps, lastProp @@ -19032,7 +19034,7 @@ function updateProperties(domElement, tag, lastProps, nextProps) { ); return; case "select": - propKey = value = defaultValue = propKey$275 = null; + propKey = value = defaultValue = propKey$281 = null; for (type in lastProps) if ( ((lastDefaultValue = lastProps[type]), @@ -19064,7 +19066,7 @@ function updateProperties(domElement, tag, lastProps, nextProps) { switch (name) { case "value": type !== lastDefaultValue && trackHostMutation(); - propKey$275 = type; + propKey$281 = type; break; case "defaultValue": type !== lastDefaultValue && trackHostMutation(); @@ -19086,15 +19088,15 @@ function updateProperties(domElement, tag, lastProps, nextProps) { tag = defaultValue; lastProps = value; nextProps = propKey; - null != propKey$275 - ? updateOptions(domElement, !!lastProps, propKey$275, !1) + null != propKey$281 + ? updateOptions(domElement, !!lastProps, propKey$281, !1) : !!nextProps !== !!lastProps && (null != tag ? updateOptions(domElement, !!lastProps, tag, !0) : updateOptions(domElement, !!lastProps, lastProps ? [] : "", !1)); return; case "textarea": - propKey = propKey$275 = null; + propKey = propKey$281 = null; for (defaultValue in lastProps) if ( ((name = lastProps[defaultValue]), @@ -19119,7 +19121,7 @@ function updateProperties(domElement, tag, lastProps, nextProps) { switch (value) { case "value": name !== type && trackHostMutation(); - propKey$275 = name; + propKey$281 = name; break; case "defaultValue": name !== type && trackHostMutation(); @@ -19134,17 +19136,17 @@ function updateProperties(domElement, tag, lastProps, nextProps) { name !== type && setProp(domElement, tag, value, name, nextProps, type); } - updateTextarea(domElement, propKey$275, propKey); + updateTextarea(domElement, propKey$281, propKey); return; case "option": - for (var propKey$291 in lastProps) + for (var propKey$297 in lastProps) if ( - ((propKey$275 = lastProps[propKey$291]), - lastProps.hasOwnProperty(propKey$291) && - null != propKey$275 && - !nextProps.hasOwnProperty(propKey$291)) + ((propKey$281 = lastProps[propKey$297]), + lastProps.hasOwnProperty(propKey$297) && + null != propKey$281 && + !nextProps.hasOwnProperty(propKey$297)) ) - switch (propKey$291) { + switch (propKey$297) { case "selected": domElement.selected = !1; break; @@ -19152,34 +19154,34 @@ function updateProperties(domElement, tag, lastProps, nextProps) { setProp( domElement, tag, - propKey$291, + propKey$297, null, nextProps, - propKey$275 + propKey$281 ); } for (lastDefaultValue in nextProps) if ( - ((propKey$275 = nextProps[lastDefaultValue]), + ((propKey$281 = nextProps[lastDefaultValue]), (propKey = lastProps[lastDefaultValue]), nextProps.hasOwnProperty(lastDefaultValue) && - propKey$275 !== propKey && - (null != propKey$275 || null != propKey)) + propKey$281 !== propKey && + (null != propKey$281 || null != propKey)) ) switch (lastDefaultValue) { case "selected": - propKey$275 !== propKey && trackHostMutation(); + propKey$281 !== propKey && trackHostMutation(); domElement.selected = - propKey$275 && - "function" !== typeof propKey$275 && - "symbol" !== typeof propKey$275; + propKey$281 && + "function" !== typeof propKey$281 && + "symbol" !== typeof propKey$281; break; default: setProp( domElement, tag, lastDefaultValue, - propKey$275, + propKey$281, nextProps, propKey ); @@ -19200,24 +19202,24 @@ function updateProperties(domElement, tag, lastProps, nextProps) { case "track": case "wbr": case "menuitem": - for (var propKey$296 in lastProps) - (propKey$275 = lastProps[propKey$296]), - lastProps.hasOwnProperty(propKey$296) && - null != propKey$275 && - !nextProps.hasOwnProperty(propKey$296) && - setProp(domElement, tag, propKey$296, null, nextProps, propKey$275); + for (var propKey$302 in lastProps) + (propKey$281 = lastProps[propKey$302]), + lastProps.hasOwnProperty(propKey$302) && + null != propKey$281 && + !nextProps.hasOwnProperty(propKey$302) && + setProp(domElement, tag, propKey$302, null, nextProps, propKey$281); for (checked in nextProps) if ( - ((propKey$275 = nextProps[checked]), + ((propKey$281 = nextProps[checked]), (propKey = lastProps[checked]), nextProps.hasOwnProperty(checked) && - propKey$275 !== propKey && - (null != propKey$275 || null != propKey)) + propKey$281 !== propKey && + (null != propKey$281 || null != propKey)) ) switch (checked) { case "children": case "dangerouslySetInnerHTML": - if (null != propKey$275) + if (null != propKey$281) throw Error(formatProdErrorMessage(137, tag)); break; default: @@ -19225,7 +19227,7 @@ function updateProperties(domElement, tag, lastProps, nextProps) { domElement, tag, checked, - propKey$275, + propKey$281, nextProps, propKey ); @@ -19233,49 +19235,49 @@ function updateProperties(domElement, tag, lastProps, nextProps) { return; default: if (isCustomElement(tag)) { - for (var propKey$301 in lastProps) - (propKey$275 = lastProps[propKey$301]), - lastProps.hasOwnProperty(propKey$301) && - void 0 !== propKey$275 && - !nextProps.hasOwnProperty(propKey$301) && + for (var propKey$307 in lastProps) + (propKey$281 = lastProps[propKey$307]), + lastProps.hasOwnProperty(propKey$307) && + void 0 !== propKey$281 && + !nextProps.hasOwnProperty(propKey$307) && setPropOnCustomElement( domElement, tag, - propKey$301, + propKey$307, void 0, nextProps, - propKey$275 + propKey$281 ); for (defaultChecked in nextProps) - (propKey$275 = nextProps[defaultChecked]), + (propKey$281 = nextProps[defaultChecked]), (propKey = lastProps[defaultChecked]), !nextProps.hasOwnProperty(defaultChecked) || - propKey$275 === propKey || - (void 0 === propKey$275 && void 0 === propKey) || + propKey$281 === propKey || + (void 0 === propKey$281 && void 0 === propKey) || setPropOnCustomElement( domElement, tag, defaultChecked, - propKey$275, + propKey$281, nextProps, propKey ); return; } } - for (var propKey$306 in lastProps) - (propKey$275 = lastProps[propKey$306]), - lastProps.hasOwnProperty(propKey$306) && - null != propKey$275 && - !nextProps.hasOwnProperty(propKey$306) && - setProp(domElement, tag, propKey$306, null, nextProps, propKey$275); + for (var propKey$312 in lastProps) + (propKey$281 = lastProps[propKey$312]), + lastProps.hasOwnProperty(propKey$312) && + null != propKey$281 && + !nextProps.hasOwnProperty(propKey$312) && + setProp(domElement, tag, propKey$312, null, nextProps, propKey$281); for (lastProp in nextProps) - (propKey$275 = nextProps[lastProp]), + (propKey$281 = nextProps[lastProp]), (propKey = lastProps[lastProp]), !nextProps.hasOwnProperty(lastProp) || - propKey$275 === propKey || - (null == propKey$275 && null == propKey) || - setProp(domElement, tag, lastProp, propKey$275, nextProps, propKey); + propKey$281 === propKey || + (null == propKey$281 && null == propKey) || + setProp(domElement, tag, lastProp, propKey$281, nextProps, propKey); } function isLikelyStaticResource(initiatorType) { switch (initiatorType) { @@ -20918,26 +20920,26 @@ function getResource(type, currentProps, pendingProps, currentResource) { "string" === typeof pendingProps.precedence ) { type = getStyleKey(pendingProps.href); - var styles$322 = getResourcesFromRoot( + var styles$328 = getResourcesFromRoot( JSCompiler_inline_result ).hoistableStyles, - resource$323 = styles$322.get(type); - resource$323 || + resource$329 = styles$328.get(type); + resource$329 || ((JSCompiler_inline_result = JSCompiler_inline_result.ownerDocument || JSCompiler_inline_result), - (resource$323 = { + (resource$329 = { type: "stylesheet", instance: null, count: 0, state: { loading: 0, preload: null } }), - styles$322.set(type, resource$323), - (styles$322 = JSCompiler_inline_result.querySelector( + styles$328.set(type, resource$329), + (styles$328 = JSCompiler_inline_result.querySelector( getStylesheetSelectorFromKey(type) )) && - !styles$322._p && - ((resource$323.instance = styles$322), - (resource$323.state.loading = 5)), + !styles$328._p && + ((resource$329.instance = styles$328), + (resource$329.state.loading = 5)), preloadPropsMap.has(type) || ((pendingProps = { rel: "preload", @@ -20950,16 +20952,16 @@ function getResource(type, currentProps, pendingProps, currentResource) { referrerPolicy: pendingProps.referrerPolicy }), preloadPropsMap.set(type, pendingProps), - styles$322 || + styles$328 || preloadStylesheet( JSCompiler_inline_result, type, pendingProps, - resource$323.state + resource$329.state ))); if (currentProps && null === currentResource) throw Error(formatProdErrorMessage(528, "")); - return resource$323; + return resource$329; } if (currentProps && null !== currentResource) throw Error(formatProdErrorMessage(529, "")); @@ -21056,37 +21058,37 @@ function acquireResource(hoistableRoot, resource, props) { return (resource.instance = instance); case "stylesheet": styleProps = getStyleKey(props.href); - var instance$328 = hoistableRoot.querySelector( + var instance$334 = hoistableRoot.querySelector( getStylesheetSelectorFromKey(styleProps) ); - if (instance$328) + if (instance$334) return ( (resource.state.loading |= 4), - (resource.instance = instance$328), - markNodeAsHoistable(instance$328), - instance$328 + (resource.instance = instance$334), + markNodeAsHoistable(instance$334), + instance$334 ); instance = stylesheetPropsFromRawProps(props); (styleProps = preloadPropsMap.get(styleProps)) && adoptPreloadPropsForStylesheet(instance, styleProps); - instance$328 = ( + instance$334 = ( hoistableRoot.ownerDocument || hoistableRoot ).createElement("link"); - markNodeAsHoistable(instance$328); - var linkInstance = instance$328; + markNodeAsHoistable(instance$334); + var linkInstance = instance$334; linkInstance._p = new Promise(function (resolve, reject) { linkInstance.onload = resolve; linkInstance.onerror = reject; }); - setInitialProperties(instance$328, "link", instance); + setInitialProperties(instance$334, "link", instance); resource.state.loading |= 4; - insertStylesheet(instance$328, props.precedence, hoistableRoot); - return (resource.instance = instance$328); + insertStylesheet(instance$334, props.precedence, hoistableRoot); + return (resource.instance = instance$334); case "script": - instance$328 = getScriptKey(props.src); + instance$334 = getScriptKey(props.src); if ( (styleProps = hoistableRoot.querySelector( - getScriptSelectorFromKey(instance$328) + getScriptSelectorFromKey(instance$334) )) ) return ( @@ -21095,7 +21097,7 @@ function acquireResource(hoistableRoot, resource, props) { styleProps ); instance = props; - if ((styleProps = preloadPropsMap.get(instance$328))) + if ((styleProps = preloadPropsMap.get(instance$334))) (instance = assign({}, props)), adoptPreloadPropsForScript(instance, styleProps); hoistableRoot = hoistableRoot.ownerDocument || hoistableRoot; @@ -22160,16 +22162,16 @@ function getCrossOriginStringAs(as, input) { if ("string" === typeof input) return "use-credentials" === input ? input : ""; } -var isomorphicReactPackageVersion$jscomp$inline_2393 = React.version; +var isomorphicReactPackageVersion$jscomp$inline_2415 = React.version; if ( - "19.2.0-www-classic-e0c421ab-20250924" !== - isomorphicReactPackageVersion$jscomp$inline_2393 + "19.2.0-www-classic-05b61f81-20250924" !== + isomorphicReactPackageVersion$jscomp$inline_2415 ) throw Error( formatProdErrorMessage( 527, - isomorphicReactPackageVersion$jscomp$inline_2393, - "19.2.0-www-classic-e0c421ab-20250924" + isomorphicReactPackageVersion$jscomp$inline_2415, + "19.2.0-www-classic-05b61f81-20250924" ) ); Internals.findDOMNode = function (componentOrElement) { @@ -22185,27 +22187,27 @@ Internals.Events = [ return fn(a); } ]; -var internals$jscomp$inline_2395 = { +var internals$jscomp$inline_2417 = { 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" }; enableSchedulingProfiler && - ((internals$jscomp$inline_2395.getLaneLabelMap = getLaneLabelMap), - (internals$jscomp$inline_2395.injectProfilingHooks = injectProfilingHooks)); + ((internals$jscomp$inline_2417.getLaneLabelMap = getLaneLabelMap), + (internals$jscomp$inline_2417.injectProfilingHooks = injectProfilingHooks)); if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) { - var hook$jscomp$inline_3013 = __REACT_DEVTOOLS_GLOBAL_HOOK__; + var hook$jscomp$inline_3035 = __REACT_DEVTOOLS_GLOBAL_HOOK__; if ( - !hook$jscomp$inline_3013.isDisabled && - hook$jscomp$inline_3013.supportsFiber + !hook$jscomp$inline_3035.isDisabled && + hook$jscomp$inline_3035.supportsFiber ) try { - (rendererID = hook$jscomp$inline_3013.inject( - internals$jscomp$inline_2395 + (rendererID = hook$jscomp$inline_3035.inject( + internals$jscomp$inline_2417 )), - (injectedHook = hook$jscomp$inline_3013); + (injectedHook = hook$jscomp$inline_3035); } catch (err) {} } function defaultOnDefaultTransitionIndicator() { @@ -22623,7 +22625,7 @@ 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"; "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ && "function" === typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop && diff --git a/compiled/facebook-www/ReactDOM-profiling.modern.js b/compiled/facebook-www/ReactDOM-profiling.modern.js index 296a01e4e8..1ffc9047c2 100644 --- a/compiled/facebook-www/ReactDOM-profiling.modern.js +++ b/compiled/facebook-www/ReactDOM-profiling.modern.js @@ -1899,15 +1899,17 @@ var objectIs = "function" === typeof Object.is ? Object.is : is, currentTrack = "Blocking"; 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 && @@ -2633,12 +2635,12 @@ function startUpdateTimerByLane(lane) { blockingUpdateTime = now(); 0 !== (executionContext & 6) && (blockingUpdateType = 1); lane = resolveEventTimeStamp(); - var newEventType = resolveEventType(); - lane !== blockingEventTime || newEventType !== blockingEventType + var newEventType$30 = resolveEventType(); + lane !== blockingEventTime || newEventType$30 !== blockingEventType ? (blockingEventIsRepeat = !1) - : null !== newEventType && (blockingUpdateType = 1); + : null !== newEventType$30 && (blockingUpdateType = 1); blockingEventTime = lane; - blockingEventType = newEventType; + blockingEventType = newEventType$30; } } else if ( 0 !== (lane & 4194048) && @@ -2646,11 +2648,14 @@ function startUpdateTimerByLane(lane) { ((transitionUpdateTime = now()), 0 > transitionStartTime) ) { lane = resolveEventTimeStamp(); - newEventType = resolveEventType(); - if (lane !== transitionEventTime || newEventType !== transitionEventType) + newEventType$30 = resolveEventType(); + if ( + lane !== transitionEventTime || + newEventType$30 !== transitionEventType + ) transitionEventIsRepeat = !1; transitionEventTime = lane; - transitionEventType = newEventType; + transitionEventType = newEventType$30; } } function startHostActionTimer() { @@ -2788,14 +2793,14 @@ function flushSyncWorkAcrossRoots_impl(syncTransitionLanes, onlyLegacy) { isFlushingWork = !0; do { var didPerformSomeWork = !1; - for (var root$33 = firstScheduledRoot; null !== root$33; ) { + for (var root$35 = firstScheduledRoot; null !== root$35; ) { if (!onlyLegacy) if (0 !== syncTransitionLanes) { - var pendingLanes = root$33.pendingLanes; + var pendingLanes = root$35.pendingLanes; if (0 === pendingLanes) var JSCompiler_inline_result = 0; else { - var suspendedLanes = root$33.suspendedLanes, - pingedLanes = root$33.pingedLanes; + var suspendedLanes = root$35.suspendedLanes, + pingedLanes = root$35.pingedLanes; JSCompiler_inline_result = (1 << (31 - clz32(42 | syncTransitionLanes) + 1)) - 1; JSCompiler_inline_result &= @@ -2809,20 +2814,20 @@ function flushSyncWorkAcrossRoots_impl(syncTransitionLanes, onlyLegacy) { } 0 !== JSCompiler_inline_result && ((didPerformSomeWork = !0), - performSyncWorkOnRoot(root$33, JSCompiler_inline_result)); + performSyncWorkOnRoot(root$35, JSCompiler_inline_result)); } else (JSCompiler_inline_result = workInProgressRootRenderLanes), (JSCompiler_inline_result = getNextLanes( - root$33, - root$33 === workInProgressRoot ? JSCompiler_inline_result : 0, - null !== root$33.cancelPendingCommit || - -1 !== root$33.timeoutHandle + root$35, + root$35 === workInProgressRoot ? JSCompiler_inline_result : 0, + null !== root$35.cancelPendingCommit || + -1 !== root$35.timeoutHandle )), 0 === (JSCompiler_inline_result & 3) || - checkIfRootIsPrerendering(root$33, JSCompiler_inline_result) || + checkIfRootIsPrerendering(root$35, JSCompiler_inline_result) || ((didPerformSomeWork = !0), - performSyncWorkOnRoot(root$33, JSCompiler_inline_result)); - root$33 = root$33.next; + performSyncWorkOnRoot(root$35, JSCompiler_inline_result)); + root$35 = root$35.next; } } while (didPerformSomeWork); isFlushingWork = !1; @@ -4704,7 +4709,7 @@ function updateReducerImpl(hook, current, reducer) { var newBaseQueueFirst = (baseFirst = null), newBaseQueueLast = null, update = current, - didReadFromEntangledAsyncAction$75 = !1; + didReadFromEntangledAsyncAction$77 = !1; do { var updateLane = update.lane & -536870913; if ( @@ -4726,11 +4731,11 @@ function updateReducerImpl(hook, current, reducer) { next: null }), updateLane === currentEntangledLane && - (didReadFromEntangledAsyncAction$75 = !0); + (didReadFromEntangledAsyncAction$77 = !0); else if ((renderLanes & revertLane) === revertLane) { update = update.next; revertLane === currentEntangledLane && - (didReadFromEntangledAsyncAction$75 = !0); + (didReadFromEntangledAsyncAction$77 = !0); continue; } else (updateLane = { @@ -4778,7 +4783,7 @@ function updateReducerImpl(hook, current, reducer) { if ( !objectIs(pendingQueue, hook.memoizedState) && ((didReceiveUpdate = !0), - didReadFromEntangledAsyncAction$75 && + didReadFromEntangledAsyncAction$77 && ((reducer = currentEntangledActionThenable), null !== reducer)) ) throw reducer; @@ -4989,8 +4994,8 @@ function runActionStateAction(actionQueue, node) { try { (prevTransition = action(prevState, payload)), handleActionReturnValue(actionQueue, node, prevTransition); - } catch (error$81) { - onActionError(actionQueue, node, error$81); + } catch (error$83) { + onActionError(actionQueue, node, error$83); } } function handleActionReturnValue(actionQueue, node, returnValue) { @@ -5486,15 +5491,15 @@ function refreshCache(fiber, seedKey, seedValue) { case 3: var lane = requestUpdateLane(); fiber = createUpdate(lane); - var root$84 = enqueueUpdate(provider, fiber, lane); - null !== root$84 && + var root$86 = enqueueUpdate(provider, fiber, lane); + null !== root$86 && (startUpdateTimerByLane(lane), - scheduleUpdateOnFiber(root$84, provider, lane), - entangleTransitions(root$84, provider, lane)); + scheduleUpdateOnFiber(root$86, provider, lane), + entangleTransitions(root$86, provider, lane)); provider = createCache(); null !== seedKey && void 0 !== seedKey && - null !== root$84 && + null !== root$86 && provider.data.set(seedKey, seedValue); fiber.payload = { cache: provider }; return; @@ -6049,9 +6054,9 @@ function resolveClassComponentProps(Component, baseProps) { } if ((Component = Component.defaultProps)) { newProps === baseProps && (newProps = assign({}, newProps)); - for (var propName$88 in Component) - void 0 === newProps[propName$88] && - (newProps[propName$88] = Component[propName$88]); + for (var propName$90 in Component) + void 0 === newProps[propName$90] && + (newProps[propName$90] = Component[propName$90]); } return newProps; } @@ -6390,10 +6395,10 @@ var markerInstanceStack = createCursor(null); function pushRootMarkerInstance(workInProgress) { if (enableTransitionTracing) { var transitions = workInProgressTransitions, - root$99 = workInProgress.stateNode; + root$101 = workInProgress.stateNode; null !== transitions && transitions.forEach(function (transition) { - if (!root$99.incompleteTransitions.has(transition)) { + if (!root$101.incompleteTransitions.has(transition)) { var markerInstance = { tag: 0, transitions: new Set([transition]), @@ -6401,11 +6406,11 @@ function pushRootMarkerInstance(workInProgress) { aborts: null, name: null }; - root$99.incompleteTransitions.set(transition, markerInstance); + root$101.incompleteTransitions.set(transition, markerInstance); } }); var markerInstances = []; - root$99.incompleteTransitions.forEach(function (markerInstance) { + root$101.incompleteTransitions.forEach(function (markerInstance) { markerInstances.push(markerInstance); }); push(markerInstanceStack, markerInstances); @@ -8529,14 +8534,14 @@ function cutOffTailIfNeeded(renderState, hasRenderedATailFallback) { break; case "collapsed": lastTailNode = renderState.tail; - for (var lastTailNode$126 = null; null !== lastTailNode; ) - null !== lastTailNode.alternate && (lastTailNode$126 = lastTailNode), + for (var lastTailNode$128 = null; null !== lastTailNode; ) + null !== lastTailNode.alternate && (lastTailNode$128 = lastTailNode), (lastTailNode = lastTailNode.sibling); - null === lastTailNode$126 + null === lastTailNode$128 ? hasRenderedATailFallback || null === renderState.tail ? (renderState.tail = null) : (renderState.tail.sibling = null) - : (lastTailNode$126.sibling = null); + : (lastTailNode$128.sibling = null); } } function bubbleProperties(completedWork) { @@ -8548,53 +8553,53 @@ function bubbleProperties(completedWork) { if (didBailout) if (0 !== (completedWork.mode & 2)) { for ( - var treeBaseDuration$128 = completedWork.selfBaseDuration, - child$129 = completedWork.child; - null !== child$129; + var treeBaseDuration$130 = completedWork.selfBaseDuration, + child$131 = completedWork.child; + null !== child$131; ) - (newChildLanes |= child$129.lanes | child$129.childLanes), - (subtreeFlags |= child$129.subtreeFlags & 65011712), - (subtreeFlags |= child$129.flags & 65011712), - (treeBaseDuration$128 += child$129.treeBaseDuration), - (child$129 = child$129.sibling); - completedWork.treeBaseDuration = treeBaseDuration$128; + (newChildLanes |= child$131.lanes | child$131.childLanes), + (subtreeFlags |= child$131.subtreeFlags & 65011712), + (subtreeFlags |= child$131.flags & 65011712), + (treeBaseDuration$130 += child$131.treeBaseDuration), + (child$131 = child$131.sibling); + completedWork.treeBaseDuration = treeBaseDuration$130; } else for ( - treeBaseDuration$128 = completedWork.child; - null !== treeBaseDuration$128; + treeBaseDuration$130 = completedWork.child; + null !== treeBaseDuration$130; ) (newChildLanes |= - treeBaseDuration$128.lanes | treeBaseDuration$128.childLanes), - (subtreeFlags |= treeBaseDuration$128.subtreeFlags & 65011712), - (subtreeFlags |= treeBaseDuration$128.flags & 65011712), - (treeBaseDuration$128.return = completedWork), - (treeBaseDuration$128 = treeBaseDuration$128.sibling); + treeBaseDuration$130.lanes | treeBaseDuration$130.childLanes), + (subtreeFlags |= treeBaseDuration$130.subtreeFlags & 65011712), + (subtreeFlags |= treeBaseDuration$130.flags & 65011712), + (treeBaseDuration$130.return = completedWork), + (treeBaseDuration$130 = treeBaseDuration$130.sibling); else if (0 !== (completedWork.mode & 2)) { - treeBaseDuration$128 = completedWork.actualDuration; - child$129 = completedWork.selfBaseDuration; + treeBaseDuration$130 = completedWork.actualDuration; + child$131 = completedWork.selfBaseDuration; for (var child = completedWork.child; null !== child; ) (newChildLanes |= child.lanes | child.childLanes), (subtreeFlags |= child.subtreeFlags), (subtreeFlags |= child.flags), - (treeBaseDuration$128 += child.actualDuration), - (child$129 += child.treeBaseDuration), + (treeBaseDuration$130 += child.actualDuration), + (child$131 += child.treeBaseDuration), (child = child.sibling); - completedWork.actualDuration = treeBaseDuration$128; - completedWork.treeBaseDuration = child$129; + completedWork.actualDuration = treeBaseDuration$130; + completedWork.treeBaseDuration = child$131; } else for ( - treeBaseDuration$128 = completedWork.child; - null !== treeBaseDuration$128; + treeBaseDuration$130 = completedWork.child; + null !== treeBaseDuration$130; ) (newChildLanes |= - treeBaseDuration$128.lanes | treeBaseDuration$128.childLanes), - (subtreeFlags |= treeBaseDuration$128.subtreeFlags), - (subtreeFlags |= treeBaseDuration$128.flags), - (treeBaseDuration$128.return = completedWork), - (treeBaseDuration$128 = treeBaseDuration$128.sibling); + treeBaseDuration$130.lanes | treeBaseDuration$130.childLanes), + (subtreeFlags |= treeBaseDuration$130.subtreeFlags), + (subtreeFlags |= treeBaseDuration$130.flags), + (treeBaseDuration$130.return = completedWork), + (treeBaseDuration$130 = treeBaseDuration$130.sibling); completedWork.subtreeFlags |= subtreeFlags; completedWork.childLanes = newChildLanes; return didBailout; @@ -9536,8 +9541,8 @@ function safelyCallComponentWillUnmount( } else try { instance.componentWillUnmount(); - } catch (error$171) { - captureCommitPhaseError(current, nearestMountedAncestor, error$171); + } catch (error$173) { + captureCommitPhaseError(current, nearestMountedAncestor, error$173); } } function safelyAttachRef(current, nearestMountedAncestor) { @@ -9614,8 +9619,8 @@ function safelyDetachRef(current, nearestMountedAncestor) { recordEffectDuration(current); } else ref(null); - } catch (error$173) { - captureCommitPhaseError(current, nearestMountedAncestor, error$173); + } catch (error$175) { + captureCommitPhaseError(current, nearestMountedAncestor, error$175); } else ref.current = null; } @@ -10306,7 +10311,7 @@ function commitBeforeMutationEffects(root, firstChild, committedLanes) { selection = selection.focusOffset; try { JSCompiler_temp.nodeType, focusNode.nodeType; - } catch (e$244) { + } catch (e$250) { JSCompiler_temp = null; break a; } @@ -10567,11 +10572,11 @@ function commitLayoutEffectOnFiber(finishedRoot, current, finishedWork) { } else try { finishedRoot.componentDidMount(); - } catch (error$168) { + } catch (error$170) { captureCommitPhaseError( finishedWork, finishedWork.return, - error$168 + error$170 ); } else { @@ -10588,11 +10593,11 @@ function commitLayoutEffectOnFiber(finishedRoot, current, finishedWork) { current, finishedRoot.__reactInternalSnapshotBeforeUpdate ); - } catch (error$169) { + } catch (error$171) { captureCommitPhaseError( finishedWork, finishedWork.return, - error$169 + error$171 ); } recordEffectDuration(); @@ -10603,11 +10608,11 @@ function commitLayoutEffectOnFiber(finishedRoot, current, finishedWork) { current, finishedRoot.__reactInternalSnapshotBeforeUpdate ); - } catch (error$170) { + } catch (error$172) { captureCommitPhaseError( finishedWork, finishedWork.return, - error$170 + error$172 ); } } @@ -11899,25 +11904,25 @@ function commitReconciliationEffects(finishedWork) { ); break; case 5: - var parent$174 = hostParentFiber.stateNode; + var parent$176 = hostParentFiber.stateNode; hostParentFiber.flags & 32 && - (setTextContent(parent$174, ""), (hostParentFiber.flags &= -33)); - var before$175 = getHostSibling(finishedWork); + (setTextContent(parent$176, ""), (hostParentFiber.flags &= -33)); + var before$177 = getHostSibling(finishedWork); insertOrAppendPlacementNode( finishedWork, - before$175, - parent$174, + before$177, + parent$176, parentFragmentInstances ); break; case 3: case 4: - var parent$176 = hostParentFiber.stateNode.containerInfo, - before$177 = getHostSibling(finishedWork); + var parent$178 = hostParentFiber.stateNode.containerInfo, + before$179 = getHostSibling(finishedWork); insertOrAppendPlacementNodeIntoContainer( finishedWork, - before$177, - parent$176, + before$179, + parent$178, parentFragmentInstances ); break; @@ -12928,9 +12933,9 @@ function reconnectPassiveEffects( ); break; case 22: - var instance$214 = finishedWork.stateNode; + var instance$216 = finishedWork.stateNode; null !== finishedWork.memoizedState - ? instance$214._visibility & 2 + ? instance$216._visibility & 2 ? recursivelyTraverseReconnectPassiveEffects( finishedRoot, finishedWork, @@ -12946,7 +12951,7 @@ function reconnectPassiveEffects( committedTransitions, endTime ) - : ((instance$214._visibility |= 2), + : ((instance$216._visibility |= 2), recursivelyTraverseReconnectPassiveEffects( finishedRoot, finishedWork, @@ -12960,7 +12965,7 @@ function reconnectPassiveEffects( commitOffscreenPassiveMountEffects( finishedWork.alternate, finishedWork, - instance$214 + instance$216 ); break; case 24: @@ -14260,7 +14265,7 @@ function prepareFreshStack(root, lanes) { 0 <= blockingEventTime && blockingEventTime < blockingClampTime ? blockingClampTime : blockingEventTime; - var clampedRenderStartTime = + var clampedRenderStartTime$231 = 0 <= endTime ? endTime : 0 <= previousRenderStartTime @@ -14270,13 +14275,13 @@ function prepareFreshStack(root, lanes) { ? (setCurrentTrackFromLanes(2), logSuspendedWithDelayPhase( blockingSuspendedTime, - clampedRenderStartTime, + clampedRenderStartTime$231, lanes )) : 0 !== (animatingLanes & 127) && (setCurrentTrackFromLanes(2), - logAnimatingPhase(blockingClampTime, clampedRenderStartTime)); - clampedRenderStartTime = blockingEventType; + logAnimatingPhase(blockingClampTime, clampedRenderStartTime$231)); + clampedRenderStartTime$231 = blockingEventType; var eventIsRepeat = blockingEventIsRepeat, isSpawnedUpdate = 1 === blockingUpdateType, isPingedUpdate = 2 === blockingUpdateType, @@ -14291,10 +14296,12 @@ function prepareFreshStack(root, lanes) { ? endTime > previousRenderStartTime && (endTime = previousRenderStartTime) : (endTime = previousRenderStartTime), - null !== clampedRenderStartTime && + null !== clampedRenderStartTime$231 && previousRenderStartTime > endTime && console.timeStamp( - eventIsRepeat ? "Consecutive" : "Event: " + clampedRenderStartTime, + eventIsRepeat + ? "Consecutive" + : "Event: " + clampedRenderStartTime$231, endTime, previousRenderStartTime, currentTrack, @@ -14335,13 +14342,13 @@ function prepareFreshStack(root, lanes) { 0 <= transitionUpdateTime && transitionUpdateTime < transitionClampTime ? transitionClampTime : transitionUpdateTime), - (clampedRenderStartTime = + (clampedRenderStartTime$231 = 0 <= transitionEventTime && transitionEventTime < transitionClampTime ? transitionClampTime : transitionEventTime), (eventIsRepeat = - 0 <= clampedRenderStartTime - ? clampedRenderStartTime + 0 <= clampedRenderStartTime$231 + ? clampedRenderStartTime$231 : 0 <= endTime ? endTime : renderStartTime), @@ -14369,15 +14376,15 @@ function prepareFreshStack(root, lanes) { ? previousRenderStartTime > endTime && (previousRenderStartTime = endTime) : (previousRenderStartTime = endTime), - 0 < clampedRenderStartTime - ? clampedRenderStartTime > previousRenderStartTime && - (clampedRenderStartTime = previousRenderStartTime) - : (clampedRenderStartTime = previousRenderStartTime), - previousRenderStartTime > clampedRenderStartTime && + 0 < clampedRenderStartTime$231 + ? clampedRenderStartTime$231 > previousRenderStartTime && + (clampedRenderStartTime$231 = previousRenderStartTime) + : (clampedRenderStartTime$231 = previousRenderStartTime), + previousRenderStartTime > clampedRenderStartTime$231 && null !== eventIsRepeat && console.timeStamp( isSpawnedUpdate ? "Consecutive" : "Event: " + eventIsRepeat, - clampedRenderStartTime, + clampedRenderStartTime$231, previousRenderStartTime, currentTrack, "Scheduler \u269b", @@ -14452,9 +14459,9 @@ function prepareFreshStack(root, lanes) { endTime = root.entangledLanes; if (0 !== endTime) for (root = root.entanglements, endTime &= lanes; 0 < endTime; ) - (clampedRenderStartTime = 31 - clz32(endTime)), - (eventIsRepeat = 1 << clampedRenderStartTime), - (lanes |= root[clampedRenderStartTime]), + (clampedRenderStartTime$231 = 31 - clz32(endTime)), + (eventIsRepeat = 1 << clampedRenderStartTime$231), + (lanes |= root[clampedRenderStartTime$231]), (endTime &= ~eventIsRepeat); entangledRenderLanes = lanes; finishQueueingConcurrentUpdates(); @@ -14614,8 +14621,8 @@ function renderRootSync(root, lanes, shouldYieldForPrerendering) { workLoopSync(); memoizedUpdaters = workInProgressRootExitStatus; break; - } catch (thrownValue$231) { - handleThrow(root, thrownValue$231); + } catch (thrownValue$237) { + handleThrow(root, thrownValue$237); } while (1); lanes && root.shellSuspendCounter++; @@ -14742,8 +14749,8 @@ function renderRootConcurrent(root, lanes) { } workLoopConcurrentByScheduler(); break; - } catch (thrownValue$233) { - handleThrow(root, thrownValue$233); + } catch (thrownValue$239) { + handleThrow(root, thrownValue$239); } while (1); lastContextDependency = currentlyRenderingFiber$1 = null; @@ -15116,11 +15123,6 @@ function finishedViewTransition(lanes) { enableComponentPerformanceTrack && 0 !== (animatingLanes & lanes) && ((animatingLanes &= ~lanes), - 0 !== (lanes & 127) && - 0 === (workInProgressRootRenderLanes & 127) && - 0 === (pendingEffectsLanes & 127) && - (setCurrentTrackFromLanes(2), - logAnimatingPhase(blockingClampTime, now$1())), 0 !== (lanes & 4194048) && 0 === (workInProgressRootRenderLanes & 4194048) && 0 === (pendingEffectsLanes & 4194048) && @@ -16246,9 +16248,9 @@ function attemptHydrationAtCurrentPriority(fiber) { function getLaneLabelMap() { if (enableSchedulingProfiler) { for ( - var map = new Map(), lane = 1, index$242 = 0; - 31 > index$242; - index$242++ + var map = new Map(), lane = 1, index$248 = 0; + 31 > index$248; + index$248++ ) { var label = getLabelForLane(lane); map.set(lane, label); @@ -17194,20 +17196,20 @@ function debounceScrollEnd(targetInst, nativeEvent, nativeEventTarget) { (nativeEventTarget[internalScrollTimer] = targetInst)); } for ( - var i$jscomp$inline_2103 = 0; - i$jscomp$inline_2103 < simpleEventPluginEvents.length; - i$jscomp$inline_2103++ + var i$jscomp$inline_2125 = 0; + i$jscomp$inline_2125 < simpleEventPluginEvents.length; + i$jscomp$inline_2125++ ) { - var eventName$jscomp$inline_2104 = - simpleEventPluginEvents[i$jscomp$inline_2103], - domEventName$jscomp$inline_2105 = - eventName$jscomp$inline_2104.toLowerCase(), - capitalizedEvent$jscomp$inline_2106 = - eventName$jscomp$inline_2104[0].toUpperCase() + - eventName$jscomp$inline_2104.slice(1); + var eventName$jscomp$inline_2126 = + simpleEventPluginEvents[i$jscomp$inline_2125], + domEventName$jscomp$inline_2127 = + eventName$jscomp$inline_2126.toLowerCase(), + capitalizedEvent$jscomp$inline_2128 = + eventName$jscomp$inline_2126[0].toUpperCase() + + eventName$jscomp$inline_2126.slice(1); registerSimpleEvent( - domEventName$jscomp$inline_2105, - "on" + capitalizedEvent$jscomp$inline_2106 + domEventName$jscomp$inline_2127, + "on" + capitalizedEvent$jscomp$inline_2128 ); } registerSimpleEvent(ANIMATION_END, "onAnimationEnd"); @@ -18547,34 +18549,34 @@ function setInitialProperties(domElement, tag, props) { defaultChecked = null; for (hasSrc in props) if (props.hasOwnProperty(hasSrc)) { - var propValue$258 = props[hasSrc]; - if (null != propValue$258) + var propValue$264 = props[hasSrc]; + if (null != propValue$264) switch (hasSrc) { case "name": - hasSrcSet = propValue$258; + hasSrcSet = propValue$264; break; case "type": - propKey = propValue$258; + propKey = propValue$264; break; case "checked": - checked = propValue$258; + checked = propValue$264; break; case "defaultChecked": - defaultChecked = propValue$258; + defaultChecked = propValue$264; break; case "value": - propValue = propValue$258; + propValue = propValue$264; break; case "defaultValue": - defaultValue = propValue$258; + defaultValue = propValue$264; break; case "children": case "dangerouslySetInnerHTML": - if (null != propValue$258) + if (null != propValue$264) throw Error(formatProdErrorMessage(137, tag)); break; default: - setProp(domElement, tag, hasSrc, propValue$258, props, null); + setProp(domElement, tag, hasSrc, propValue$264, props, null); } } initInput( @@ -18710,14 +18712,14 @@ function setInitialProperties(domElement, tag, props) { return; default: if (isCustomElement(tag)) { - for (propValue$258 in props) - props.hasOwnProperty(propValue$258) && - ((hasSrc = props[propValue$258]), + for (propValue$264 in props) + props.hasOwnProperty(propValue$264) && + ((hasSrc = props[propValue$264]), void 0 !== hasSrc && setPropOnCustomElement( domElement, tag, - propValue$258, + propValue$264, hasSrc, props, void 0 @@ -18765,14 +18767,14 @@ function updateProperties(domElement, tag, lastProps, nextProps) { setProp(domElement, tag, propKey, null, nextProps, lastProp); } } - for (var propKey$275 in nextProps) { - var propKey = nextProps[propKey$275]; - lastProp = lastProps[propKey$275]; + for (var propKey$281 in nextProps) { + var propKey = nextProps[propKey$281]; + lastProp = lastProps[propKey$281]; if ( - nextProps.hasOwnProperty(propKey$275) && + nextProps.hasOwnProperty(propKey$281) && (null != propKey || null != lastProp) ) - switch (propKey$275) { + switch (propKey$281) { case "type": propKey !== lastProp && trackHostMutation(); type = propKey; @@ -18807,7 +18809,7 @@ function updateProperties(domElement, tag, lastProps, nextProps) { setProp( domElement, tag, - propKey$275, + propKey$281, propKey, nextProps, lastProp @@ -18826,7 +18828,7 @@ function updateProperties(domElement, tag, lastProps, nextProps) { ); return; case "select": - propKey = value = defaultValue = propKey$275 = null; + propKey = value = defaultValue = propKey$281 = null; for (type in lastProps) if ( ((lastDefaultValue = lastProps[type]), @@ -18858,7 +18860,7 @@ function updateProperties(domElement, tag, lastProps, nextProps) { switch (name) { case "value": type !== lastDefaultValue && trackHostMutation(); - propKey$275 = type; + propKey$281 = type; break; case "defaultValue": type !== lastDefaultValue && trackHostMutation(); @@ -18880,15 +18882,15 @@ function updateProperties(domElement, tag, lastProps, nextProps) { tag = defaultValue; lastProps = value; nextProps = propKey; - null != propKey$275 - ? updateOptions(domElement, !!lastProps, propKey$275, !1) + null != propKey$281 + ? updateOptions(domElement, !!lastProps, propKey$281, !1) : !!nextProps !== !!lastProps && (null != tag ? updateOptions(domElement, !!lastProps, tag, !0) : updateOptions(domElement, !!lastProps, lastProps ? [] : "", !1)); return; case "textarea": - propKey = propKey$275 = null; + propKey = propKey$281 = null; for (defaultValue in lastProps) if ( ((name = lastProps[defaultValue]), @@ -18913,7 +18915,7 @@ function updateProperties(domElement, tag, lastProps, nextProps) { switch (value) { case "value": name !== type && trackHostMutation(); - propKey$275 = name; + propKey$281 = name; break; case "defaultValue": name !== type && trackHostMutation(); @@ -18928,17 +18930,17 @@ function updateProperties(domElement, tag, lastProps, nextProps) { name !== type && setProp(domElement, tag, value, name, nextProps, type); } - updateTextarea(domElement, propKey$275, propKey); + updateTextarea(domElement, propKey$281, propKey); return; case "option": - for (var propKey$291 in lastProps) + for (var propKey$297 in lastProps) if ( - ((propKey$275 = lastProps[propKey$291]), - lastProps.hasOwnProperty(propKey$291) && - null != propKey$275 && - !nextProps.hasOwnProperty(propKey$291)) + ((propKey$281 = lastProps[propKey$297]), + lastProps.hasOwnProperty(propKey$297) && + null != propKey$281 && + !nextProps.hasOwnProperty(propKey$297)) ) - switch (propKey$291) { + switch (propKey$297) { case "selected": domElement.selected = !1; break; @@ -18946,34 +18948,34 @@ function updateProperties(domElement, tag, lastProps, nextProps) { setProp( domElement, tag, - propKey$291, + propKey$297, null, nextProps, - propKey$275 + propKey$281 ); } for (lastDefaultValue in nextProps) if ( - ((propKey$275 = nextProps[lastDefaultValue]), + ((propKey$281 = nextProps[lastDefaultValue]), (propKey = lastProps[lastDefaultValue]), nextProps.hasOwnProperty(lastDefaultValue) && - propKey$275 !== propKey && - (null != propKey$275 || null != propKey)) + propKey$281 !== propKey && + (null != propKey$281 || null != propKey)) ) switch (lastDefaultValue) { case "selected": - propKey$275 !== propKey && trackHostMutation(); + propKey$281 !== propKey && trackHostMutation(); domElement.selected = - propKey$275 && - "function" !== typeof propKey$275 && - "symbol" !== typeof propKey$275; + propKey$281 && + "function" !== typeof propKey$281 && + "symbol" !== typeof propKey$281; break; default: setProp( domElement, tag, lastDefaultValue, - propKey$275, + propKey$281, nextProps, propKey ); @@ -18994,24 +18996,24 @@ function updateProperties(domElement, tag, lastProps, nextProps) { case "track": case "wbr": case "menuitem": - for (var propKey$296 in lastProps) - (propKey$275 = lastProps[propKey$296]), - lastProps.hasOwnProperty(propKey$296) && - null != propKey$275 && - !nextProps.hasOwnProperty(propKey$296) && - setProp(domElement, tag, propKey$296, null, nextProps, propKey$275); + for (var propKey$302 in lastProps) + (propKey$281 = lastProps[propKey$302]), + lastProps.hasOwnProperty(propKey$302) && + null != propKey$281 && + !nextProps.hasOwnProperty(propKey$302) && + setProp(domElement, tag, propKey$302, null, nextProps, propKey$281); for (checked in nextProps) if ( - ((propKey$275 = nextProps[checked]), + ((propKey$281 = nextProps[checked]), (propKey = lastProps[checked]), nextProps.hasOwnProperty(checked) && - propKey$275 !== propKey && - (null != propKey$275 || null != propKey)) + propKey$281 !== propKey && + (null != propKey$281 || null != propKey)) ) switch (checked) { case "children": case "dangerouslySetInnerHTML": - if (null != propKey$275) + if (null != propKey$281) throw Error(formatProdErrorMessage(137, tag)); break; default: @@ -19019,7 +19021,7 @@ function updateProperties(domElement, tag, lastProps, nextProps) { domElement, tag, checked, - propKey$275, + propKey$281, nextProps, propKey ); @@ -19027,49 +19029,49 @@ function updateProperties(domElement, tag, lastProps, nextProps) { return; default: if (isCustomElement(tag)) { - for (var propKey$301 in lastProps) - (propKey$275 = lastProps[propKey$301]), - lastProps.hasOwnProperty(propKey$301) && - void 0 !== propKey$275 && - !nextProps.hasOwnProperty(propKey$301) && + for (var propKey$307 in lastProps) + (propKey$281 = lastProps[propKey$307]), + lastProps.hasOwnProperty(propKey$307) && + void 0 !== propKey$281 && + !nextProps.hasOwnProperty(propKey$307) && setPropOnCustomElement( domElement, tag, - propKey$301, + propKey$307, void 0, nextProps, - propKey$275 + propKey$281 ); for (defaultChecked in nextProps) - (propKey$275 = nextProps[defaultChecked]), + (propKey$281 = nextProps[defaultChecked]), (propKey = lastProps[defaultChecked]), !nextProps.hasOwnProperty(defaultChecked) || - propKey$275 === propKey || - (void 0 === propKey$275 && void 0 === propKey) || + propKey$281 === propKey || + (void 0 === propKey$281 && void 0 === propKey) || setPropOnCustomElement( domElement, tag, defaultChecked, - propKey$275, + propKey$281, nextProps, propKey ); return; } } - for (var propKey$306 in lastProps) - (propKey$275 = lastProps[propKey$306]), - lastProps.hasOwnProperty(propKey$306) && - null != propKey$275 && - !nextProps.hasOwnProperty(propKey$306) && - setProp(domElement, tag, propKey$306, null, nextProps, propKey$275); + for (var propKey$312 in lastProps) + (propKey$281 = lastProps[propKey$312]), + lastProps.hasOwnProperty(propKey$312) && + null != propKey$281 && + !nextProps.hasOwnProperty(propKey$312) && + setProp(domElement, tag, propKey$312, null, nextProps, propKey$281); for (lastProp in nextProps) - (propKey$275 = nextProps[lastProp]), + (propKey$281 = nextProps[lastProp]), (propKey = lastProps[lastProp]), !nextProps.hasOwnProperty(lastProp) || - propKey$275 === propKey || - (null == propKey$275 && null == propKey) || - setProp(domElement, tag, lastProp, propKey$275, nextProps, propKey); + propKey$281 === propKey || + (null == propKey$281 && null == propKey) || + setProp(domElement, tag, lastProp, propKey$281, nextProps, propKey); } function isLikelyStaticResource(initiatorType) { switch (initiatorType) { @@ -20712,26 +20714,26 @@ function getResource(type, currentProps, pendingProps, currentResource) { "string" === typeof pendingProps.precedence ) { type = getStyleKey(pendingProps.href); - var styles$322 = getResourcesFromRoot( + var styles$328 = getResourcesFromRoot( JSCompiler_inline_result ).hoistableStyles, - resource$323 = styles$322.get(type); - resource$323 || + resource$329 = styles$328.get(type); + resource$329 || ((JSCompiler_inline_result = JSCompiler_inline_result.ownerDocument || JSCompiler_inline_result), - (resource$323 = { + (resource$329 = { type: "stylesheet", instance: null, count: 0, state: { loading: 0, preload: null } }), - styles$322.set(type, resource$323), - (styles$322 = JSCompiler_inline_result.querySelector( + styles$328.set(type, resource$329), + (styles$328 = JSCompiler_inline_result.querySelector( getStylesheetSelectorFromKey(type) )) && - !styles$322._p && - ((resource$323.instance = styles$322), - (resource$323.state.loading = 5)), + !styles$328._p && + ((resource$329.instance = styles$328), + (resource$329.state.loading = 5)), preloadPropsMap.has(type) || ((pendingProps = { rel: "preload", @@ -20744,16 +20746,16 @@ function getResource(type, currentProps, pendingProps, currentResource) { referrerPolicy: pendingProps.referrerPolicy }), preloadPropsMap.set(type, pendingProps), - styles$322 || + styles$328 || preloadStylesheet( JSCompiler_inline_result, type, pendingProps, - resource$323.state + resource$329.state ))); if (currentProps && null === currentResource) throw Error(formatProdErrorMessage(528, "")); - return resource$323; + return resource$329; } if (currentProps && null !== currentResource) throw Error(formatProdErrorMessage(529, "")); @@ -20850,37 +20852,37 @@ function acquireResource(hoistableRoot, resource, props) { return (resource.instance = instance); case "stylesheet": styleProps = getStyleKey(props.href); - var instance$328 = hoistableRoot.querySelector( + var instance$334 = hoistableRoot.querySelector( getStylesheetSelectorFromKey(styleProps) ); - if (instance$328) + if (instance$334) return ( (resource.state.loading |= 4), - (resource.instance = instance$328), - markNodeAsHoistable(instance$328), - instance$328 + (resource.instance = instance$334), + markNodeAsHoistable(instance$334), + instance$334 ); instance = stylesheetPropsFromRawProps(props); (styleProps = preloadPropsMap.get(styleProps)) && adoptPreloadPropsForStylesheet(instance, styleProps); - instance$328 = ( + instance$334 = ( hoistableRoot.ownerDocument || hoistableRoot ).createElement("link"); - markNodeAsHoistable(instance$328); - var linkInstance = instance$328; + markNodeAsHoistable(instance$334); + var linkInstance = instance$334; linkInstance._p = new Promise(function (resolve, reject) { linkInstance.onload = resolve; linkInstance.onerror = reject; }); - setInitialProperties(instance$328, "link", instance); + setInitialProperties(instance$334, "link", instance); resource.state.loading |= 4; - insertStylesheet(instance$328, props.precedence, hoistableRoot); - return (resource.instance = instance$328); + insertStylesheet(instance$334, props.precedence, hoistableRoot); + return (resource.instance = instance$334); case "script": - instance$328 = getScriptKey(props.src); + instance$334 = getScriptKey(props.src); if ( (styleProps = hoistableRoot.querySelector( - getScriptSelectorFromKey(instance$328) + getScriptSelectorFromKey(instance$334) )) ) return ( @@ -20889,7 +20891,7 @@ function acquireResource(hoistableRoot, resource, props) { styleProps ); instance = props; - if ((styleProps = preloadPropsMap.get(instance$328))) + if ((styleProps = preloadPropsMap.get(instance$334))) (instance = assign({}, props)), adoptPreloadPropsForScript(instance, styleProps); hoistableRoot = hoistableRoot.ownerDocument || hoistableRoot; @@ -21954,16 +21956,16 @@ function getCrossOriginStringAs(as, input) { if ("string" === typeof input) return "use-credentials" === input ? input : ""; } -var isomorphicReactPackageVersion$jscomp$inline_2383 = React.version; +var isomorphicReactPackageVersion$jscomp$inline_2405 = React.version; if ( - "19.2.0-www-modern-e0c421ab-20250924" !== - isomorphicReactPackageVersion$jscomp$inline_2383 + "19.2.0-www-modern-05b61f81-20250924" !== + isomorphicReactPackageVersion$jscomp$inline_2405 ) throw Error( formatProdErrorMessage( 527, - isomorphicReactPackageVersion$jscomp$inline_2383, - "19.2.0-www-modern-e0c421ab-20250924" + isomorphicReactPackageVersion$jscomp$inline_2405, + "19.2.0-www-modern-05b61f81-20250924" ) ); Internals.findDOMNode = function (componentOrElement) { @@ -21979,27 +21981,27 @@ Internals.Events = [ return fn(a); } ]; -var internals$jscomp$inline_2385 = { +var internals$jscomp$inline_2407 = { 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" }; enableSchedulingProfiler && - ((internals$jscomp$inline_2385.getLaneLabelMap = getLaneLabelMap), - (internals$jscomp$inline_2385.injectProfilingHooks = injectProfilingHooks)); + ((internals$jscomp$inline_2407.getLaneLabelMap = getLaneLabelMap), + (internals$jscomp$inline_2407.injectProfilingHooks = injectProfilingHooks)); if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) { - var hook$jscomp$inline_2995 = __REACT_DEVTOOLS_GLOBAL_HOOK__; + var hook$jscomp$inline_3017 = __REACT_DEVTOOLS_GLOBAL_HOOK__; if ( - !hook$jscomp$inline_2995.isDisabled && - hook$jscomp$inline_2995.supportsFiber + !hook$jscomp$inline_3017.isDisabled && + hook$jscomp$inline_3017.supportsFiber ) try { - (rendererID = hook$jscomp$inline_2995.inject( - internals$jscomp$inline_2385 + (rendererID = hook$jscomp$inline_3017.inject( + internals$jscomp$inline_2407 )), - (injectedHook = hook$jscomp$inline_2995); + (injectedHook = hook$jscomp$inline_3017); } catch (err) {} } function defaultOnDefaultTransitionIndicator() { @@ -22417,7 +22419,7 @@ 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"; "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ && "function" === typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop && diff --git a/compiled/facebook-www/ReactDOMServer-dev.classic.js b/compiled/facebook-www/ReactDOMServer-dev.classic.js index 49cf222ed3..52a91ff61e 100644 --- a/compiled/facebook-www/ReactDOMServer-dev.classic.js +++ b/compiled/facebook-www/ReactDOMServer-dev.classic.js @@ -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"; })(); diff --git a/compiled/facebook-www/ReactDOMServer-dev.modern.js b/compiled/facebook-www/ReactDOMServer-dev.modern.js index 5031703f36..0079ca5130 100644 --- a/compiled/facebook-www/ReactDOMServer-dev.modern.js +++ b/compiled/facebook-www/ReactDOMServer-dev.modern.js @@ -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"; })(); diff --git a/compiled/facebook-www/ReactDOMServer-prod.classic.js b/compiled/facebook-www/ReactDOMServer-prod.classic.js index 11843ce056..aee11b175b 100644 --- a/compiled/facebook-www/ReactDOMServer-prod.classic.js +++ b/compiled/facebook-www/ReactDOMServer-prod.classic.js @@ -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"; diff --git a/compiled/facebook-www/ReactDOMServer-prod.modern.js b/compiled/facebook-www/ReactDOMServer-prod.modern.js index edc2148dbe..13d07e882f 100644 --- a/compiled/facebook-www/ReactDOMServer-prod.modern.js +++ b/compiled/facebook-www/ReactDOMServer-prod.modern.js @@ -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"; diff --git a/compiled/facebook-www/ReactDOMTesting-dev.classic.js b/compiled/facebook-www/ReactDOMTesting-dev.classic.js index 7c287ef58c..bb939bf521 100644 --- a/compiled/facebook-www/ReactDOMTesting-dev.classic.js +++ b/compiled/facebook-www/ReactDOMTesting-dev.classic.js @@ -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"; })(); diff --git a/compiled/facebook-www/ReactDOMTesting-dev.modern.js b/compiled/facebook-www/ReactDOMTesting-dev.modern.js index 7d22849307..bc7d051f02 100644 --- a/compiled/facebook-www/ReactDOMTesting-dev.modern.js +++ b/compiled/facebook-www/ReactDOMTesting-dev.modern.js @@ -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"; })(); diff --git a/compiled/facebook-www/ReactDOMTesting-prod.classic.js b/compiled/facebook-www/ReactDOMTesting-prod.classic.js index 33b9077f2d..07792b3d6a 100644 --- a/compiled/facebook-www/ReactDOMTesting-prod.classic.js +++ b/compiled/facebook-www/ReactDOMTesting-prod.classic.js @@ -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"; diff --git a/compiled/facebook-www/ReactDOMTesting-prod.modern.js b/compiled/facebook-www/ReactDOMTesting-prod.modern.js index 7ec82b09b1..b34d4f3f05 100644 --- a/compiled/facebook-www/ReactDOMTesting-prod.modern.js +++ b/compiled/facebook-www/ReactDOMTesting-prod.modern.js @@ -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"; diff --git a/compiled/facebook-www/ReactReconciler-dev.classic.js b/compiled/facebook-www/ReactReconciler-dev.classic.js index 72e28a59cc..bd7cbb220c 100644 --- a/compiled/facebook-www/ReactReconciler-dev.classic.js +++ b/compiled/facebook-www/ReactReconciler-dev.classic.js @@ -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); diff --git a/compiled/facebook-www/ReactReconciler-dev.modern.js b/compiled/facebook-www/ReactReconciler-dev.modern.js index 0e33aa227d..4de668fa5d 100644 --- a/compiled/facebook-www/ReactReconciler-dev.modern.js +++ b/compiled/facebook-www/ReactReconciler-dev.modern.js @@ -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); diff --git a/compiled/facebook-www/ReactReconciler-prod.classic.js b/compiled/facebook-www/ReactReconciler-prod.classic.js index 905b341514..5fd799d8ac 100644 --- a/compiled/facebook-www/ReactReconciler-prod.classic.js +++ b/compiled/facebook-www/ReactReconciler-prod.classic.js @@ -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); diff --git a/compiled/facebook-www/ReactReconciler-prod.modern.js b/compiled/facebook-www/ReactReconciler-prod.modern.js index 31940b0782..8da1e40f1c 100644 --- a/compiled/facebook-www/ReactReconciler-prod.modern.js +++ b/compiled/facebook-www/ReactReconciler-prod.modern.js @@ -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); diff --git a/compiled/facebook-www/ReactTestRenderer-dev.classic.js b/compiled/facebook-www/ReactTestRenderer-dev.classic.js index f4c65ce335..004566a62c 100644 --- a/compiled/facebook-www/ReactTestRenderer-dev.classic.js +++ b/compiled/facebook-www/ReactTestRenderer-dev.classic.js @@ -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"; })(); diff --git a/compiled/facebook-www/ReactTestRenderer-dev.modern.js b/compiled/facebook-www/ReactTestRenderer-dev.modern.js index 8cd5e8d6d8..405610d601 100644 --- a/compiled/facebook-www/ReactTestRenderer-dev.modern.js +++ b/compiled/facebook-www/ReactTestRenderer-dev.modern.js @@ -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"; })(); diff --git a/compiled/facebook-www/VERSION_CLASSIC b/compiled/facebook-www/VERSION_CLASSIC index 07dfed7ebc..de78f9fb43 100644 --- a/compiled/facebook-www/VERSION_CLASSIC +++ b/compiled/facebook-www/VERSION_CLASSIC @@ -1 +1 @@ -19.2.0-www-classic-e0c421ab-20250924 \ No newline at end of file +19.2.0-www-classic-05b61f81-20250924 \ No newline at end of file diff --git a/compiled/facebook-www/VERSION_MODERN b/compiled/facebook-www/VERSION_MODERN index f94ceac632..0edfd53dbd 100644 --- a/compiled/facebook-www/VERSION_MODERN +++ b/compiled/facebook-www/VERSION_MODERN @@ -1 +1 @@ -19.2.0-www-modern-e0c421ab-20250924 \ No newline at end of file +19.2.0-www-modern-05b61f81-20250924 \ No newline at end of file