From 3fa943970f17d1125745b9aa5c9e6a18c34960f9 Mon Sep 17 00:00:00 2001 From: "pull[bot]" Date: Tue, 17 Dec 2024 23:06:44 -0800 Subject: [PATCH] [Fiber] Log Effect and Render Times in Offscreen Commit Phase (#31788) In /~https://github.com/facebook/react/pull/30967 and /~https://github.com/facebook/react/pull/30983 I added logging of the just rendered components and the effects. However this didn't consider the special Offscreen passes. So this adds the same thing to those passes. Log component effect timings for disconnected/reconnected offscreen subtrees. This includes initial mount of a Suspense boundary. Log component render timings for reconnected and already offscreen offscreen subtrees. DiffTrain build for [6a4b46cd70d2672bc4be59dcb5b8dede22ed0cef](/~https://github.com/facebook/react/commit/6a4b46cd70d2672bc4be59dcb5b8dede22ed0cef) --- compiled-rn/VERSION_NATIVE_FB | 2 +- .../react/react-dom/cjs/ReactDOM-dev.js | 4 +- .../react/react-dom/cjs/ReactDOM-prod.js | 4 +- .../react/react-dom/cjs/ReactDOM-profiling.js | 4 +- .../react/react-dom/cjs/ReactDOMClient-dev.js | 336 +++++++++--------- .../react-dom/cjs/ReactDOMClient-prod.js | 56 +-- .../react-dom/cjs/ReactDOMClient-profiling.js | 56 +-- .../react-dom/cjs/ReactDOMProfiling-dev.js | 336 +++++++++--------- .../react-dom/cjs/ReactDOMProfiling-prod.js | 56 +-- .../cjs/ReactDOMProfiling-profiling.js | 56 +-- .../cjs/ReactTestRenderer-dev.js | 14 +- .../cjs/ReactTestRenderer-prod.js | 22 +- .../cjs/ReactTestRenderer-profiling.js | 22 +- .../vendor/react/react/cjs/React-dev.js | 4 +- .../vendor/react/react/cjs/React-prod.js | 4 +- .../vendor/react/react/cjs/React-profiling.js | 4 +- .../scheduler/cjs/Scheduler-profiling.js | 33 +- .../Libraries/Renderer/REVISION | 2 +- .../implementations/ReactFabric-dev.fb.js | 8 +- .../implementations/ReactFabric-prod.fb.js | 22 +- .../ReactFabric-profiling.fb.js | 26 +- .../ReactNativeRenderer-dev.fb.js | 12 +- .../ReactNativeRenderer-prod.fb.js | 26 +- .../ReactNativeRenderer-profiling.fb.js | 30 +- 24 files changed, 564 insertions(+), 575 deletions(-) diff --git a/compiled-rn/VERSION_NATIVE_FB b/compiled-rn/VERSION_NATIVE_FB index 9f3ab8274a512..a706f93b1ec16 100644 --- a/compiled-rn/VERSION_NATIVE_FB +++ b/compiled-rn/VERSION_NATIVE_FB @@ -1 +1 @@ -19.1.0-native-fb-facec3ee-20241217 \ No newline at end of file +19.1.0-native-fb-6a4b46cd-20241217 \ No newline at end of file diff --git a/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOM-dev.js b/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOM-dev.js index 964dd1d895bc2..e96dd834018b6 100644 --- a/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOM-dev.js +++ b/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOM-dev.js @@ -7,7 +7,7 @@ * @noflow * @nolint * @preventMunge - * @generated SignedSource<<5f71600380649b875c0a51a31e58dff5>> + * @generated SignedSource<<46dacfae87e8ca444b422d58261e7b3e>> */ "use strict"; @@ -420,5 +420,5 @@ __DEV__ && exports.useFormStatus = function () { return resolveDispatcher().useHostTransitionStatus(); }; - exports.version = "19.1.0-native-fb-facec3ee-20241217"; + exports.version = "19.1.0-native-fb-6a4b46cd-20241217"; })(); diff --git a/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOM-prod.js b/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOM-prod.js index 944ca96c86caf..ae52abef08e1a 100644 --- a/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOM-prod.js +++ b/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOM-prod.js @@ -7,7 +7,7 @@ * @noflow * @nolint * @preventMunge - * @generated SignedSource<> + * @generated SignedSource<> */ "use strict"; @@ -203,4 +203,4 @@ exports.useFormState = function (action, initialState, permalink) { exports.useFormStatus = function () { return ReactSharedInternals.H.useHostTransitionStatus(); }; -exports.version = "19.1.0-native-fb-facec3ee-20241217"; +exports.version = "19.1.0-native-fb-6a4b46cd-20241217"; diff --git a/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOM-profiling.js b/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOM-profiling.js index 944ca96c86caf..ae52abef08e1a 100644 --- a/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOM-profiling.js +++ b/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOM-profiling.js @@ -7,7 +7,7 @@ * @noflow * @nolint * @preventMunge - * @generated SignedSource<> + * @generated SignedSource<> */ "use strict"; @@ -203,4 +203,4 @@ exports.useFormState = function (action, initialState, permalink) { exports.useFormStatus = function () { return ReactSharedInternals.H.useHostTransitionStatus(); }; -exports.version = "19.1.0-native-fb-facec3ee-20241217"; +exports.version = "19.1.0-native-fb-6a4b46cd-20241217"; diff --git a/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOMClient-dev.js b/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOMClient-dev.js index f5dc53d014424..47bf5c6ee8163 100644 --- a/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOMClient-dev.js +++ b/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOMClient-dev.js @@ -7,7 +7,7 @@ * @noflow * @nolint * @preventMunge - * @generated SignedSource<> + * @generated SignedSource<<02b345bf6ce9663601cfd805efaacc85>> */ /* @@ -9799,32 +9799,32 @@ __DEV__ && return current; } function updateSuspenseComponent(current, workInProgress, renderLanes) { - var JSCompiler_object_inline_digest_2360; - var JSCompiler_object_inline_stack_2361 = workInProgress.pendingProps; + var JSCompiler_object_inline_digest_2361; + var JSCompiler_object_inline_stack_2362 = workInProgress.pendingProps; shouldSuspendImpl(workInProgress) && (workInProgress.flags |= 128); - var JSCompiler_object_inline_componentStack_2362 = !1; + var JSCompiler_object_inline_componentStack_2363 = !1; var didSuspend = 0 !== (workInProgress.flags & 128); - (JSCompiler_object_inline_digest_2360 = didSuspend) || - (JSCompiler_object_inline_digest_2360 = + (JSCompiler_object_inline_digest_2361 = didSuspend) || + (JSCompiler_object_inline_digest_2361 = null !== current && null === current.memoizedState ? !1 : 0 !== (suspenseStackCursor.current & ForceSuspenseFallback)); - JSCompiler_object_inline_digest_2360 && - ((JSCompiler_object_inline_componentStack_2362 = !0), + JSCompiler_object_inline_digest_2361 && + ((JSCompiler_object_inline_componentStack_2363 = !0), (workInProgress.flags &= -129)); - JSCompiler_object_inline_digest_2360 = 0 !== (workInProgress.flags & 32); + JSCompiler_object_inline_digest_2361 = 0 !== (workInProgress.flags & 32); workInProgress.flags &= -33; if (null === current) { if (isHydrating) { - JSCompiler_object_inline_componentStack_2362 + JSCompiler_object_inline_componentStack_2363 ? pushPrimaryTreeSuspenseHandler(workInProgress) : reuseSuspenseHandlerOnStack(workInProgress); if (isHydrating) { - var JSCompiler_object_inline_message_2359 = nextHydratableInstance; + var JSCompiler_object_inline_message_2360 = nextHydratableInstance; var JSCompiler_temp; - if (!(JSCompiler_temp = !JSCompiler_object_inline_message_2359)) { + if (!(JSCompiler_temp = !JSCompiler_object_inline_message_2360)) { c: { - var instance = JSCompiler_object_inline_message_2359; + var instance = JSCompiler_object_inline_message_2360; for ( JSCompiler_temp = rootOrSingletonContext; 8 !== instance.nodeType; @@ -9865,89 +9865,89 @@ __DEV__ && JSCompiler_temp && (warnNonHydratedInstance( workInProgress, - JSCompiler_object_inline_message_2359 + JSCompiler_object_inline_message_2360 ), throwOnHydrationMismatch(workInProgress)); } - JSCompiler_object_inline_message_2359 = workInProgress.memoizedState; + JSCompiler_object_inline_message_2360 = workInProgress.memoizedState; if ( - null !== JSCompiler_object_inline_message_2359 && - ((JSCompiler_object_inline_message_2359 = - JSCompiler_object_inline_message_2359.dehydrated), - null !== JSCompiler_object_inline_message_2359) + null !== JSCompiler_object_inline_message_2360 && + ((JSCompiler_object_inline_message_2360 = + JSCompiler_object_inline_message_2360.dehydrated), + null !== JSCompiler_object_inline_message_2360) ) return ( - isSuspenseInstanceFallback(JSCompiler_object_inline_message_2359) + isSuspenseInstanceFallback(JSCompiler_object_inline_message_2360) ? (workInProgress.lanes = 32) : (workInProgress.lanes = 536870912), null ); popSuspenseHandler(workInProgress); } - JSCompiler_object_inline_message_2359 = - JSCompiler_object_inline_stack_2361.children; - JSCompiler_temp = JSCompiler_object_inline_stack_2361.fallback; - if (JSCompiler_object_inline_componentStack_2362) + JSCompiler_object_inline_message_2360 = + JSCompiler_object_inline_stack_2362.children; + JSCompiler_temp = JSCompiler_object_inline_stack_2362.fallback; + if (JSCompiler_object_inline_componentStack_2363) return ( reuseSuspenseHandlerOnStack(workInProgress), - (JSCompiler_object_inline_stack_2361 = + (JSCompiler_object_inline_stack_2362 = mountSuspenseFallbackChildren( workInProgress, - JSCompiler_object_inline_message_2359, + JSCompiler_object_inline_message_2360, JSCompiler_temp, renderLanes )), - (JSCompiler_object_inline_componentStack_2362 = + (JSCompiler_object_inline_componentStack_2363 = workInProgress.child), - (JSCompiler_object_inline_componentStack_2362.memoizedState = + (JSCompiler_object_inline_componentStack_2363.memoizedState = mountSuspenseOffscreenState(renderLanes)), - (JSCompiler_object_inline_componentStack_2362.childLanes = + (JSCompiler_object_inline_componentStack_2363.childLanes = getRemainingWorkInPrimaryTree( current, - JSCompiler_object_inline_digest_2360, + JSCompiler_object_inline_digest_2361, renderLanes )), (workInProgress.memoizedState = SUSPENDED_MARKER), - JSCompiler_object_inline_stack_2361 + JSCompiler_object_inline_stack_2362 ); if ( "number" === - typeof JSCompiler_object_inline_stack_2361.unstable_expectedLoadTime + typeof JSCompiler_object_inline_stack_2362.unstable_expectedLoadTime ) return ( reuseSuspenseHandlerOnStack(workInProgress), - (JSCompiler_object_inline_stack_2361 = + (JSCompiler_object_inline_stack_2362 = mountSuspenseFallbackChildren( workInProgress, - JSCompiler_object_inline_message_2359, + JSCompiler_object_inline_message_2360, JSCompiler_temp, renderLanes )), - (JSCompiler_object_inline_componentStack_2362 = + (JSCompiler_object_inline_componentStack_2363 = workInProgress.child), - (JSCompiler_object_inline_componentStack_2362.memoizedState = + (JSCompiler_object_inline_componentStack_2363.memoizedState = mountSuspenseOffscreenState(renderLanes)), - (JSCompiler_object_inline_componentStack_2362.childLanes = + (JSCompiler_object_inline_componentStack_2363.childLanes = getRemainingWorkInPrimaryTree( current, - JSCompiler_object_inline_digest_2360, + JSCompiler_object_inline_digest_2361, renderLanes )), (workInProgress.memoizedState = SUSPENDED_MARKER), (workInProgress.lanes = 4194304), - JSCompiler_object_inline_stack_2361 + JSCompiler_object_inline_stack_2362 ); pushPrimaryTreeSuspenseHandler(workInProgress); return mountSuspensePrimaryChildren( workInProgress, - JSCompiler_object_inline_message_2359 + JSCompiler_object_inline_message_2360 ); } var prevState = current.memoizedState; if ( null !== prevState && - ((JSCompiler_object_inline_message_2359 = prevState.dehydrated), - null !== JSCompiler_object_inline_message_2359) + ((JSCompiler_object_inline_message_2360 = prevState.dehydrated), + null !== JSCompiler_object_inline_message_2360) ) { if (didSuspend) workInProgress.flags & 256 @@ -9964,32 +9964,32 @@ __DEV__ && (workInProgress.flags |= 128), (workInProgress = null)) : (reuseSuspenseHandlerOnStack(workInProgress), - (JSCompiler_object_inline_componentStack_2362 = - JSCompiler_object_inline_stack_2361.fallback), - (JSCompiler_object_inline_message_2359 = workInProgress.mode), - (JSCompiler_object_inline_stack_2361 = createFiberFromOffscreen( + (JSCompiler_object_inline_componentStack_2363 = + JSCompiler_object_inline_stack_2362.fallback), + (JSCompiler_object_inline_message_2360 = workInProgress.mode), + (JSCompiler_object_inline_stack_2362 = createFiberFromOffscreen( { mode: "visible", - children: JSCompiler_object_inline_stack_2361.children + children: JSCompiler_object_inline_stack_2362.children }, - JSCompiler_object_inline_message_2359, + JSCompiler_object_inline_message_2360, 0, null )), - (JSCompiler_object_inline_componentStack_2362 = + (JSCompiler_object_inline_componentStack_2363 = createFiberFromFragment( - JSCompiler_object_inline_componentStack_2362, - JSCompiler_object_inline_message_2359, + JSCompiler_object_inline_componentStack_2363, + JSCompiler_object_inline_message_2360, renderLanes, null )), - (JSCompiler_object_inline_componentStack_2362.flags |= 2), - (JSCompiler_object_inline_stack_2361.return = workInProgress), - (JSCompiler_object_inline_componentStack_2362.return = + (JSCompiler_object_inline_componentStack_2363.flags |= 2), + (JSCompiler_object_inline_stack_2362.return = workInProgress), + (JSCompiler_object_inline_componentStack_2363.return = workInProgress), - (JSCompiler_object_inline_stack_2361.sibling = - JSCompiler_object_inline_componentStack_2362), - (workInProgress.child = JSCompiler_object_inline_stack_2361), + (JSCompiler_object_inline_stack_2362.sibling = + JSCompiler_object_inline_componentStack_2363), + (workInProgress.child = JSCompiler_object_inline_stack_2362), (workInProgress.mode & ConcurrentMode) !== NoMode && reconcileChildFibers( workInProgress, @@ -9997,63 +9997,63 @@ __DEV__ && null, renderLanes ), - (JSCompiler_object_inline_stack_2361 = workInProgress.child), - (JSCompiler_object_inline_stack_2361.memoizedState = + (JSCompiler_object_inline_stack_2362 = workInProgress.child), + (JSCompiler_object_inline_stack_2362.memoizedState = mountSuspenseOffscreenState(renderLanes)), - (JSCompiler_object_inline_stack_2361.childLanes = + (JSCompiler_object_inline_stack_2362.childLanes = getRemainingWorkInPrimaryTree( current, - JSCompiler_object_inline_digest_2360, + JSCompiler_object_inline_digest_2361, renderLanes )), (workInProgress.memoizedState = SUSPENDED_MARKER), (workInProgress = - JSCompiler_object_inline_componentStack_2362)); + JSCompiler_object_inline_componentStack_2363)); else if ( (pushPrimaryTreeSuspenseHandler(workInProgress), isHydrating && error$jscomp$0( "We should not be hydrating here. This is a bug in React. Please file a bug." ), - isSuspenseInstanceFallback(JSCompiler_object_inline_message_2359)) + isSuspenseInstanceFallback(JSCompiler_object_inline_message_2360)) ) { - JSCompiler_object_inline_digest_2360 = - JSCompiler_object_inline_message_2359.nextSibling && - JSCompiler_object_inline_message_2359.nextSibling.dataset; - if (JSCompiler_object_inline_digest_2360) { - JSCompiler_temp = JSCompiler_object_inline_digest_2360.dgst; - var message = JSCompiler_object_inline_digest_2360.msg; - instance = JSCompiler_object_inline_digest_2360.stck; - var componentStack = JSCompiler_object_inline_digest_2360.cstck; + JSCompiler_object_inline_digest_2361 = + JSCompiler_object_inline_message_2360.nextSibling && + JSCompiler_object_inline_message_2360.nextSibling.dataset; + if (JSCompiler_object_inline_digest_2361) { + JSCompiler_temp = JSCompiler_object_inline_digest_2361.dgst; + var message = JSCompiler_object_inline_digest_2361.msg; + instance = JSCompiler_object_inline_digest_2361.stck; + var componentStack = JSCompiler_object_inline_digest_2361.cstck; } - JSCompiler_object_inline_message_2359 = message; - JSCompiler_object_inline_digest_2360 = JSCompiler_temp; - JSCompiler_object_inline_stack_2361 = instance; - JSCompiler_temp = JSCompiler_object_inline_componentStack_2362 = + JSCompiler_object_inline_message_2360 = message; + JSCompiler_object_inline_digest_2361 = JSCompiler_temp; + JSCompiler_object_inline_stack_2362 = instance; + JSCompiler_temp = JSCompiler_object_inline_componentStack_2363 = componentStack; - JSCompiler_object_inline_componentStack_2362 = - JSCompiler_object_inline_message_2359 - ? Error(JSCompiler_object_inline_message_2359) + JSCompiler_object_inline_componentStack_2363 = + JSCompiler_object_inline_message_2360 + ? Error(JSCompiler_object_inline_message_2360) : Error( "The server could not finish this Suspense boundary, likely due to an error during server rendering. Switched to client rendering." ); - JSCompiler_object_inline_componentStack_2362.stack = - JSCompiler_object_inline_stack_2361 || ""; - JSCompiler_object_inline_componentStack_2362.digest = - JSCompiler_object_inline_digest_2360; - JSCompiler_object_inline_digest_2360 = + JSCompiler_object_inline_componentStack_2363.stack = + JSCompiler_object_inline_stack_2362 || ""; + JSCompiler_object_inline_componentStack_2363.digest = + JSCompiler_object_inline_digest_2361; + JSCompiler_object_inline_digest_2361 = void 0 === JSCompiler_temp ? null : JSCompiler_temp; - JSCompiler_object_inline_stack_2361 = { - value: JSCompiler_object_inline_componentStack_2362, + JSCompiler_object_inline_stack_2362 = { + value: JSCompiler_object_inline_componentStack_2363, source: null, - stack: JSCompiler_object_inline_digest_2360 + stack: JSCompiler_object_inline_digest_2361 }; - "string" === typeof JSCompiler_object_inline_digest_2360 && + "string" === typeof JSCompiler_object_inline_digest_2361 && CapturedStacks.set( - JSCompiler_object_inline_componentStack_2362, - JSCompiler_object_inline_stack_2361 + JSCompiler_object_inline_componentStack_2363, + JSCompiler_object_inline_stack_2362 ); - queueHydrationError(JSCompiler_object_inline_stack_2361); + queueHydrationError(JSCompiler_object_inline_stack_2362); workInProgress = retrySuspenseComponentWithoutHydrating( current, workInProgress, @@ -10067,44 +10067,44 @@ __DEV__ && renderLanes, !1 ), - (JSCompiler_object_inline_digest_2360 = + (JSCompiler_object_inline_digest_2361 = 0 !== (renderLanes & current.childLanes)), - didReceiveUpdate || JSCompiler_object_inline_digest_2360) + didReceiveUpdate || JSCompiler_object_inline_digest_2361) ) { - JSCompiler_object_inline_digest_2360 = workInProgressRoot; + JSCompiler_object_inline_digest_2361 = workInProgressRoot; if ( - null !== JSCompiler_object_inline_digest_2360 && - ((JSCompiler_object_inline_stack_2361 = renderLanes & -renderLanes), - (JSCompiler_object_inline_stack_2361 = - 0 !== (JSCompiler_object_inline_stack_2361 & 42) + null !== JSCompiler_object_inline_digest_2361 && + ((JSCompiler_object_inline_stack_2362 = renderLanes & -renderLanes), + (JSCompiler_object_inline_stack_2362 = + 0 !== (JSCompiler_object_inline_stack_2362 & 42) ? 1 : getBumpedLaneForHydrationByLane( - JSCompiler_object_inline_stack_2361 + JSCompiler_object_inline_stack_2362 )), - (JSCompiler_object_inline_stack_2361 = + (JSCompiler_object_inline_stack_2362 = 0 !== - (JSCompiler_object_inline_stack_2361 & - (JSCompiler_object_inline_digest_2360.suspendedLanes | + (JSCompiler_object_inline_stack_2362 & + (JSCompiler_object_inline_digest_2361.suspendedLanes | renderLanes)) ? 0 - : JSCompiler_object_inline_stack_2361), - 0 !== JSCompiler_object_inline_stack_2361 && - JSCompiler_object_inline_stack_2361 !== prevState.retryLane) + : JSCompiler_object_inline_stack_2362), + 0 !== JSCompiler_object_inline_stack_2362 && + JSCompiler_object_inline_stack_2362 !== prevState.retryLane) ) throw ( - ((prevState.retryLane = JSCompiler_object_inline_stack_2361), + ((prevState.retryLane = JSCompiler_object_inline_stack_2362), enqueueConcurrentRenderForLane( current, - JSCompiler_object_inline_stack_2361 + JSCompiler_object_inline_stack_2362 ), scheduleUpdateOnFiber( - JSCompiler_object_inline_digest_2360, + JSCompiler_object_inline_digest_2361, current, - JSCompiler_object_inline_stack_2361 + JSCompiler_object_inline_stack_2362 ), SelectiveHydrationException) ); - JSCompiler_object_inline_message_2359.data === + JSCompiler_object_inline_message_2360.data === SUSPENSE_PENDING_START_DATA || renderDidSuspendDelayIfPossible(); workInProgress = retrySuspenseComponentWithoutHydrating( current, @@ -10112,14 +10112,14 @@ __DEV__ && renderLanes ); } else - JSCompiler_object_inline_message_2359.data === + JSCompiler_object_inline_message_2360.data === SUSPENSE_PENDING_START_DATA ? ((workInProgress.flags |= 192), (workInProgress.child = current.child), (workInProgress = null)) : ((renderLanes = prevState.treeContext), (nextHydratableInstance = getNextHydratable( - JSCompiler_object_inline_message_2359.nextSibling + JSCompiler_object_inline_message_2360.nextSibling )), (hydrationParentFiber = workInProgress), (isHydrating = !0), @@ -10137,72 +10137,72 @@ __DEV__ && (treeContextProvider = workInProgress)), (workInProgress = mountSuspensePrimaryChildren( workInProgress, - JSCompiler_object_inline_stack_2361.children + JSCompiler_object_inline_stack_2362.children )), (workInProgress.flags |= 4096)); return workInProgress; } - if (JSCompiler_object_inline_componentStack_2362) + if (JSCompiler_object_inline_componentStack_2363) return ( reuseSuspenseHandlerOnStack(workInProgress), - (JSCompiler_object_inline_componentStack_2362 = - JSCompiler_object_inline_stack_2361.fallback), - (JSCompiler_object_inline_message_2359 = workInProgress.mode), + (JSCompiler_object_inline_componentStack_2363 = + JSCompiler_object_inline_stack_2362.fallback), + (JSCompiler_object_inline_message_2360 = workInProgress.mode), (JSCompiler_temp = current.child), (instance = JSCompiler_temp.sibling), (componentStack = { mode: "hidden", - children: JSCompiler_object_inline_stack_2361.children + children: JSCompiler_object_inline_stack_2362.children }), - (JSCompiler_object_inline_message_2359 & ConcurrentMode) === NoMode && + (JSCompiler_object_inline_message_2360 & ConcurrentMode) === NoMode && workInProgress.child !== JSCompiler_temp - ? ((JSCompiler_object_inline_stack_2361 = workInProgress.child), - (JSCompiler_object_inline_stack_2361.childLanes = 0), - (JSCompiler_object_inline_stack_2361.pendingProps = + ? ((JSCompiler_object_inline_stack_2362 = workInProgress.child), + (JSCompiler_object_inline_stack_2362.childLanes = 0), + (JSCompiler_object_inline_stack_2362.pendingProps = componentStack), workInProgress.mode & ProfileMode && - ((JSCompiler_object_inline_stack_2361.actualDuration = -0), - (JSCompiler_object_inline_stack_2361.actualStartTime = -1.1), - (JSCompiler_object_inline_stack_2361.selfBaseDuration = + ((JSCompiler_object_inline_stack_2362.actualDuration = -0), + (JSCompiler_object_inline_stack_2362.actualStartTime = -1.1), + (JSCompiler_object_inline_stack_2362.selfBaseDuration = JSCompiler_temp.selfBaseDuration), - (JSCompiler_object_inline_stack_2361.treeBaseDuration = + (JSCompiler_object_inline_stack_2362.treeBaseDuration = JSCompiler_temp.treeBaseDuration)), (workInProgress.deletions = null)) - : ((JSCompiler_object_inline_stack_2361 = createWorkInProgress( + : ((JSCompiler_object_inline_stack_2362 = createWorkInProgress( JSCompiler_temp, componentStack )), - (JSCompiler_object_inline_stack_2361.subtreeFlags = + (JSCompiler_object_inline_stack_2362.subtreeFlags = JSCompiler_temp.subtreeFlags & 31457280)), null !== instance - ? (JSCompiler_object_inline_componentStack_2362 = + ? (JSCompiler_object_inline_componentStack_2363 = createWorkInProgress( instance, - JSCompiler_object_inline_componentStack_2362 + JSCompiler_object_inline_componentStack_2363 )) - : ((JSCompiler_object_inline_componentStack_2362 = + : ((JSCompiler_object_inline_componentStack_2363 = createFiberFromFragment( - JSCompiler_object_inline_componentStack_2362, - JSCompiler_object_inline_message_2359, + JSCompiler_object_inline_componentStack_2363, + JSCompiler_object_inline_message_2360, renderLanes, null )), - (JSCompiler_object_inline_componentStack_2362.flags |= 2)), - (JSCompiler_object_inline_componentStack_2362.return = + (JSCompiler_object_inline_componentStack_2363.flags |= 2)), + (JSCompiler_object_inline_componentStack_2363.return = workInProgress), - (JSCompiler_object_inline_stack_2361.return = workInProgress), - (JSCompiler_object_inline_stack_2361.sibling = - JSCompiler_object_inline_componentStack_2362), - (workInProgress.child = JSCompiler_object_inline_stack_2361), - (JSCompiler_object_inline_stack_2361 = - JSCompiler_object_inline_componentStack_2362), - (JSCompiler_object_inline_componentStack_2362 = workInProgress.child), - (JSCompiler_object_inline_message_2359 = current.child.memoizedState), - null === JSCompiler_object_inline_message_2359 - ? (JSCompiler_object_inline_message_2359 = + (JSCompiler_object_inline_stack_2362.return = workInProgress), + (JSCompiler_object_inline_stack_2362.sibling = + JSCompiler_object_inline_componentStack_2363), + (workInProgress.child = JSCompiler_object_inline_stack_2362), + (JSCompiler_object_inline_stack_2362 = + JSCompiler_object_inline_componentStack_2363), + (JSCompiler_object_inline_componentStack_2363 = workInProgress.child), + (JSCompiler_object_inline_message_2360 = current.child.memoizedState), + null === JSCompiler_object_inline_message_2360 + ? (JSCompiler_object_inline_message_2360 = mountSuspenseOffscreenState(renderLanes)) : ((JSCompiler_temp = - JSCompiler_object_inline_message_2359.cachePool), + JSCompiler_object_inline_message_2360.cachePool), null !== JSCompiler_temp ? ((instance = CacheContext._currentValue), (JSCompiler_temp = @@ -10210,45 +10210,45 @@ __DEV__ && ? { parent: instance, pool: instance } : JSCompiler_temp)) : (JSCompiler_temp = getSuspendedCache()), - (JSCompiler_object_inline_message_2359 = { + (JSCompiler_object_inline_message_2360 = { baseLanes: - JSCompiler_object_inline_message_2359.baseLanes | renderLanes, + JSCompiler_object_inline_message_2360.baseLanes | renderLanes, cachePool: JSCompiler_temp })), - (JSCompiler_object_inline_componentStack_2362.memoizedState = - JSCompiler_object_inline_message_2359), - (JSCompiler_object_inline_componentStack_2362.childLanes = + (JSCompiler_object_inline_componentStack_2363.memoizedState = + JSCompiler_object_inline_message_2360), + (JSCompiler_object_inline_componentStack_2363.childLanes = getRemainingWorkInPrimaryTree( current, - JSCompiler_object_inline_digest_2360, + JSCompiler_object_inline_digest_2361, renderLanes )), (workInProgress.memoizedState = SUSPENDED_MARKER), - JSCompiler_object_inline_stack_2361 + JSCompiler_object_inline_stack_2362 ); pushPrimaryTreeSuspenseHandler(workInProgress); - JSCompiler_object_inline_digest_2360 = current.child; - current = JSCompiler_object_inline_digest_2360.sibling; - JSCompiler_object_inline_digest_2360 = createWorkInProgress( - JSCompiler_object_inline_digest_2360, + JSCompiler_object_inline_digest_2361 = current.child; + current = JSCompiler_object_inline_digest_2361.sibling; + JSCompiler_object_inline_digest_2361 = createWorkInProgress( + JSCompiler_object_inline_digest_2361, { mode: "visible", - children: JSCompiler_object_inline_stack_2361.children + children: JSCompiler_object_inline_stack_2362.children } ); (workInProgress.mode & ConcurrentMode) === NoMode && - (JSCompiler_object_inline_digest_2360.lanes = renderLanes); - JSCompiler_object_inline_digest_2360.return = workInProgress; - JSCompiler_object_inline_digest_2360.sibling = null; + (JSCompiler_object_inline_digest_2361.lanes = renderLanes); + JSCompiler_object_inline_digest_2361.return = workInProgress; + JSCompiler_object_inline_digest_2361.sibling = null; null !== current && ((renderLanes = workInProgress.deletions), null === renderLanes ? ((workInProgress.deletions = [current]), (workInProgress.flags |= 16)) : renderLanes.push(current)); - workInProgress.child = JSCompiler_object_inline_digest_2360; + workInProgress.child = JSCompiler_object_inline_digest_2361; workInProgress.memoizedState = null; - return JSCompiler_object_inline_digest_2360; + return JSCompiler_object_inline_digest_2361; } function mountSuspensePrimaryChildren(workInProgress, primaryChildren) { primaryChildren = createFiberFromOffscreen( @@ -16794,7 +16794,7 @@ __DEV__ && shouldDoubleInvokePassiveEffects && disconnectPassiveEffect(fiber), reappearLayoutEffects(root, fiber.alternate, fiber, !1), shouldDoubleInvokePassiveEffects && - reconnectPassiveEffects(root, fiber, 0, null, !1); + reconnectPassiveEffects(root, fiber, 0, null, !1, 0); } finally { setIsStrictModeForDevtools(!1); } @@ -25885,11 +25885,11 @@ __DEV__ && }; (function () { var isomorphicReactPackageVersion = React.version; - if ("19.1.0-native-fb-facec3ee-20241217" !== isomorphicReactPackageVersion) + if ("19.1.0-native-fb-6a4b46cd-20241217" !== 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.1.0-native-fb-facec3ee-20241217\nLearn more: https://react.dev/warnings/version-mismatch") + "\n - react-dom: 19.1.0-native-fb-6a4b46cd-20241217\nLearn more: https://react.dev/warnings/version-mismatch") ); })(); ("function" === typeof Map && @@ -25926,10 +25926,10 @@ __DEV__ && !(function () { var internals = { bundleType: 1, - version: "19.1.0-native-fb-facec3ee-20241217", + version: "19.1.0-native-fb-6a4b46cd-20241217", rendererPackageName: "react-dom", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.1.0-native-fb-facec3ee-20241217" + reconcilerVersion: "19.1.0-native-fb-6a4b46cd-20241217" }; internals.overrideHookState = overrideHookState; internals.overrideHookStateDeletePath = overrideHookStateDeletePath; @@ -26075,5 +26075,5 @@ __DEV__ && listenToAllSupportedEvents(container); return new ReactDOMHydrationRoot(initialChildren); }; - exports.version = "19.1.0-native-fb-facec3ee-20241217"; + exports.version = "19.1.0-native-fb-6a4b46cd-20241217"; })(); diff --git a/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOMClient-prod.js b/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOMClient-prod.js index 5edc9a818e52d..69be606eb072e 100644 --- a/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOMClient-prod.js +++ b/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOMClient-prod.js @@ -7,7 +7,7 @@ * @noflow * @nolint * @preventMunge - * @generated SignedSource<<3983426ab11c7aaa107d81ebca2c5b9f>> + * @generated SignedSource<> */ /* @@ -12361,20 +12361,20 @@ function extractEvents$1( } } for ( - var i$jscomp$inline_1479 = 0; - i$jscomp$inline_1479 < simpleEventPluginEvents.length; - i$jscomp$inline_1479++ + var i$jscomp$inline_1481 = 0; + i$jscomp$inline_1481 < simpleEventPluginEvents.length; + i$jscomp$inline_1481++ ) { - var eventName$jscomp$inline_1480 = - simpleEventPluginEvents[i$jscomp$inline_1479], - domEventName$jscomp$inline_1481 = - eventName$jscomp$inline_1480.toLowerCase(), - capitalizedEvent$jscomp$inline_1482 = - eventName$jscomp$inline_1480[0].toUpperCase() + - eventName$jscomp$inline_1480.slice(1); + var eventName$jscomp$inline_1482 = + simpleEventPluginEvents[i$jscomp$inline_1481], + domEventName$jscomp$inline_1483 = + eventName$jscomp$inline_1482.toLowerCase(), + capitalizedEvent$jscomp$inline_1484 = + eventName$jscomp$inline_1482[0].toUpperCase() + + eventName$jscomp$inline_1482.slice(1); registerSimpleEvent( - domEventName$jscomp$inline_1481, - "on" + capitalizedEvent$jscomp$inline_1482 + domEventName$jscomp$inline_1483, + "on" + capitalizedEvent$jscomp$inline_1484 ); } registerSimpleEvent(ANIMATION_END, "onAnimationEnd"); @@ -15867,16 +15867,16 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) { 0 === i && attemptExplicitHydrationTarget(target); } }; -var isomorphicReactPackageVersion$jscomp$inline_1722 = React.version; +var isomorphicReactPackageVersion$jscomp$inline_1724 = React.version; if ( - "19.1.0-native-fb-facec3ee-20241217" !== - isomorphicReactPackageVersion$jscomp$inline_1722 + "19.1.0-native-fb-6a4b46cd-20241217" !== + isomorphicReactPackageVersion$jscomp$inline_1724 ) throw Error( formatProdErrorMessage( 527, - isomorphicReactPackageVersion$jscomp$inline_1722, - "19.1.0-native-fb-facec3ee-20241217" + isomorphicReactPackageVersion$jscomp$inline_1724, + "19.1.0-native-fb-6a4b46cd-20241217" ) ); ReactDOMSharedInternals.findDOMNode = function (componentOrElement) { @@ -15896,24 +15896,24 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) { null === componentOrElement ? null : componentOrElement.stateNode; return componentOrElement; }; -var internals$jscomp$inline_2177 = { +var internals$jscomp$inline_2179 = { bundleType: 0, - version: "19.1.0-native-fb-facec3ee-20241217", + version: "19.1.0-native-fb-6a4b46cd-20241217", rendererPackageName: "react-dom", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.1.0-native-fb-facec3ee-20241217" + reconcilerVersion: "19.1.0-native-fb-6a4b46cd-20241217" }; if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) { - var hook$jscomp$inline_2178 = __REACT_DEVTOOLS_GLOBAL_HOOK__; + var hook$jscomp$inline_2180 = __REACT_DEVTOOLS_GLOBAL_HOOK__; if ( - !hook$jscomp$inline_2178.isDisabled && - hook$jscomp$inline_2178.supportsFiber + !hook$jscomp$inline_2180.isDisabled && + hook$jscomp$inline_2180.supportsFiber ) try { - (rendererID = hook$jscomp$inline_2178.inject( - internals$jscomp$inline_2177 + (rendererID = hook$jscomp$inline_2180.inject( + internals$jscomp$inline_2179 )), - (injectedHook = hook$jscomp$inline_2178); + (injectedHook = hook$jscomp$inline_2180); } catch (err) {} } exports.createRoot = function (container, options) { @@ -16007,4 +16007,4 @@ exports.hydrateRoot = function (container, initialChildren, options) { listenToAllSupportedEvents(container); return new ReactDOMHydrationRoot(initialChildren); }; -exports.version = "19.1.0-native-fb-facec3ee-20241217"; +exports.version = "19.1.0-native-fb-6a4b46cd-20241217"; diff --git a/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOMClient-profiling.js b/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOMClient-profiling.js index 3381e81f678fe..05d1bc33e91b5 100644 --- a/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOMClient-profiling.js +++ b/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOMClient-profiling.js @@ -7,7 +7,7 @@ * @noflow * @nolint * @preventMunge - * @generated SignedSource<<350b3d8aa3f45f071bdab61d95033fa5>> + * @generated SignedSource<<3bb31c69bf2cc763098612269dfeb872>> */ /* @@ -13006,20 +13006,20 @@ function extractEvents$1( } } for ( - var i$jscomp$inline_1567 = 0; - i$jscomp$inline_1567 < simpleEventPluginEvents.length; - i$jscomp$inline_1567++ + var i$jscomp$inline_1569 = 0; + i$jscomp$inline_1569 < simpleEventPluginEvents.length; + i$jscomp$inline_1569++ ) { - var eventName$jscomp$inline_1568 = - simpleEventPluginEvents[i$jscomp$inline_1567], - domEventName$jscomp$inline_1569 = - eventName$jscomp$inline_1568.toLowerCase(), - capitalizedEvent$jscomp$inline_1570 = - eventName$jscomp$inline_1568[0].toUpperCase() + - eventName$jscomp$inline_1568.slice(1); + var eventName$jscomp$inline_1570 = + simpleEventPluginEvents[i$jscomp$inline_1569], + domEventName$jscomp$inline_1571 = + eventName$jscomp$inline_1570.toLowerCase(), + capitalizedEvent$jscomp$inline_1572 = + eventName$jscomp$inline_1570[0].toUpperCase() + + eventName$jscomp$inline_1570.slice(1); registerSimpleEvent( - domEventName$jscomp$inline_1569, - "on" + capitalizedEvent$jscomp$inline_1570 + domEventName$jscomp$inline_1571, + "on" + capitalizedEvent$jscomp$inline_1572 ); } registerSimpleEvent(ANIMATION_END, "onAnimationEnd"); @@ -16520,16 +16520,16 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) { 0 === i && attemptExplicitHydrationTarget(target); } }; -var isomorphicReactPackageVersion$jscomp$inline_1812 = React.version; +var isomorphicReactPackageVersion$jscomp$inline_1814 = React.version; if ( - "19.1.0-native-fb-facec3ee-20241217" !== - isomorphicReactPackageVersion$jscomp$inline_1812 + "19.1.0-native-fb-6a4b46cd-20241217" !== + isomorphicReactPackageVersion$jscomp$inline_1814 ) throw Error( formatProdErrorMessage( 527, - isomorphicReactPackageVersion$jscomp$inline_1812, - "19.1.0-native-fb-facec3ee-20241217" + isomorphicReactPackageVersion$jscomp$inline_1814, + "19.1.0-native-fb-6a4b46cd-20241217" ) ); ReactDOMSharedInternals.findDOMNode = function (componentOrElement) { @@ -16549,12 +16549,12 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) { null === componentOrElement ? null : componentOrElement.stateNode; return componentOrElement; }; -var internals$jscomp$inline_1819 = { +var internals$jscomp$inline_1821 = { bundleType: 0, - version: "19.1.0-native-fb-facec3ee-20241217", + version: "19.1.0-native-fb-6a4b46cd-20241217", rendererPackageName: "react-dom", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.1.0-native-fb-facec3ee-20241217", + reconcilerVersion: "19.1.0-native-fb-6a4b46cd-20241217", getLaneLabelMap: function () { for ( var map = new Map(), lane = 1, index$292 = 0; @@ -16572,16 +16572,16 @@ var internals$jscomp$inline_1819 = { } }; if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) { - var hook$jscomp$inline_2229 = __REACT_DEVTOOLS_GLOBAL_HOOK__; + var hook$jscomp$inline_2231 = __REACT_DEVTOOLS_GLOBAL_HOOK__; if ( - !hook$jscomp$inline_2229.isDisabled && - hook$jscomp$inline_2229.supportsFiber + !hook$jscomp$inline_2231.isDisabled && + hook$jscomp$inline_2231.supportsFiber ) try { - (rendererID = hook$jscomp$inline_2229.inject( - internals$jscomp$inline_1819 + (rendererID = hook$jscomp$inline_2231.inject( + internals$jscomp$inline_1821 )), - (injectedHook = hook$jscomp$inline_2229); + (injectedHook = hook$jscomp$inline_2231); } catch (err) {} } exports.createRoot = function (container, options) { @@ -16675,4 +16675,4 @@ exports.hydrateRoot = function (container, initialChildren, options) { listenToAllSupportedEvents(container); return new ReactDOMHydrationRoot(initialChildren); }; -exports.version = "19.1.0-native-fb-facec3ee-20241217"; +exports.version = "19.1.0-native-fb-6a4b46cd-20241217"; diff --git a/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOMProfiling-dev.js b/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOMProfiling-dev.js index 9093c107cfafe..660e095be814e 100644 --- a/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOMProfiling-dev.js +++ b/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOMProfiling-dev.js @@ -7,7 +7,7 @@ * @noflow * @nolint * @preventMunge - * @generated SignedSource<<05abd579e4caafab682a8930a6c30858>> + * @generated SignedSource<> */ /* @@ -9807,32 +9807,32 @@ __DEV__ && return current; } function updateSuspenseComponent(current, workInProgress, renderLanes) { - var JSCompiler_object_inline_digest_2365; - var JSCompiler_object_inline_stack_2366 = workInProgress.pendingProps; + var JSCompiler_object_inline_digest_2366; + var JSCompiler_object_inline_stack_2367 = workInProgress.pendingProps; shouldSuspendImpl(workInProgress) && (workInProgress.flags |= 128); - var JSCompiler_object_inline_componentStack_2367 = !1; + var JSCompiler_object_inline_componentStack_2368 = !1; var didSuspend = 0 !== (workInProgress.flags & 128); - (JSCompiler_object_inline_digest_2365 = didSuspend) || - (JSCompiler_object_inline_digest_2365 = + (JSCompiler_object_inline_digest_2366 = didSuspend) || + (JSCompiler_object_inline_digest_2366 = null !== current && null === current.memoizedState ? !1 : 0 !== (suspenseStackCursor.current & ForceSuspenseFallback)); - JSCompiler_object_inline_digest_2365 && - ((JSCompiler_object_inline_componentStack_2367 = !0), + JSCompiler_object_inline_digest_2366 && + ((JSCompiler_object_inline_componentStack_2368 = !0), (workInProgress.flags &= -129)); - JSCompiler_object_inline_digest_2365 = 0 !== (workInProgress.flags & 32); + JSCompiler_object_inline_digest_2366 = 0 !== (workInProgress.flags & 32); workInProgress.flags &= -33; if (null === current) { if (isHydrating) { - JSCompiler_object_inline_componentStack_2367 + JSCompiler_object_inline_componentStack_2368 ? pushPrimaryTreeSuspenseHandler(workInProgress) : reuseSuspenseHandlerOnStack(workInProgress); if (isHydrating) { - var JSCompiler_object_inline_message_2364 = nextHydratableInstance; + var JSCompiler_object_inline_message_2365 = nextHydratableInstance; var JSCompiler_temp; - if (!(JSCompiler_temp = !JSCompiler_object_inline_message_2364)) { + if (!(JSCompiler_temp = !JSCompiler_object_inline_message_2365)) { c: { - var instance = JSCompiler_object_inline_message_2364; + var instance = JSCompiler_object_inline_message_2365; for ( JSCompiler_temp = rootOrSingletonContext; 8 !== instance.nodeType; @@ -9873,89 +9873,89 @@ __DEV__ && JSCompiler_temp && (warnNonHydratedInstance( workInProgress, - JSCompiler_object_inline_message_2364 + JSCompiler_object_inline_message_2365 ), throwOnHydrationMismatch(workInProgress)); } - JSCompiler_object_inline_message_2364 = workInProgress.memoizedState; + JSCompiler_object_inline_message_2365 = workInProgress.memoizedState; if ( - null !== JSCompiler_object_inline_message_2364 && - ((JSCompiler_object_inline_message_2364 = - JSCompiler_object_inline_message_2364.dehydrated), - null !== JSCompiler_object_inline_message_2364) + null !== JSCompiler_object_inline_message_2365 && + ((JSCompiler_object_inline_message_2365 = + JSCompiler_object_inline_message_2365.dehydrated), + null !== JSCompiler_object_inline_message_2365) ) return ( - isSuspenseInstanceFallback(JSCompiler_object_inline_message_2364) + isSuspenseInstanceFallback(JSCompiler_object_inline_message_2365) ? (workInProgress.lanes = 32) : (workInProgress.lanes = 536870912), null ); popSuspenseHandler(workInProgress); } - JSCompiler_object_inline_message_2364 = - JSCompiler_object_inline_stack_2366.children; - JSCompiler_temp = JSCompiler_object_inline_stack_2366.fallback; - if (JSCompiler_object_inline_componentStack_2367) + JSCompiler_object_inline_message_2365 = + JSCompiler_object_inline_stack_2367.children; + JSCompiler_temp = JSCompiler_object_inline_stack_2367.fallback; + if (JSCompiler_object_inline_componentStack_2368) return ( reuseSuspenseHandlerOnStack(workInProgress), - (JSCompiler_object_inline_stack_2366 = + (JSCompiler_object_inline_stack_2367 = mountSuspenseFallbackChildren( workInProgress, - JSCompiler_object_inline_message_2364, + JSCompiler_object_inline_message_2365, JSCompiler_temp, renderLanes )), - (JSCompiler_object_inline_componentStack_2367 = + (JSCompiler_object_inline_componentStack_2368 = workInProgress.child), - (JSCompiler_object_inline_componentStack_2367.memoizedState = + (JSCompiler_object_inline_componentStack_2368.memoizedState = mountSuspenseOffscreenState(renderLanes)), - (JSCompiler_object_inline_componentStack_2367.childLanes = + (JSCompiler_object_inline_componentStack_2368.childLanes = getRemainingWorkInPrimaryTree( current, - JSCompiler_object_inline_digest_2365, + JSCompiler_object_inline_digest_2366, renderLanes )), (workInProgress.memoizedState = SUSPENDED_MARKER), - JSCompiler_object_inline_stack_2366 + JSCompiler_object_inline_stack_2367 ); if ( "number" === - typeof JSCompiler_object_inline_stack_2366.unstable_expectedLoadTime + typeof JSCompiler_object_inline_stack_2367.unstable_expectedLoadTime ) return ( reuseSuspenseHandlerOnStack(workInProgress), - (JSCompiler_object_inline_stack_2366 = + (JSCompiler_object_inline_stack_2367 = mountSuspenseFallbackChildren( workInProgress, - JSCompiler_object_inline_message_2364, + JSCompiler_object_inline_message_2365, JSCompiler_temp, renderLanes )), - (JSCompiler_object_inline_componentStack_2367 = + (JSCompiler_object_inline_componentStack_2368 = workInProgress.child), - (JSCompiler_object_inline_componentStack_2367.memoizedState = + (JSCompiler_object_inline_componentStack_2368.memoizedState = mountSuspenseOffscreenState(renderLanes)), - (JSCompiler_object_inline_componentStack_2367.childLanes = + (JSCompiler_object_inline_componentStack_2368.childLanes = getRemainingWorkInPrimaryTree( current, - JSCompiler_object_inline_digest_2365, + JSCompiler_object_inline_digest_2366, renderLanes )), (workInProgress.memoizedState = SUSPENDED_MARKER), (workInProgress.lanes = 4194304), - JSCompiler_object_inline_stack_2366 + JSCompiler_object_inline_stack_2367 ); pushPrimaryTreeSuspenseHandler(workInProgress); return mountSuspensePrimaryChildren( workInProgress, - JSCompiler_object_inline_message_2364 + JSCompiler_object_inline_message_2365 ); } var prevState = current.memoizedState; if ( null !== prevState && - ((JSCompiler_object_inline_message_2364 = prevState.dehydrated), - null !== JSCompiler_object_inline_message_2364) + ((JSCompiler_object_inline_message_2365 = prevState.dehydrated), + null !== JSCompiler_object_inline_message_2365) ) { if (didSuspend) workInProgress.flags & 256 @@ -9972,32 +9972,32 @@ __DEV__ && (workInProgress.flags |= 128), (workInProgress = null)) : (reuseSuspenseHandlerOnStack(workInProgress), - (JSCompiler_object_inline_componentStack_2367 = - JSCompiler_object_inline_stack_2366.fallback), - (JSCompiler_object_inline_message_2364 = workInProgress.mode), - (JSCompiler_object_inline_stack_2366 = createFiberFromOffscreen( + (JSCompiler_object_inline_componentStack_2368 = + JSCompiler_object_inline_stack_2367.fallback), + (JSCompiler_object_inline_message_2365 = workInProgress.mode), + (JSCompiler_object_inline_stack_2367 = createFiberFromOffscreen( { mode: "visible", - children: JSCompiler_object_inline_stack_2366.children + children: JSCompiler_object_inline_stack_2367.children }, - JSCompiler_object_inline_message_2364, + JSCompiler_object_inline_message_2365, 0, null )), - (JSCompiler_object_inline_componentStack_2367 = + (JSCompiler_object_inline_componentStack_2368 = createFiberFromFragment( - JSCompiler_object_inline_componentStack_2367, - JSCompiler_object_inline_message_2364, + JSCompiler_object_inline_componentStack_2368, + JSCompiler_object_inline_message_2365, renderLanes, null )), - (JSCompiler_object_inline_componentStack_2367.flags |= 2), - (JSCompiler_object_inline_stack_2366.return = workInProgress), - (JSCompiler_object_inline_componentStack_2367.return = + (JSCompiler_object_inline_componentStack_2368.flags |= 2), + (JSCompiler_object_inline_stack_2367.return = workInProgress), + (JSCompiler_object_inline_componentStack_2368.return = workInProgress), - (JSCompiler_object_inline_stack_2366.sibling = - JSCompiler_object_inline_componentStack_2367), - (workInProgress.child = JSCompiler_object_inline_stack_2366), + (JSCompiler_object_inline_stack_2367.sibling = + JSCompiler_object_inline_componentStack_2368), + (workInProgress.child = JSCompiler_object_inline_stack_2367), (workInProgress.mode & ConcurrentMode) !== NoMode && reconcileChildFibers( workInProgress, @@ -10005,63 +10005,63 @@ __DEV__ && null, renderLanes ), - (JSCompiler_object_inline_stack_2366 = workInProgress.child), - (JSCompiler_object_inline_stack_2366.memoizedState = + (JSCompiler_object_inline_stack_2367 = workInProgress.child), + (JSCompiler_object_inline_stack_2367.memoizedState = mountSuspenseOffscreenState(renderLanes)), - (JSCompiler_object_inline_stack_2366.childLanes = + (JSCompiler_object_inline_stack_2367.childLanes = getRemainingWorkInPrimaryTree( current, - JSCompiler_object_inline_digest_2365, + JSCompiler_object_inline_digest_2366, renderLanes )), (workInProgress.memoizedState = SUSPENDED_MARKER), (workInProgress = - JSCompiler_object_inline_componentStack_2367)); + JSCompiler_object_inline_componentStack_2368)); else if ( (pushPrimaryTreeSuspenseHandler(workInProgress), isHydrating && error$jscomp$0( "We should not be hydrating here. This is a bug in React. Please file a bug." ), - isSuspenseInstanceFallback(JSCompiler_object_inline_message_2364)) + isSuspenseInstanceFallback(JSCompiler_object_inline_message_2365)) ) { - JSCompiler_object_inline_digest_2365 = - JSCompiler_object_inline_message_2364.nextSibling && - JSCompiler_object_inline_message_2364.nextSibling.dataset; - if (JSCompiler_object_inline_digest_2365) { - JSCompiler_temp = JSCompiler_object_inline_digest_2365.dgst; - var message = JSCompiler_object_inline_digest_2365.msg; - instance = JSCompiler_object_inline_digest_2365.stck; - var componentStack = JSCompiler_object_inline_digest_2365.cstck; + JSCompiler_object_inline_digest_2366 = + JSCompiler_object_inline_message_2365.nextSibling && + JSCompiler_object_inline_message_2365.nextSibling.dataset; + if (JSCompiler_object_inline_digest_2366) { + JSCompiler_temp = JSCompiler_object_inline_digest_2366.dgst; + var message = JSCompiler_object_inline_digest_2366.msg; + instance = JSCompiler_object_inline_digest_2366.stck; + var componentStack = JSCompiler_object_inline_digest_2366.cstck; } - JSCompiler_object_inline_message_2364 = message; - JSCompiler_object_inline_digest_2365 = JSCompiler_temp; - JSCompiler_object_inline_stack_2366 = instance; - JSCompiler_temp = JSCompiler_object_inline_componentStack_2367 = + JSCompiler_object_inline_message_2365 = message; + JSCompiler_object_inline_digest_2366 = JSCompiler_temp; + JSCompiler_object_inline_stack_2367 = instance; + JSCompiler_temp = JSCompiler_object_inline_componentStack_2368 = componentStack; - JSCompiler_object_inline_componentStack_2367 = - JSCompiler_object_inline_message_2364 - ? Error(JSCompiler_object_inline_message_2364) + JSCompiler_object_inline_componentStack_2368 = + JSCompiler_object_inline_message_2365 + ? Error(JSCompiler_object_inline_message_2365) : Error( "The server could not finish this Suspense boundary, likely due to an error during server rendering. Switched to client rendering." ); - JSCompiler_object_inline_componentStack_2367.stack = - JSCompiler_object_inline_stack_2366 || ""; - JSCompiler_object_inline_componentStack_2367.digest = - JSCompiler_object_inline_digest_2365; - JSCompiler_object_inline_digest_2365 = + JSCompiler_object_inline_componentStack_2368.stack = + JSCompiler_object_inline_stack_2367 || ""; + JSCompiler_object_inline_componentStack_2368.digest = + JSCompiler_object_inline_digest_2366; + JSCompiler_object_inline_digest_2366 = void 0 === JSCompiler_temp ? null : JSCompiler_temp; - JSCompiler_object_inline_stack_2366 = { - value: JSCompiler_object_inline_componentStack_2367, + JSCompiler_object_inline_stack_2367 = { + value: JSCompiler_object_inline_componentStack_2368, source: null, - stack: JSCompiler_object_inline_digest_2365 + stack: JSCompiler_object_inline_digest_2366 }; - "string" === typeof JSCompiler_object_inline_digest_2365 && + "string" === typeof JSCompiler_object_inline_digest_2366 && CapturedStacks.set( - JSCompiler_object_inline_componentStack_2367, - JSCompiler_object_inline_stack_2366 + JSCompiler_object_inline_componentStack_2368, + JSCompiler_object_inline_stack_2367 ); - queueHydrationError(JSCompiler_object_inline_stack_2366); + queueHydrationError(JSCompiler_object_inline_stack_2367); workInProgress = retrySuspenseComponentWithoutHydrating( current, workInProgress, @@ -10075,44 +10075,44 @@ __DEV__ && renderLanes, !1 ), - (JSCompiler_object_inline_digest_2365 = + (JSCompiler_object_inline_digest_2366 = 0 !== (renderLanes & current.childLanes)), - didReceiveUpdate || JSCompiler_object_inline_digest_2365) + didReceiveUpdate || JSCompiler_object_inline_digest_2366) ) { - JSCompiler_object_inline_digest_2365 = workInProgressRoot; + JSCompiler_object_inline_digest_2366 = workInProgressRoot; if ( - null !== JSCompiler_object_inline_digest_2365 && - ((JSCompiler_object_inline_stack_2366 = renderLanes & -renderLanes), - (JSCompiler_object_inline_stack_2366 = - 0 !== (JSCompiler_object_inline_stack_2366 & 42) + null !== JSCompiler_object_inline_digest_2366 && + ((JSCompiler_object_inline_stack_2367 = renderLanes & -renderLanes), + (JSCompiler_object_inline_stack_2367 = + 0 !== (JSCompiler_object_inline_stack_2367 & 42) ? 1 : getBumpedLaneForHydrationByLane( - JSCompiler_object_inline_stack_2366 + JSCompiler_object_inline_stack_2367 )), - (JSCompiler_object_inline_stack_2366 = + (JSCompiler_object_inline_stack_2367 = 0 !== - (JSCompiler_object_inline_stack_2366 & - (JSCompiler_object_inline_digest_2365.suspendedLanes | + (JSCompiler_object_inline_stack_2367 & + (JSCompiler_object_inline_digest_2366.suspendedLanes | renderLanes)) ? 0 - : JSCompiler_object_inline_stack_2366), - 0 !== JSCompiler_object_inline_stack_2366 && - JSCompiler_object_inline_stack_2366 !== prevState.retryLane) + : JSCompiler_object_inline_stack_2367), + 0 !== JSCompiler_object_inline_stack_2367 && + JSCompiler_object_inline_stack_2367 !== prevState.retryLane) ) throw ( - ((prevState.retryLane = JSCompiler_object_inline_stack_2366), + ((prevState.retryLane = JSCompiler_object_inline_stack_2367), enqueueConcurrentRenderForLane( current, - JSCompiler_object_inline_stack_2366 + JSCompiler_object_inline_stack_2367 ), scheduleUpdateOnFiber( - JSCompiler_object_inline_digest_2365, + JSCompiler_object_inline_digest_2366, current, - JSCompiler_object_inline_stack_2366 + JSCompiler_object_inline_stack_2367 ), SelectiveHydrationException) ); - JSCompiler_object_inline_message_2364.data === + JSCompiler_object_inline_message_2365.data === SUSPENSE_PENDING_START_DATA || renderDidSuspendDelayIfPossible(); workInProgress = retrySuspenseComponentWithoutHydrating( current, @@ -10120,14 +10120,14 @@ __DEV__ && renderLanes ); } else - JSCompiler_object_inline_message_2364.data === + JSCompiler_object_inline_message_2365.data === SUSPENSE_PENDING_START_DATA ? ((workInProgress.flags |= 192), (workInProgress.child = current.child), (workInProgress = null)) : ((renderLanes = prevState.treeContext), (nextHydratableInstance = getNextHydratable( - JSCompiler_object_inline_message_2364.nextSibling + JSCompiler_object_inline_message_2365.nextSibling )), (hydrationParentFiber = workInProgress), (isHydrating = !0), @@ -10145,72 +10145,72 @@ __DEV__ && (treeContextProvider = workInProgress)), (workInProgress = mountSuspensePrimaryChildren( workInProgress, - JSCompiler_object_inline_stack_2366.children + JSCompiler_object_inline_stack_2367.children )), (workInProgress.flags |= 4096)); return workInProgress; } - if (JSCompiler_object_inline_componentStack_2367) + if (JSCompiler_object_inline_componentStack_2368) return ( reuseSuspenseHandlerOnStack(workInProgress), - (JSCompiler_object_inline_componentStack_2367 = - JSCompiler_object_inline_stack_2366.fallback), - (JSCompiler_object_inline_message_2364 = workInProgress.mode), + (JSCompiler_object_inline_componentStack_2368 = + JSCompiler_object_inline_stack_2367.fallback), + (JSCompiler_object_inline_message_2365 = workInProgress.mode), (JSCompiler_temp = current.child), (instance = JSCompiler_temp.sibling), (componentStack = { mode: "hidden", - children: JSCompiler_object_inline_stack_2366.children + children: JSCompiler_object_inline_stack_2367.children }), - (JSCompiler_object_inline_message_2364 & ConcurrentMode) === NoMode && + (JSCompiler_object_inline_message_2365 & ConcurrentMode) === NoMode && workInProgress.child !== JSCompiler_temp - ? ((JSCompiler_object_inline_stack_2366 = workInProgress.child), - (JSCompiler_object_inline_stack_2366.childLanes = 0), - (JSCompiler_object_inline_stack_2366.pendingProps = + ? ((JSCompiler_object_inline_stack_2367 = workInProgress.child), + (JSCompiler_object_inline_stack_2367.childLanes = 0), + (JSCompiler_object_inline_stack_2367.pendingProps = componentStack), workInProgress.mode & ProfileMode && - ((JSCompiler_object_inline_stack_2366.actualDuration = -0), - (JSCompiler_object_inline_stack_2366.actualStartTime = -1.1), - (JSCompiler_object_inline_stack_2366.selfBaseDuration = + ((JSCompiler_object_inline_stack_2367.actualDuration = -0), + (JSCompiler_object_inline_stack_2367.actualStartTime = -1.1), + (JSCompiler_object_inline_stack_2367.selfBaseDuration = JSCompiler_temp.selfBaseDuration), - (JSCompiler_object_inline_stack_2366.treeBaseDuration = + (JSCompiler_object_inline_stack_2367.treeBaseDuration = JSCompiler_temp.treeBaseDuration)), (workInProgress.deletions = null)) - : ((JSCompiler_object_inline_stack_2366 = createWorkInProgress( + : ((JSCompiler_object_inline_stack_2367 = createWorkInProgress( JSCompiler_temp, componentStack )), - (JSCompiler_object_inline_stack_2366.subtreeFlags = + (JSCompiler_object_inline_stack_2367.subtreeFlags = JSCompiler_temp.subtreeFlags & 31457280)), null !== instance - ? (JSCompiler_object_inline_componentStack_2367 = + ? (JSCompiler_object_inline_componentStack_2368 = createWorkInProgress( instance, - JSCompiler_object_inline_componentStack_2367 + JSCompiler_object_inline_componentStack_2368 )) - : ((JSCompiler_object_inline_componentStack_2367 = + : ((JSCompiler_object_inline_componentStack_2368 = createFiberFromFragment( - JSCompiler_object_inline_componentStack_2367, - JSCompiler_object_inline_message_2364, + JSCompiler_object_inline_componentStack_2368, + JSCompiler_object_inline_message_2365, renderLanes, null )), - (JSCompiler_object_inline_componentStack_2367.flags |= 2)), - (JSCompiler_object_inline_componentStack_2367.return = + (JSCompiler_object_inline_componentStack_2368.flags |= 2)), + (JSCompiler_object_inline_componentStack_2368.return = workInProgress), - (JSCompiler_object_inline_stack_2366.return = workInProgress), - (JSCompiler_object_inline_stack_2366.sibling = - JSCompiler_object_inline_componentStack_2367), - (workInProgress.child = JSCompiler_object_inline_stack_2366), - (JSCompiler_object_inline_stack_2366 = - JSCompiler_object_inline_componentStack_2367), - (JSCompiler_object_inline_componentStack_2367 = workInProgress.child), - (JSCompiler_object_inline_message_2364 = current.child.memoizedState), - null === JSCompiler_object_inline_message_2364 - ? (JSCompiler_object_inline_message_2364 = + (JSCompiler_object_inline_stack_2367.return = workInProgress), + (JSCompiler_object_inline_stack_2367.sibling = + JSCompiler_object_inline_componentStack_2368), + (workInProgress.child = JSCompiler_object_inline_stack_2367), + (JSCompiler_object_inline_stack_2367 = + JSCompiler_object_inline_componentStack_2368), + (JSCompiler_object_inline_componentStack_2368 = workInProgress.child), + (JSCompiler_object_inline_message_2365 = current.child.memoizedState), + null === JSCompiler_object_inline_message_2365 + ? (JSCompiler_object_inline_message_2365 = mountSuspenseOffscreenState(renderLanes)) : ((JSCompiler_temp = - JSCompiler_object_inline_message_2364.cachePool), + JSCompiler_object_inline_message_2365.cachePool), null !== JSCompiler_temp ? ((instance = CacheContext._currentValue), (JSCompiler_temp = @@ -10218,45 +10218,45 @@ __DEV__ && ? { parent: instance, pool: instance } : JSCompiler_temp)) : (JSCompiler_temp = getSuspendedCache()), - (JSCompiler_object_inline_message_2364 = { + (JSCompiler_object_inline_message_2365 = { baseLanes: - JSCompiler_object_inline_message_2364.baseLanes | renderLanes, + JSCompiler_object_inline_message_2365.baseLanes | renderLanes, cachePool: JSCompiler_temp })), - (JSCompiler_object_inline_componentStack_2367.memoizedState = - JSCompiler_object_inline_message_2364), - (JSCompiler_object_inline_componentStack_2367.childLanes = + (JSCompiler_object_inline_componentStack_2368.memoizedState = + JSCompiler_object_inline_message_2365), + (JSCompiler_object_inline_componentStack_2368.childLanes = getRemainingWorkInPrimaryTree( current, - JSCompiler_object_inline_digest_2365, + JSCompiler_object_inline_digest_2366, renderLanes )), (workInProgress.memoizedState = SUSPENDED_MARKER), - JSCompiler_object_inline_stack_2366 + JSCompiler_object_inline_stack_2367 ); pushPrimaryTreeSuspenseHandler(workInProgress); - JSCompiler_object_inline_digest_2365 = current.child; - current = JSCompiler_object_inline_digest_2365.sibling; - JSCompiler_object_inline_digest_2365 = createWorkInProgress( - JSCompiler_object_inline_digest_2365, + JSCompiler_object_inline_digest_2366 = current.child; + current = JSCompiler_object_inline_digest_2366.sibling; + JSCompiler_object_inline_digest_2366 = createWorkInProgress( + JSCompiler_object_inline_digest_2366, { mode: "visible", - children: JSCompiler_object_inline_stack_2366.children + children: JSCompiler_object_inline_stack_2367.children } ); (workInProgress.mode & ConcurrentMode) === NoMode && - (JSCompiler_object_inline_digest_2365.lanes = renderLanes); - JSCompiler_object_inline_digest_2365.return = workInProgress; - JSCompiler_object_inline_digest_2365.sibling = null; + (JSCompiler_object_inline_digest_2366.lanes = renderLanes); + JSCompiler_object_inline_digest_2366.return = workInProgress; + JSCompiler_object_inline_digest_2366.sibling = null; null !== current && ((renderLanes = workInProgress.deletions), null === renderLanes ? ((workInProgress.deletions = [current]), (workInProgress.flags |= 16)) : renderLanes.push(current)); - workInProgress.child = JSCompiler_object_inline_digest_2365; + workInProgress.child = JSCompiler_object_inline_digest_2366; workInProgress.memoizedState = null; - return JSCompiler_object_inline_digest_2365; + return JSCompiler_object_inline_digest_2366; } function mountSuspensePrimaryChildren(workInProgress, primaryChildren) { primaryChildren = createFiberFromOffscreen( @@ -16806,7 +16806,7 @@ __DEV__ && shouldDoubleInvokePassiveEffects && disconnectPassiveEffect(fiber), reappearLayoutEffects(root, fiber.alternate, fiber, !1), shouldDoubleInvokePassiveEffects && - reconnectPassiveEffects(root, fiber, 0, null, !1); + reconnectPassiveEffects(root, fiber, 0, null, !1, 0); } finally { setIsStrictModeForDevtools(!1); } @@ -25946,11 +25946,11 @@ __DEV__ && }; (function () { var isomorphicReactPackageVersion = React.version; - if ("19.1.0-native-fb-facec3ee-20241217" !== isomorphicReactPackageVersion) + if ("19.1.0-native-fb-6a4b46cd-20241217" !== 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.1.0-native-fb-facec3ee-20241217\nLearn more: https://react.dev/warnings/version-mismatch") + "\n - react-dom: 19.1.0-native-fb-6a4b46cd-20241217\nLearn more: https://react.dev/warnings/version-mismatch") ); })(); ("function" === typeof Map && @@ -25987,10 +25987,10 @@ __DEV__ && !(function () { var internals = { bundleType: 1, - version: "19.1.0-native-fb-facec3ee-20241217", + version: "19.1.0-native-fb-6a4b46cd-20241217", rendererPackageName: "react-dom", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.1.0-native-fb-facec3ee-20241217" + reconcilerVersion: "19.1.0-native-fb-6a4b46cd-20241217" }; internals.overrideHookState = overrideHookState; internals.overrideHookStateDeletePath = overrideHookStateDeletePath; @@ -26452,7 +26452,7 @@ __DEV__ && exports.useFormStatus = function () { return resolveDispatcher().useHostTransitionStatus(); }; - exports.version = "19.1.0-native-fb-facec3ee-20241217"; + exports.version = "19.1.0-native-fb-6a4b46cd-20241217"; "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ && "function" === typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop && diff --git a/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOMProfiling-prod.js b/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOMProfiling-prod.js index 0ec96ffb071eb..239f0005feb86 100644 --- a/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOMProfiling-prod.js +++ b/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOMProfiling-prod.js @@ -7,7 +7,7 @@ * @noflow * @nolint * @preventMunge - * @generated SignedSource<<80cbea9a31e2fc52be1326fd69eb2f30>> + * @generated SignedSource<> */ /* @@ -12361,20 +12361,20 @@ function extractEvents$1( } } for ( - var i$jscomp$inline_1480 = 0; - i$jscomp$inline_1480 < simpleEventPluginEvents.length; - i$jscomp$inline_1480++ + var i$jscomp$inline_1482 = 0; + i$jscomp$inline_1482 < simpleEventPluginEvents.length; + i$jscomp$inline_1482++ ) { - var eventName$jscomp$inline_1481 = - simpleEventPluginEvents[i$jscomp$inline_1480], - domEventName$jscomp$inline_1482 = - eventName$jscomp$inline_1481.toLowerCase(), - capitalizedEvent$jscomp$inline_1483 = - eventName$jscomp$inline_1481[0].toUpperCase() + - eventName$jscomp$inline_1481.slice(1); + var eventName$jscomp$inline_1483 = + simpleEventPluginEvents[i$jscomp$inline_1482], + domEventName$jscomp$inline_1484 = + eventName$jscomp$inline_1483.toLowerCase(), + capitalizedEvent$jscomp$inline_1485 = + eventName$jscomp$inline_1483[0].toUpperCase() + + eventName$jscomp$inline_1483.slice(1); registerSimpleEvent( - domEventName$jscomp$inline_1482, - "on" + capitalizedEvent$jscomp$inline_1483 + domEventName$jscomp$inline_1484, + "on" + capitalizedEvent$jscomp$inline_1485 ); } registerSimpleEvent(ANIMATION_END, "onAnimationEnd"); @@ -15878,16 +15878,16 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) { 0 === i && attemptExplicitHydrationTarget(target); } }; -var isomorphicReactPackageVersion$jscomp$inline_1723 = React.version; +var isomorphicReactPackageVersion$jscomp$inline_1725 = React.version; if ( - "19.1.0-native-fb-facec3ee-20241217" !== - isomorphicReactPackageVersion$jscomp$inline_1723 + "19.1.0-native-fb-6a4b46cd-20241217" !== + isomorphicReactPackageVersion$jscomp$inline_1725 ) throw Error( formatProdErrorMessage( 527, - isomorphicReactPackageVersion$jscomp$inline_1723, - "19.1.0-native-fb-facec3ee-20241217" + isomorphicReactPackageVersion$jscomp$inline_1725, + "19.1.0-native-fb-6a4b46cd-20241217" ) ); ReactDOMSharedInternals.findDOMNode = function (componentOrElement) { @@ -15907,24 +15907,24 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) { null === componentOrElement ? null : componentOrElement.stateNode; return componentOrElement; }; -var internals$jscomp$inline_2180 = { +var internals$jscomp$inline_2182 = { bundleType: 0, - version: "19.1.0-native-fb-facec3ee-20241217", + version: "19.1.0-native-fb-6a4b46cd-20241217", rendererPackageName: "react-dom", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.1.0-native-fb-facec3ee-20241217" + reconcilerVersion: "19.1.0-native-fb-6a4b46cd-20241217" }; if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) { - var hook$jscomp$inline_2181 = __REACT_DEVTOOLS_GLOBAL_HOOK__; + var hook$jscomp$inline_2183 = __REACT_DEVTOOLS_GLOBAL_HOOK__; if ( - !hook$jscomp$inline_2181.isDisabled && - hook$jscomp$inline_2181.supportsFiber + !hook$jscomp$inline_2183.isDisabled && + hook$jscomp$inline_2183.supportsFiber ) try { - (rendererID = hook$jscomp$inline_2181.inject( - internals$jscomp$inline_2180 + (rendererID = hook$jscomp$inline_2183.inject( + internals$jscomp$inline_2182 )), - (injectedHook = hook$jscomp$inline_2181); + (injectedHook = hook$jscomp$inline_2183); } catch (err) {} } function noop() {} @@ -16172,4 +16172,4 @@ exports.useFormState = function (action, initialState, permalink) { exports.useFormStatus = function () { return ReactSharedInternals.H.useHostTransitionStatus(); }; -exports.version = "19.1.0-native-fb-facec3ee-20241217"; +exports.version = "19.1.0-native-fb-6a4b46cd-20241217"; diff --git a/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOMProfiling-profiling.js b/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOMProfiling-profiling.js index 9b496772d605d..501540eff896c 100644 --- a/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOMProfiling-profiling.js +++ b/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOMProfiling-profiling.js @@ -7,7 +7,7 @@ * @noflow * @nolint * @preventMunge - * @generated SignedSource<> + * @generated SignedSource<<75a7d0eacda564615139ed1ec815feb9>> */ /* @@ -13010,20 +13010,20 @@ function extractEvents$1( } } for ( - var i$jscomp$inline_1568 = 0; - i$jscomp$inline_1568 < simpleEventPluginEvents.length; - i$jscomp$inline_1568++ + var i$jscomp$inline_1570 = 0; + i$jscomp$inline_1570 < simpleEventPluginEvents.length; + i$jscomp$inline_1570++ ) { - var eventName$jscomp$inline_1569 = - simpleEventPluginEvents[i$jscomp$inline_1568], - domEventName$jscomp$inline_1570 = - eventName$jscomp$inline_1569.toLowerCase(), - capitalizedEvent$jscomp$inline_1571 = - eventName$jscomp$inline_1569[0].toUpperCase() + - eventName$jscomp$inline_1569.slice(1); + var eventName$jscomp$inline_1571 = + simpleEventPluginEvents[i$jscomp$inline_1570], + domEventName$jscomp$inline_1572 = + eventName$jscomp$inline_1571.toLowerCase(), + capitalizedEvent$jscomp$inline_1573 = + eventName$jscomp$inline_1571[0].toUpperCase() + + eventName$jscomp$inline_1571.slice(1); registerSimpleEvent( - domEventName$jscomp$inline_1570, - "on" + capitalizedEvent$jscomp$inline_1571 + domEventName$jscomp$inline_1572, + "on" + capitalizedEvent$jscomp$inline_1573 ); } registerSimpleEvent(ANIMATION_END, "onAnimationEnd"); @@ -16535,16 +16535,16 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) { 0 === i && attemptExplicitHydrationTarget(target); } }; -var isomorphicReactPackageVersion$jscomp$inline_1813 = React.version; +var isomorphicReactPackageVersion$jscomp$inline_1815 = React.version; if ( - "19.1.0-native-fb-facec3ee-20241217" !== - isomorphicReactPackageVersion$jscomp$inline_1813 + "19.1.0-native-fb-6a4b46cd-20241217" !== + isomorphicReactPackageVersion$jscomp$inline_1815 ) throw Error( formatProdErrorMessage( 527, - isomorphicReactPackageVersion$jscomp$inline_1813, - "19.1.0-native-fb-facec3ee-20241217" + isomorphicReactPackageVersion$jscomp$inline_1815, + "19.1.0-native-fb-6a4b46cd-20241217" ) ); ReactDOMSharedInternals.findDOMNode = function (componentOrElement) { @@ -16564,12 +16564,12 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) { null === componentOrElement ? null : componentOrElement.stateNode; return componentOrElement; }; -var internals$jscomp$inline_1820 = { +var internals$jscomp$inline_1822 = { bundleType: 0, - version: "19.1.0-native-fb-facec3ee-20241217", + version: "19.1.0-native-fb-6a4b46cd-20241217", rendererPackageName: "react-dom", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.1.0-native-fb-facec3ee-20241217", + reconcilerVersion: "19.1.0-native-fb-6a4b46cd-20241217", getLaneLabelMap: function () { for ( var map = new Map(), lane = 1, index$292 = 0; @@ -16587,16 +16587,16 @@ var internals$jscomp$inline_1820 = { } }; if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) { - var hook$jscomp$inline_2232 = __REACT_DEVTOOLS_GLOBAL_HOOK__; + var hook$jscomp$inline_2234 = __REACT_DEVTOOLS_GLOBAL_HOOK__; if ( - !hook$jscomp$inline_2232.isDisabled && - hook$jscomp$inline_2232.supportsFiber + !hook$jscomp$inline_2234.isDisabled && + hook$jscomp$inline_2234.supportsFiber ) try { - (rendererID = hook$jscomp$inline_2232.inject( - internals$jscomp$inline_1820 + (rendererID = hook$jscomp$inline_2234.inject( + internals$jscomp$inline_1822 )), - (injectedHook = hook$jscomp$inline_2232); + (injectedHook = hook$jscomp$inline_2234); } catch (err) {} } function noop() {} @@ -16844,7 +16844,7 @@ exports.useFormState = function (action, initialState, permalink) { exports.useFormStatus = function () { return ReactSharedInternals.H.useHostTransitionStatus(); }; -exports.version = "19.1.0-native-fb-facec3ee-20241217"; +exports.version = "19.1.0-native-fb-6a4b46cd-20241217"; "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ && "function" === typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop && diff --git a/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-test-renderer/cjs/ReactTestRenderer-dev.js b/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-test-renderer/cjs/ReactTestRenderer-dev.js index 85660a58262e8..d22e761e569b2 100644 --- a/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-test-renderer/cjs/ReactTestRenderer-dev.js +++ b/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-test-renderer/cjs/ReactTestRenderer-dev.js @@ -7,13 +7,13 @@ * @noflow * @nolint * @preventMunge - * @generated SignedSource<<78902a0cc7577afcd187780d1f27e17e>> + * @generated SignedSource<<38a44e63586d1220c58ce7dfe0609a72>> */ "use strict"; __DEV__ && (function () { - function JSCompiler_object_inline_createNodeMock_1162() { + function JSCompiler_object_inline_createNodeMock_1163() { return null; } function findHook(fiber, id) { @@ -12436,7 +12436,7 @@ __DEV__ && shouldDoubleInvokePassiveEffects && disconnectPassiveEffect(fiber), reappearLayoutEffects(root, fiber.alternate, fiber, !1), shouldDoubleInvokePassiveEffects && - reconnectPassiveEffects(root, fiber, 0, null, !1); + reconnectPassiveEffects(root, fiber, 0, null, !1, 0); } finally { setIsStrictModeForDevtools(!1); } @@ -15539,10 +15539,10 @@ __DEV__ && (function () { var internals = { bundleType: 1, - version: "19.1.0-native-fb-facec3ee-20241217", + version: "19.1.0-native-fb-6a4b46cd-20241217", rendererPackageName: "react-test-renderer", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.1.0-native-fb-facec3ee-20241217" + reconcilerVersion: "19.1.0-native-fb-6a4b46cd-20241217" }; internals.overrideHookState = overrideHookState; internals.overrideHookStateDeletePath = overrideHookStateDeletePath; @@ -15564,7 +15564,7 @@ __DEV__ && exports._Scheduler = Scheduler; exports.act = act; exports.create = function (element, options) { - var createNodeMock = JSCompiler_object_inline_createNodeMock_1162, + var createNodeMock = JSCompiler_object_inline_createNodeMock_1163, isConcurrent = !1, isStrictMode = !1; "object" === typeof options && @@ -15687,5 +15687,5 @@ __DEV__ && flushSyncWorkAcrossRoots_impl(0, !0)); } }; - exports.version = "19.1.0-native-fb-facec3ee-20241217"; + exports.version = "19.1.0-native-fb-6a4b46cd-20241217"; })(); diff --git a/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-test-renderer/cjs/ReactTestRenderer-prod.js b/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-test-renderer/cjs/ReactTestRenderer-prod.js index 4f27d341a7c4d..ade7142820429 100644 --- a/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-test-renderer/cjs/ReactTestRenderer-prod.js +++ b/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-test-renderer/cjs/ReactTestRenderer-prod.js @@ -7,7 +7,7 @@ * @noflow * @nolint * @preventMunge - * @generated SignedSource<> + * @generated SignedSource<> */ "use strict"; @@ -9696,24 +9696,24 @@ function wrapFiber(fiber) { fiberToWrapper.set(fiber, wrapper)); return wrapper; } -var internals$jscomp$inline_1452 = { +var internals$jscomp$inline_1454 = { bundleType: 0, - version: "19.1.0-native-fb-facec3ee-20241217", + version: "19.1.0-native-fb-6a4b46cd-20241217", rendererPackageName: "react-test-renderer", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.1.0-native-fb-facec3ee-20241217" + reconcilerVersion: "19.1.0-native-fb-6a4b46cd-20241217" }; if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) { - var hook$jscomp$inline_1453 = __REACT_DEVTOOLS_GLOBAL_HOOK__; + var hook$jscomp$inline_1455 = __REACT_DEVTOOLS_GLOBAL_HOOK__; if ( - !hook$jscomp$inline_1453.isDisabled && - hook$jscomp$inline_1453.supportsFiber + !hook$jscomp$inline_1455.isDisabled && + hook$jscomp$inline_1455.supportsFiber ) try { - (rendererID = hook$jscomp$inline_1453.inject( - internals$jscomp$inline_1452 + (rendererID = hook$jscomp$inline_1455.inject( + internals$jscomp$inline_1454 )), - (injectedHook = hook$jscomp$inline_1453); + (injectedHook = hook$jscomp$inline_1455); } catch (err) {} } exports._Scheduler = Scheduler; @@ -9837,4 +9837,4 @@ exports.unstable_batchedUpdates = function (fn, a) { flushSyncWorkAcrossRoots_impl(0, !0)); } }; -exports.version = "19.1.0-native-fb-facec3ee-20241217"; +exports.version = "19.1.0-native-fb-6a4b46cd-20241217"; diff --git a/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-test-renderer/cjs/ReactTestRenderer-profiling.js b/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-test-renderer/cjs/ReactTestRenderer-profiling.js index bd13e161a130e..6a6007b8a1180 100644 --- a/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-test-renderer/cjs/ReactTestRenderer-profiling.js +++ b/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-test-renderer/cjs/ReactTestRenderer-profiling.js @@ -7,7 +7,7 @@ * @noflow * @nolint * @preventMunge - * @generated SignedSource<<1be8aa112716bb4f4e65b3ee9351eb44>> + * @generated SignedSource<> */ "use strict"; @@ -10263,12 +10263,12 @@ function wrapFiber(fiber) { fiberToWrapper.set(fiber, wrapper)); return wrapper; } -var internals$jscomp$inline_1238 = { +var internals$jscomp$inline_1240 = { bundleType: 0, - version: "19.1.0-native-fb-facec3ee-20241217", + version: "19.1.0-native-fb-6a4b46cd-20241217", rendererPackageName: "react-test-renderer", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.1.0-native-fb-facec3ee-20241217", + reconcilerVersion: "19.1.0-native-fb-6a4b46cd-20241217", getLaneLabelMap: function () { for ( var map = new Map(), lane = 1, index$146 = 0; @@ -10286,16 +10286,16 @@ var internals$jscomp$inline_1238 = { } }; if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) { - var hook$jscomp$inline_1511 = __REACT_DEVTOOLS_GLOBAL_HOOK__; + var hook$jscomp$inline_1513 = __REACT_DEVTOOLS_GLOBAL_HOOK__; if ( - !hook$jscomp$inline_1511.isDisabled && - hook$jscomp$inline_1511.supportsFiber + !hook$jscomp$inline_1513.isDisabled && + hook$jscomp$inline_1513.supportsFiber ) try { - (rendererID = hook$jscomp$inline_1511.inject( - internals$jscomp$inline_1238 + (rendererID = hook$jscomp$inline_1513.inject( + internals$jscomp$inline_1240 )), - (injectedHook = hook$jscomp$inline_1511); + (injectedHook = hook$jscomp$inline_1513); } catch (err) {} } exports._Scheduler = Scheduler; @@ -10419,4 +10419,4 @@ exports.unstable_batchedUpdates = function (fn, a) { flushSyncWorkAcrossRoots_impl(0, !0)); } }; -exports.version = "19.1.0-native-fb-facec3ee-20241217"; +exports.version = "19.1.0-native-fb-6a4b46cd-20241217"; diff --git a/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react/cjs/React-dev.js b/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react/cjs/React-dev.js index dbad2ac3729ce..906220e113ce2 100644 --- a/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react/cjs/React-dev.js +++ b/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react/cjs/React-dev.js @@ -7,7 +7,7 @@ * @noflow * @nolint * @preventMunge - * @generated SignedSource<> + * @generated SignedSource<> */ "use strict"; @@ -1824,7 +1824,7 @@ __DEV__ && exports.useTransition = function () { return resolveDispatcher().useTransition(); }; - exports.version = "19.1.0-native-fb-facec3ee-20241217"; + exports.version = "19.1.0-native-fb-6a4b46cd-20241217"; "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ && "function" === typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop && diff --git a/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react/cjs/React-prod.js b/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react/cjs/React-prod.js index 65e2e20cebca4..b5b4c8eaf6101 100644 --- a/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react/cjs/React-prod.js +++ b/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react/cjs/React-prod.js @@ -7,7 +7,7 @@ * @noflow * @nolint * @preventMunge - * @generated SignedSource<> + * @generated SignedSource<<8147d4d1d89e0df5e6e8a96ef2754314>> */ "use strict"; @@ -592,4 +592,4 @@ exports.useSyncExternalStore = function ( exports.useTransition = function () { return ReactSharedInternals.H.useTransition(); }; -exports.version = "19.1.0-native-fb-facec3ee-20241217"; +exports.version = "19.1.0-native-fb-6a4b46cd-20241217"; diff --git a/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react/cjs/React-profiling.js b/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react/cjs/React-profiling.js index 4e358749a4bf6..1a7545209e36f 100644 --- a/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react/cjs/React-profiling.js +++ b/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react/cjs/React-profiling.js @@ -7,7 +7,7 @@ * @noflow * @nolint * @preventMunge - * @generated SignedSource<<329145a6b05b23aebf6f95fbd5d2f3ee>> + * @generated SignedSource<<070b827b994274648011462bda8c810b>> */ "use strict"; @@ -596,7 +596,7 @@ exports.useSyncExternalStore = function ( exports.useTransition = function () { return ReactSharedInternals.H.useTransition(); }; -exports.version = "19.1.0-native-fb-facec3ee-20241217"; +exports.version = "19.1.0-native-fb-6a4b46cd-20241217"; "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ && "function" === typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop && diff --git a/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/scheduler/cjs/Scheduler-profiling.js b/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/scheduler/cjs/Scheduler-profiling.js index e8499a941b437..875d704df2e86 100644 --- a/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/scheduler/cjs/Scheduler-profiling.js +++ b/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/scheduler/cjs/Scheduler-profiling.js @@ -7,7 +7,7 @@ * @noflow * @nolint * @preventMunge - * @generated SignedSource<<986564b4951c81159a5a3662d151907b>> + * @generated SignedSource<<1bc4c17676fd239b18d9302d6ecb3fde>> */ "use strict"; @@ -84,7 +84,6 @@ var taskQueue = [], isPerformingWork = !1, isHostCallbackScheduled = !1, isHostTimeoutScheduled = !1, - needsPaint = !1, localSetTimeout = "function" === typeof setTimeout ? setTimeout : null, localClearTimeout = "function" === typeof clearTimeout ? clearTimeout : null, localSetImmediate = "undefined" !== typeof setImmediate ? setImmediate : null; @@ -115,15 +114,7 @@ var isMessageLoopRunning = !1, taskTimeoutID = -1, frameInterval = 5, startTime = -1; -function shouldYieldToHost() { - return needsPaint - ? !0 - : exports.unstable_now() - startTime < frameInterval - ? !1 - : !0; -} function performWorkUntilDeadline() { - needsPaint = !1; if (isMessageLoopRunning) { var currentTime = exports.unstable_now(); startTime = currentTime; @@ -140,14 +131,7 @@ function performWorkUntilDeadline() { try { b: { advanceTimers(currentTime); - for ( - currentTask = peek(taskQueue); - null !== currentTask && - !( - currentTask.expirationTime > currentTime && shouldYieldToHost() - ); - - ) { + for (currentTask = peek(taskQueue); null !== currentTask; ) { var callback = currentTask.callback; if ("function" === typeof callback) { currentTask.callback = null; @@ -166,6 +150,11 @@ function performWorkUntilDeadline() { advanceTimers(currentTime); } else pop(taskQueue); currentTask = peek(taskQueue); + if ( + null === currentTask || + currentTask.expirationTime > currentTime + ) + break; } if (null !== currentTask) hasMoreWork = !0; else { @@ -264,9 +253,7 @@ exports.unstable_next = function (eventHandler) { } }; exports.unstable_pauseExecution = function () {}; -exports.unstable_requestPaint = function () { - needsPaint = !0; -}; +exports.unstable_requestPaint = function () {}; exports.unstable_runWithPriority = function (priorityLevel, eventHandler) { switch (priorityLevel) { case 1: @@ -340,7 +327,9 @@ exports.unstable_scheduleCallback = function ( ((isHostCallbackScheduled = !0), requestHostCallback())); return priorityLevel; }; -exports.unstable_shouldYield = shouldYieldToHost; +exports.unstable_shouldYield = function () { + return exports.unstable_now() - startTime < frameInterval ? !1 : !0; +}; exports.unstable_wrapCallback = function (callback) { var parentPriorityLevel = currentPriorityLevel; return function () { diff --git a/compiled-rn/facebook-fbsource/xplat/js/react-native-github/Libraries/Renderer/REVISION b/compiled-rn/facebook-fbsource/xplat/js/react-native-github/Libraries/Renderer/REVISION index 6663f01bf8cc6..3347a13c640ed 100644 --- a/compiled-rn/facebook-fbsource/xplat/js/react-native-github/Libraries/Renderer/REVISION +++ b/compiled-rn/facebook-fbsource/xplat/js/react-native-github/Libraries/Renderer/REVISION @@ -1 +1 @@ -facec3ee71fff8b23f1e91005fce730cc96e4021 +6a4b46cd70d2672bc4be59dcb5b8dede22ed0cef diff --git a/compiled-rn/facebook-fbsource/xplat/js/react-native-github/Libraries/Renderer/implementations/ReactFabric-dev.fb.js b/compiled-rn/facebook-fbsource/xplat/js/react-native-github/Libraries/Renderer/implementations/ReactFabric-dev.fb.js index 19a8f12dc6c42..02bed3d2bfdb0 100644 --- a/compiled-rn/facebook-fbsource/xplat/js/react-native-github/Libraries/Renderer/implementations/ReactFabric-dev.fb.js +++ b/compiled-rn/facebook-fbsource/xplat/js/react-native-github/Libraries/Renderer/implementations/ReactFabric-dev.fb.js @@ -7,7 +7,7 @@ * @noflow * @nolint * @preventMunge - * @generated SignedSource<<418c7615e76bd487dc0ade94b58bc04c>> + * @generated SignedSource<> */ "use strict"; @@ -13485,7 +13485,7 @@ __DEV__ && shouldDoubleInvokePassiveEffects && disconnectPassiveEffect(fiber), reappearLayoutEffects(root, fiber.alternate, fiber, !1), shouldDoubleInvokePassiveEffects && - reconnectPassiveEffects(root, fiber, 0, null, !1); + reconnectPassiveEffects(root, fiber, 0, null, !1, 0); } finally { setIsStrictModeForDevtools(!1); } @@ -17462,10 +17462,10 @@ __DEV__ && (function () { var internals = { bundleType: 1, - version: "19.1.0-native-fb-facec3ee-20241217", + version: "19.1.0-native-fb-6a4b46cd-20241217", rendererPackageName: "react-native-renderer", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.1.0-native-fb-facec3ee-20241217" + reconcilerVersion: "19.1.0-native-fb-6a4b46cd-20241217" }; null !== extraDevToolsConfig && (internals.rendererConfig = extraDevToolsConfig); diff --git a/compiled-rn/facebook-fbsource/xplat/js/react-native-github/Libraries/Renderer/implementations/ReactFabric-prod.fb.js b/compiled-rn/facebook-fbsource/xplat/js/react-native-github/Libraries/Renderer/implementations/ReactFabric-prod.fb.js index 7737fee17e28e..88622a86d43e9 100644 --- a/compiled-rn/facebook-fbsource/xplat/js/react-native-github/Libraries/Renderer/implementations/ReactFabric-prod.fb.js +++ b/compiled-rn/facebook-fbsource/xplat/js/react-native-github/Libraries/Renderer/implementations/ReactFabric-prod.fb.js @@ -7,7 +7,7 @@ * @noflow * @nolint * @preventMunge - * @generated SignedSource<<984bb256b5ad155121b0f65f811da48e>> + * @generated SignedSource<> */ "use strict"; @@ -11093,26 +11093,26 @@ batchedUpdatesImpl = function (fn, a) { } }; var roots = new Map(), - internals$jscomp$inline_1210 = { + internals$jscomp$inline_1212 = { bundleType: 0, - version: "19.1.0-native-fb-facec3ee-20241217", + version: "19.1.0-native-fb-6a4b46cd-20241217", rendererPackageName: "react-native-renderer", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.1.0-native-fb-facec3ee-20241217" + reconcilerVersion: "19.1.0-native-fb-6a4b46cd-20241217" }; null !== extraDevToolsConfig && - (internals$jscomp$inline_1210.rendererConfig = extraDevToolsConfig); + (internals$jscomp$inline_1212.rendererConfig = extraDevToolsConfig); if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) { - var hook$jscomp$inline_1526 = __REACT_DEVTOOLS_GLOBAL_HOOK__; + var hook$jscomp$inline_1528 = __REACT_DEVTOOLS_GLOBAL_HOOK__; if ( - !hook$jscomp$inline_1526.isDisabled && - hook$jscomp$inline_1526.supportsFiber + !hook$jscomp$inline_1528.isDisabled && + hook$jscomp$inline_1528.supportsFiber ) try { - (rendererID = hook$jscomp$inline_1526.inject( - internals$jscomp$inline_1210 + (rendererID = hook$jscomp$inline_1528.inject( + internals$jscomp$inline_1212 )), - (injectedHook = hook$jscomp$inline_1526); + (injectedHook = hook$jscomp$inline_1528); } catch (err) {} } exports.createPortal = function (children, containerTag) { diff --git a/compiled-rn/facebook-fbsource/xplat/js/react-native-github/Libraries/Renderer/implementations/ReactFabric-profiling.fb.js b/compiled-rn/facebook-fbsource/xplat/js/react-native-github/Libraries/Renderer/implementations/ReactFabric-profiling.fb.js index 1a5c79b5155e5..c06ef581459a3 100644 --- a/compiled-rn/facebook-fbsource/xplat/js/react-native-github/Libraries/Renderer/implementations/ReactFabric-profiling.fb.js +++ b/compiled-rn/facebook-fbsource/xplat/js/react-native-github/Libraries/Renderer/implementations/ReactFabric-profiling.fb.js @@ -7,7 +7,7 @@ * @noflow * @nolint * @preventMunge - * @generated SignedSource<<644c8527676835007c243c3966a9df0e>> + * @generated SignedSource<> */ "use strict"; @@ -11750,16 +11750,16 @@ batchedUpdatesImpl = function (fn, a) { } }; var roots = new Map(), - internals$jscomp$inline_1298 = { + internals$jscomp$inline_1300 = { bundleType: 0, - version: "19.1.0-native-fb-facec3ee-20241217", + version: "19.1.0-native-fb-6a4b46cd-20241217", rendererPackageName: "react-native-renderer", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.1.0-native-fb-facec3ee-20241217" + reconcilerVersion: "19.1.0-native-fb-6a4b46cd-20241217" }; null !== extraDevToolsConfig && - (internals$jscomp$inline_1298.rendererConfig = extraDevToolsConfig); -internals$jscomp$inline_1298.getLaneLabelMap = function () { + (internals$jscomp$inline_1300.rendererConfig = extraDevToolsConfig); +internals$jscomp$inline_1300.getLaneLabelMap = function () { for ( var map = new Map(), lane = 1, index$154 = 0; 31 > index$154; @@ -11771,20 +11771,20 @@ internals$jscomp$inline_1298.getLaneLabelMap = function () { } return map; }; -internals$jscomp$inline_1298.injectProfilingHooks = function (profilingHooks) { +internals$jscomp$inline_1300.injectProfilingHooks = function (profilingHooks) { injectedProfilingHooks = profilingHooks; }; if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) { - var hook$jscomp$inline_1577 = __REACT_DEVTOOLS_GLOBAL_HOOK__; + var hook$jscomp$inline_1579 = __REACT_DEVTOOLS_GLOBAL_HOOK__; if ( - !hook$jscomp$inline_1577.isDisabled && - hook$jscomp$inline_1577.supportsFiber + !hook$jscomp$inline_1579.isDisabled && + hook$jscomp$inline_1579.supportsFiber ) try { - (rendererID = hook$jscomp$inline_1577.inject( - internals$jscomp$inline_1298 + (rendererID = hook$jscomp$inline_1579.inject( + internals$jscomp$inline_1300 )), - (injectedHook = hook$jscomp$inline_1577); + (injectedHook = hook$jscomp$inline_1579); } catch (err) {} } exports.createPortal = function (children, containerTag) { diff --git a/compiled-rn/facebook-fbsource/xplat/js/react-native-github/Libraries/Renderer/implementations/ReactNativeRenderer-dev.fb.js b/compiled-rn/facebook-fbsource/xplat/js/react-native-github/Libraries/Renderer/implementations/ReactNativeRenderer-dev.fb.js index fa21de35ce229..d6a9c71c9cc8a 100644 --- a/compiled-rn/facebook-fbsource/xplat/js/react-native-github/Libraries/Renderer/implementations/ReactNativeRenderer-dev.fb.js +++ b/compiled-rn/facebook-fbsource/xplat/js/react-native-github/Libraries/Renderer/implementations/ReactNativeRenderer-dev.fb.js @@ -7,7 +7,7 @@ * @noflow * @nolint * @preventMunge - * @generated SignedSource<> + * @generated SignedSource<<38760151a88045164dc0ad41aee64124>> */ "use strict"; @@ -13848,7 +13848,7 @@ __DEV__ && shouldDoubleInvokePassiveEffects && disconnectPassiveEffect(fiber), reappearLayoutEffects(root, fiber.alternate, fiber, !1), shouldDoubleInvokePassiveEffects && - reconnectPassiveEffects(root, fiber, 0, null, !1); + reconnectPassiveEffects(root, fiber, 0, null, !1, 0); } finally { setIsStrictModeForDevtools(!1); } @@ -17685,11 +17685,11 @@ __DEV__ && shouldSuspendImpl = newShouldSuspendImpl; }; var isomorphicReactPackageVersion = React.version; - if ("19.1.0-native-fb-facec3ee-20241217" !== isomorphicReactPackageVersion) + if ("19.1.0-native-fb-6a4b46cd-20241217" !== isomorphicReactPackageVersion) throw Error( 'Incompatible React versions: The "react" and "react-native-renderer" packages must have the exact same version. Instead got:\n - react: ' + (isomorphicReactPackageVersion + - "\n - react-native-renderer: 19.1.0-native-fb-facec3ee-20241217\nLearn more: https://react.dev/warnings/version-mismatch") + "\n - react-native-renderer: 19.1.0-native-fb-6a4b46cd-20241217\nLearn more: https://react.dev/warnings/version-mismatch") ); if ( "function" !== @@ -17715,10 +17715,10 @@ __DEV__ && (function () { var internals = { bundleType: 1, - version: "19.1.0-native-fb-facec3ee-20241217", + version: "19.1.0-native-fb-6a4b46cd-20241217", rendererPackageName: "react-native-renderer", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.1.0-native-fb-facec3ee-20241217" + reconcilerVersion: "19.1.0-native-fb-6a4b46cd-20241217" }; null !== extraDevToolsConfig && (internals.rendererConfig = extraDevToolsConfig); diff --git a/compiled-rn/facebook-fbsource/xplat/js/react-native-github/Libraries/Renderer/implementations/ReactNativeRenderer-prod.fb.js b/compiled-rn/facebook-fbsource/xplat/js/react-native-github/Libraries/Renderer/implementations/ReactNativeRenderer-prod.fb.js index bc3acbd19e9a6..ad17120a0a6d4 100644 --- a/compiled-rn/facebook-fbsource/xplat/js/react-native-github/Libraries/Renderer/implementations/ReactNativeRenderer-prod.fb.js +++ b/compiled-rn/facebook-fbsource/xplat/js/react-native-github/Libraries/Renderer/implementations/ReactNativeRenderer-prod.fb.js @@ -7,7 +7,7 @@ * @noflow * @nolint * @preventMunge - * @generated SignedSource<> + * @generated SignedSource<<032e7a193ad2de91a48b411603409a53>> */ "use strict"; @@ -11227,11 +11227,11 @@ function updateContainer(element, container, parentComponent, callback) { return lane; } var isomorphicReactPackageVersion = React.version; -if ("19.1.0-native-fb-facec3ee-20241217" !== isomorphicReactPackageVersion) +if ("19.1.0-native-fb-6a4b46cd-20241217" !== isomorphicReactPackageVersion) throw Error( 'Incompatible React versions: The "react" and "react-native-renderer" packages must have the exact same version. Instead got:\n - react: ' + (isomorphicReactPackageVersion + - "\n - react-native-renderer: 19.1.0-native-fb-facec3ee-20241217\nLearn more: https://react.dev/warnings/version-mismatch") + "\n - react-native-renderer: 19.1.0-native-fb-6a4b46cd-20241217\nLearn more: https://react.dev/warnings/version-mismatch") ); if ( "function" !== @@ -11278,26 +11278,26 @@ batchedUpdatesImpl = function (fn, a) { } }; var roots = new Map(), - internals$jscomp$inline_1276 = { + internals$jscomp$inline_1278 = { bundleType: 0, - version: "19.1.0-native-fb-facec3ee-20241217", + version: "19.1.0-native-fb-6a4b46cd-20241217", rendererPackageName: "react-native-renderer", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.1.0-native-fb-facec3ee-20241217" + reconcilerVersion: "19.1.0-native-fb-6a4b46cd-20241217" }; null !== extraDevToolsConfig && - (internals$jscomp$inline_1276.rendererConfig = extraDevToolsConfig); + (internals$jscomp$inline_1278.rendererConfig = extraDevToolsConfig); if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) { - var hook$jscomp$inline_1613 = __REACT_DEVTOOLS_GLOBAL_HOOK__; + var hook$jscomp$inline_1615 = __REACT_DEVTOOLS_GLOBAL_HOOK__; if ( - !hook$jscomp$inline_1613.isDisabled && - hook$jscomp$inline_1613.supportsFiber + !hook$jscomp$inline_1615.isDisabled && + hook$jscomp$inline_1615.supportsFiber ) try { - (rendererID = hook$jscomp$inline_1613.inject( - internals$jscomp$inline_1276 + (rendererID = hook$jscomp$inline_1615.inject( + internals$jscomp$inline_1278 )), - (injectedHook = hook$jscomp$inline_1613); + (injectedHook = hook$jscomp$inline_1615); } catch (err) {} } exports.createPortal = function (children, containerTag) { diff --git a/compiled-rn/facebook-fbsource/xplat/js/react-native-github/Libraries/Renderer/implementations/ReactNativeRenderer-profiling.fb.js b/compiled-rn/facebook-fbsource/xplat/js/react-native-github/Libraries/Renderer/implementations/ReactNativeRenderer-profiling.fb.js index da3f5eb5069c7..72cae37c89743 100644 --- a/compiled-rn/facebook-fbsource/xplat/js/react-native-github/Libraries/Renderer/implementations/ReactNativeRenderer-profiling.fb.js +++ b/compiled-rn/facebook-fbsource/xplat/js/react-native-github/Libraries/Renderer/implementations/ReactNativeRenderer-profiling.fb.js @@ -7,7 +7,7 @@ * @noflow * @nolint * @preventMunge - * @generated SignedSource<<507eaf6716e975f999ecadd3408434ef>> + * @generated SignedSource<> */ "use strict"; @@ -11883,11 +11883,11 @@ function updateContainer(element, container, parentComponent, callback) { return lane; } var isomorphicReactPackageVersion = React.version; -if ("19.1.0-native-fb-facec3ee-20241217" !== isomorphicReactPackageVersion) +if ("19.1.0-native-fb-6a4b46cd-20241217" !== isomorphicReactPackageVersion) throw Error( 'Incompatible React versions: The "react" and "react-native-renderer" packages must have the exact same version. Instead got:\n - react: ' + (isomorphicReactPackageVersion + - "\n - react-native-renderer: 19.1.0-native-fb-facec3ee-20241217\nLearn more: https://react.dev/warnings/version-mismatch") + "\n - react-native-renderer: 19.1.0-native-fb-6a4b46cd-20241217\nLearn more: https://react.dev/warnings/version-mismatch") ); if ( "function" !== @@ -11934,16 +11934,16 @@ batchedUpdatesImpl = function (fn, a) { } }; var roots = new Map(), - internals$jscomp$inline_1364 = { + internals$jscomp$inline_1366 = { bundleType: 0, - version: "19.1.0-native-fb-facec3ee-20241217", + version: "19.1.0-native-fb-6a4b46cd-20241217", rendererPackageName: "react-native-renderer", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.1.0-native-fb-facec3ee-20241217" + reconcilerVersion: "19.1.0-native-fb-6a4b46cd-20241217" }; null !== extraDevToolsConfig && - (internals$jscomp$inline_1364.rendererConfig = extraDevToolsConfig); -internals$jscomp$inline_1364.getLaneLabelMap = function () { + (internals$jscomp$inline_1366.rendererConfig = extraDevToolsConfig); +internals$jscomp$inline_1366.getLaneLabelMap = function () { for ( var map = new Map(), lane = 1, index$158 = 0; 31 > index$158; @@ -11955,20 +11955,20 @@ internals$jscomp$inline_1364.getLaneLabelMap = function () { } return map; }; -internals$jscomp$inline_1364.injectProfilingHooks = function (profilingHooks) { +internals$jscomp$inline_1366.injectProfilingHooks = function (profilingHooks) { injectedProfilingHooks = profilingHooks; }; if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) { - var hook$jscomp$inline_1664 = __REACT_DEVTOOLS_GLOBAL_HOOK__; + var hook$jscomp$inline_1666 = __REACT_DEVTOOLS_GLOBAL_HOOK__; if ( - !hook$jscomp$inline_1664.isDisabled && - hook$jscomp$inline_1664.supportsFiber + !hook$jscomp$inline_1666.isDisabled && + hook$jscomp$inline_1666.supportsFiber ) try { - (rendererID = hook$jscomp$inline_1664.inject( - internals$jscomp$inline_1364 + (rendererID = hook$jscomp$inline_1666.inject( + internals$jscomp$inline_1366 )), - (injectedHook = hook$jscomp$inline_1664); + (injectedHook = hook$jscomp$inline_1666); } catch (err) {} } exports.createPortal = function (children, containerTag) {