From 17f8109f8d445b5e0d76a3fa93de1ffc61d84d3e Mon Sep 17 00:00:00 2001 From: sebmarkbage Date: Fri, 12 Sep 2025 09:04:24 -0700 Subject: [PATCH] [Fiber] Add context for the display: inline warning (#34461) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This warning doesn't execute within any particular context so doesn't have a stack. Pick the fiber of the child if it exists, otherwise the parent. Screenshot 2025-09-10 at 12 38 28 PM DiffTrain build for [93d7aa69b29c20529c40cf64b0afdb5d51c9ddd1](https://github.com/facebook/react/commit/93d7aa69b29c20529c40cf64b0afdb5d51c9ddd1) --- 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 | 246 +++++++++--------- .../react-dom/cjs/ReactDOMClient-prod.js | 12 +- .../react-dom/cjs/ReactDOMClient-profiling.js | 12 +- .../react-dom/cjs/ReactDOMProfiling-dev.js | 246 +++++++++--------- .../react-dom/cjs/ReactDOMProfiling-prod.js | 12 +- .../cjs/ReactDOMProfiling-profiling.js | 12 +- .../cjs/ReactTestRenderer-dev.js | 8 +- .../cjs/ReactTestRenderer-prod.js | 8 +- .../cjs/ReactTestRenderer-profiling.js | 8 +- .../vendor/react/react/cjs/React-dev.js | 4 +- .../vendor/react/react/cjs/React-prod.js | 4 +- .../vendor/react/react/cjs/React-profiling.js | 4 +- .../Libraries/Renderer/REVISION | 2 +- .../implementations/ReactFabric-dev.fb.js | 6 +- .../implementations/ReactFabric-prod.fb.js | 6 +- .../ReactFabric-profiling.fb.js | 6 +- .../ReactNativeRenderer-dev.fb.js | 10 +- .../ReactNativeRenderer-prod.fb.js | 10 +- .../ReactNativeRenderer-profiling.fb.js | 10 +- .../eslint-plugin-react-hooks/package.json | 2 +- 24 files changed, 321 insertions(+), 321 deletions(-) diff --git a/compiled-rn/VERSION_NATIVE_FB b/compiled-rn/VERSION_NATIVE_FB index ba5f545bd6..1300122c99 100644 --- a/compiled-rn/VERSION_NATIVE_FB +++ b/compiled-rn/VERSION_NATIVE_FB @@ -1 +1 @@ -19.2.0-native-fb-20e54317-20250912 \ No newline at end of file +19.2.0-native-fb-93d7aa69-20250912 \ 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 398aed09d2..8f34194db8 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<<28cb14c888f908445cdea620aff9b5fb>> + * @generated SignedSource<> */ "use strict"; @@ -404,5 +404,5 @@ __DEV__ && exports.useFormStatus = function () { return resolveDispatcher().useHostTransitionStatus(); }; - exports.version = "19.2.0-native-fb-20e54317-20250912"; + exports.version = "19.2.0-native-fb-93d7aa69-20250912"; })(); 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 28874a87c0..085651a3d6 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.2.0-native-fb-20e54317-20250912"; +exports.version = "19.2.0-native-fb-93d7aa69-20250912"; 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 28874a87c0..085651a3d6 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.2.0-native-fb-20e54317-20250912"; +exports.version = "19.2.0-native-fb-93d7aa69-20250912"; 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 ac1cff8d03..d6fb5492b8 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<<1cf12a1ac34badb260c1d046d70812b4>> + * @generated SignedSource<> */ /* @@ -11198,24 +11198,24 @@ __DEV__ && return current; } function updateSuspenseComponent(current, workInProgress, renderLanes) { - var JSCompiler_object_inline_digest_2926; - var JSCompiler_object_inline_stack_2927 = workInProgress.pendingProps; + var JSCompiler_object_inline_digest_2922; + var JSCompiler_object_inline_stack_2923 = workInProgress.pendingProps; shouldSuspendImpl(workInProgress) && (workInProgress.flags |= 128); - var JSCompiler_object_inline_message_2925 = !1; + var JSCompiler_object_inline_message_2921 = !1; var didSuspend = 0 !== (workInProgress.flags & 128); - (JSCompiler_object_inline_digest_2926 = didSuspend) || - (JSCompiler_object_inline_digest_2926 = + (JSCompiler_object_inline_digest_2922 = didSuspend) || + (JSCompiler_object_inline_digest_2922 = null !== current && null === current.memoizedState ? !1 : 0 !== (suspenseStackCursor.current & ForceSuspenseFallback)); - JSCompiler_object_inline_digest_2926 && - ((JSCompiler_object_inline_message_2925 = !0), + JSCompiler_object_inline_digest_2922 && + ((JSCompiler_object_inline_message_2921 = !0), (workInProgress.flags &= -129)); - JSCompiler_object_inline_digest_2926 = 0 !== (workInProgress.flags & 32); + JSCompiler_object_inline_digest_2922 = 0 !== (workInProgress.flags & 32); workInProgress.flags &= -33; if (null === current) { if (isHydrating) { - JSCompiler_object_inline_message_2925 + JSCompiler_object_inline_message_2921 ? pushPrimaryTreeSuspenseHandler(workInProgress) : reuseSuspenseHandlerOnStack(workInProgress); (renderLanes = nextHydratableInstance) @@ -11228,18 +11228,18 @@ __DEV__ && ? current : null), null !== current && - ((JSCompiler_object_inline_digest_2926 = { + ((JSCompiler_object_inline_digest_2922 = { dehydrated: current, treeContext: getSuspendedTreeContext(), retryLane: 536870912, hydrationErrors: null }), (workInProgress.memoizedState = - JSCompiler_object_inline_digest_2926), - (JSCompiler_object_inline_digest_2926 = + JSCompiler_object_inline_digest_2922), + (JSCompiler_object_inline_digest_2922 = createFiberFromDehydratedFragment(current)), - (JSCompiler_object_inline_digest_2926.return = workInProgress), - (workInProgress.child = JSCompiler_object_inline_digest_2926), + (JSCompiler_object_inline_digest_2922.return = workInProgress), + (workInProgress.child = JSCompiler_object_inline_digest_2922), (hydrationParentFiber = workInProgress), (nextHydratableInstance = null))) : (current = null); @@ -11253,9 +11253,9 @@ __DEV__ && : (workInProgress.lanes = 536870912); return null; } - var nextPrimaryChildren = JSCompiler_object_inline_stack_2927.children, - nextFallbackChildren = JSCompiler_object_inline_stack_2927.fallback; - if (JSCompiler_object_inline_message_2925) + var nextPrimaryChildren = JSCompiler_object_inline_stack_2923.children, + nextFallbackChildren = JSCompiler_object_inline_stack_2923.fallback; + if (JSCompiler_object_inline_message_2921) return ( reuseSuspenseHandlerOnStack(workInProgress), mountSuspenseFallbackChildren( @@ -11264,21 +11264,21 @@ __DEV__ && nextFallbackChildren, renderLanes ), - (JSCompiler_object_inline_stack_2927 = workInProgress.child), - (JSCompiler_object_inline_stack_2927.memoizedState = + (JSCompiler_object_inline_stack_2923 = workInProgress.child), + (JSCompiler_object_inline_stack_2923.memoizedState = mountSuspenseOffscreenState(renderLanes)), - (JSCompiler_object_inline_stack_2927.childLanes = + (JSCompiler_object_inline_stack_2923.childLanes = getRemainingWorkInPrimaryTree( current, - JSCompiler_object_inline_digest_2926, + JSCompiler_object_inline_digest_2922, renderLanes )), (workInProgress.memoizedState = SUSPENDED_MARKER), - bailoutOffscreenComponent(null, JSCompiler_object_inline_stack_2927) + bailoutOffscreenComponent(null, JSCompiler_object_inline_stack_2923) ); if ( "number" === - typeof JSCompiler_object_inline_stack_2927.unstable_expectedLoadTime + typeof JSCompiler_object_inline_stack_2923.unstable_expectedLoadTime ) return ( reuseSuspenseHandlerOnStack(workInProgress), @@ -11288,18 +11288,18 @@ __DEV__ && nextFallbackChildren, renderLanes ), - (JSCompiler_object_inline_stack_2927 = workInProgress.child), - (JSCompiler_object_inline_stack_2927.memoizedState = + (JSCompiler_object_inline_stack_2923 = workInProgress.child), + (JSCompiler_object_inline_stack_2923.memoizedState = mountSuspenseOffscreenState(renderLanes)), - (JSCompiler_object_inline_stack_2927.childLanes = + (JSCompiler_object_inline_stack_2923.childLanes = getRemainingWorkInPrimaryTree( current, - JSCompiler_object_inline_digest_2926, + JSCompiler_object_inline_digest_2922, renderLanes )), (workInProgress.memoizedState = SUSPENDED_MARKER), (workInProgress.lanes = 4194304), - bailoutOffscreenComponent(null, JSCompiler_object_inline_stack_2927) + bailoutOffscreenComponent(null, JSCompiler_object_inline_stack_2923) ); pushPrimaryTreeSuspenseHandler(workInProgress); return mountSuspensePrimaryChildren( @@ -11309,8 +11309,8 @@ __DEV__ && } var prevState = current.memoizedState; if (null !== prevState) { - var JSCompiler_object_inline_componentStack_2928 = prevState.dehydrated; - if (null !== JSCompiler_object_inline_componentStack_2928) { + var JSCompiler_object_inline_componentStack_2924 = prevState.dehydrated; + if (null !== JSCompiler_object_inline_componentStack_2924) { if (didSuspend) workInProgress.flags & 256 ? (pushPrimaryTreeSuspenseHandler(workInProgress), @@ -11327,13 +11327,13 @@ __DEV__ && (workInProgress = null)) : (reuseSuspenseHandlerOnStack(workInProgress), (nextPrimaryChildren = - JSCompiler_object_inline_stack_2927.fallback), + JSCompiler_object_inline_stack_2923.fallback), (nextFallbackChildren = workInProgress.mode), - (JSCompiler_object_inline_stack_2927 = + (JSCompiler_object_inline_stack_2923 = mountWorkInProgressOffscreenFiber( { mode: "visible", - children: JSCompiler_object_inline_stack_2927.children + children: JSCompiler_object_inline_stack_2923.children }, nextFallbackChildren )), @@ -11344,11 +11344,11 @@ __DEV__ && null )), (nextPrimaryChildren.flags |= 2), - (JSCompiler_object_inline_stack_2927.return = workInProgress), + (JSCompiler_object_inline_stack_2923.return = workInProgress), (nextPrimaryChildren.return = workInProgress), - (JSCompiler_object_inline_stack_2927.sibling = + (JSCompiler_object_inline_stack_2923.sibling = nextPrimaryChildren), - (workInProgress.child = JSCompiler_object_inline_stack_2927), + (workInProgress.child = JSCompiler_object_inline_stack_2923), (workInProgress.mode & ConcurrentMode) !== NoMode && reconcileChildFibers( workInProgress, @@ -11356,19 +11356,19 @@ __DEV__ && null, renderLanes ), - (JSCompiler_object_inline_stack_2927 = workInProgress.child), - (JSCompiler_object_inline_stack_2927.memoizedState = + (JSCompiler_object_inline_stack_2923 = workInProgress.child), + (JSCompiler_object_inline_stack_2923.memoizedState = mountSuspenseOffscreenState(renderLanes)), - (JSCompiler_object_inline_stack_2927.childLanes = + (JSCompiler_object_inline_stack_2923.childLanes = getRemainingWorkInPrimaryTree( current, - JSCompiler_object_inline_digest_2926, + JSCompiler_object_inline_digest_2922, renderLanes )), (workInProgress.memoizedState = SUSPENDED_MARKER), (workInProgress = bailoutOffscreenComponent( null, - JSCompiler_object_inline_stack_2927 + JSCompiler_object_inline_stack_2923 ))); else if ( (pushPrimaryTreeSuspenseHandler(workInProgress), @@ -11376,45 +11376,45 @@ __DEV__ && 0 !== (renderLanes & 536870912) && markRenderDerivedCause(workInProgress), isSuspenseInstanceFallback( - JSCompiler_object_inline_componentStack_2928 + JSCompiler_object_inline_componentStack_2924 )) ) { - JSCompiler_object_inline_digest_2926 = - JSCompiler_object_inline_componentStack_2928.nextSibling && - JSCompiler_object_inline_componentStack_2928.nextSibling.dataset; - if (JSCompiler_object_inline_digest_2926) { - nextPrimaryChildren = JSCompiler_object_inline_digest_2926.dgst; - var message = JSCompiler_object_inline_digest_2926.msg; - nextFallbackChildren = JSCompiler_object_inline_digest_2926.stck; - var componentStack = JSCompiler_object_inline_digest_2926.cstck; + JSCompiler_object_inline_digest_2922 = + JSCompiler_object_inline_componentStack_2924.nextSibling && + JSCompiler_object_inline_componentStack_2924.nextSibling.dataset; + if (JSCompiler_object_inline_digest_2922) { + nextPrimaryChildren = JSCompiler_object_inline_digest_2922.dgst; + var message = JSCompiler_object_inline_digest_2922.msg; + nextFallbackChildren = JSCompiler_object_inline_digest_2922.stck; + var componentStack = JSCompiler_object_inline_digest_2922.cstck; } - JSCompiler_object_inline_message_2925 = message; - JSCompiler_object_inline_digest_2926 = nextPrimaryChildren; - JSCompiler_object_inline_stack_2927 = nextFallbackChildren; - JSCompiler_object_inline_componentStack_2928 = componentStack; - nextPrimaryChildren = JSCompiler_object_inline_message_2925; - nextFallbackChildren = JSCompiler_object_inline_componentStack_2928; + JSCompiler_object_inline_message_2921 = message; + JSCompiler_object_inline_digest_2922 = nextPrimaryChildren; + JSCompiler_object_inline_stack_2923 = nextFallbackChildren; + JSCompiler_object_inline_componentStack_2924 = componentStack; + nextPrimaryChildren = JSCompiler_object_inline_message_2921; + nextFallbackChildren = JSCompiler_object_inline_componentStack_2924; nextPrimaryChildren = nextPrimaryChildren ? Error(nextPrimaryChildren) : Error( "The server could not finish this Suspense boundary, likely due to an error during server rendering. Switched to client rendering." ); nextPrimaryChildren.stack = - JSCompiler_object_inline_stack_2927 || ""; - nextPrimaryChildren.digest = JSCompiler_object_inline_digest_2926; - JSCompiler_object_inline_digest_2926 = + JSCompiler_object_inline_stack_2923 || ""; + nextPrimaryChildren.digest = JSCompiler_object_inline_digest_2922; + JSCompiler_object_inline_digest_2922 = void 0 === nextFallbackChildren ? null : nextFallbackChildren; - JSCompiler_object_inline_stack_2927 = { + JSCompiler_object_inline_stack_2923 = { value: nextPrimaryChildren, source: null, - stack: JSCompiler_object_inline_digest_2926 + stack: JSCompiler_object_inline_digest_2922 }; - "string" === typeof JSCompiler_object_inline_digest_2926 && + "string" === typeof JSCompiler_object_inline_digest_2922 && CapturedStacks.set( nextPrimaryChildren, - JSCompiler_object_inline_stack_2927 + JSCompiler_object_inline_stack_2923 ); - queueHydrationError(JSCompiler_object_inline_stack_2927); + queueHydrationError(JSCompiler_object_inline_stack_2923); workInProgress = retrySuspenseComponentWithoutHydrating( current, workInProgress, @@ -11428,35 +11428,35 @@ __DEV__ && renderLanes, !1 ), - (JSCompiler_object_inline_digest_2926 = + (JSCompiler_object_inline_digest_2922 = 0 !== (renderLanes & current.childLanes)), - didReceiveUpdate || JSCompiler_object_inline_digest_2926) + didReceiveUpdate || JSCompiler_object_inline_digest_2922) ) { - JSCompiler_object_inline_digest_2926 = workInProgressRoot; + JSCompiler_object_inline_digest_2922 = workInProgressRoot; if ( - null !== JSCompiler_object_inline_digest_2926 && - ((JSCompiler_object_inline_stack_2927 = getBumpedLaneForHydration( - JSCompiler_object_inline_digest_2926, + null !== JSCompiler_object_inline_digest_2922 && + ((JSCompiler_object_inline_stack_2923 = getBumpedLaneForHydration( + JSCompiler_object_inline_digest_2922, renderLanes )), - 0 !== JSCompiler_object_inline_stack_2927 && - JSCompiler_object_inline_stack_2927 !== prevState.retryLane) + 0 !== JSCompiler_object_inline_stack_2923 && + JSCompiler_object_inline_stack_2923 !== prevState.retryLane) ) throw ( - ((prevState.retryLane = JSCompiler_object_inline_stack_2927), + ((prevState.retryLane = JSCompiler_object_inline_stack_2923), enqueueConcurrentRenderForLane( current, - JSCompiler_object_inline_stack_2927 + JSCompiler_object_inline_stack_2923 ), scheduleUpdateOnFiber( - JSCompiler_object_inline_digest_2926, + JSCompiler_object_inline_digest_2922, current, - JSCompiler_object_inline_stack_2927 + JSCompiler_object_inline_stack_2923 ), SelectiveHydrationException) ); isSuspenseInstancePending( - JSCompiler_object_inline_componentStack_2928 + JSCompiler_object_inline_componentStack_2924 ) || renderDidSuspendDelayIfPossible(); workInProgress = retrySuspenseComponentWithoutHydrating( current, @@ -11465,14 +11465,14 @@ __DEV__ && ); } else isSuspenseInstancePending( - JSCompiler_object_inline_componentStack_2928 + JSCompiler_object_inline_componentStack_2924 ) ? ((workInProgress.flags |= 192), (workInProgress.child = current.child), (workInProgress = null)) : ((renderLanes = prevState.treeContext), (nextHydratableInstance = getNextHydratable( - JSCompiler_object_inline_componentStack_2928.nextSibling + JSCompiler_object_inline_componentStack_2924.nextSibling )), (hydrationParentFiber = workInProgress), (isHydrating = !0), @@ -11484,47 +11484,47 @@ __DEV__ && restoreSuspendedTreeContext(workInProgress, renderLanes), (workInProgress = mountSuspensePrimaryChildren( workInProgress, - JSCompiler_object_inline_stack_2927.children + JSCompiler_object_inline_stack_2923.children )), (workInProgress.flags |= 4096)); return workInProgress; } } - if (JSCompiler_object_inline_message_2925) + if (JSCompiler_object_inline_message_2921) return ( reuseSuspenseHandlerOnStack(workInProgress), - (nextPrimaryChildren = JSCompiler_object_inline_stack_2927.fallback), + (nextPrimaryChildren = JSCompiler_object_inline_stack_2923.fallback), (nextFallbackChildren = workInProgress.mode), (componentStack = current.child), - (JSCompiler_object_inline_componentStack_2928 = + (JSCompiler_object_inline_componentStack_2924 = componentStack.sibling), - (JSCompiler_object_inline_message_2925 = { + (JSCompiler_object_inline_message_2921 = { mode: "hidden", - children: JSCompiler_object_inline_stack_2927.children + children: JSCompiler_object_inline_stack_2923.children }), (nextFallbackChildren & ConcurrentMode) === NoMode && workInProgress.child !== componentStack - ? ((JSCompiler_object_inline_stack_2927 = workInProgress.child), - (JSCompiler_object_inline_stack_2927.childLanes = 0), - (JSCompiler_object_inline_stack_2927.pendingProps = - JSCompiler_object_inline_message_2925), + ? ((JSCompiler_object_inline_stack_2923 = workInProgress.child), + (JSCompiler_object_inline_stack_2923.childLanes = 0), + (JSCompiler_object_inline_stack_2923.pendingProps = + JSCompiler_object_inline_message_2921), workInProgress.mode & ProfileMode && - ((JSCompiler_object_inline_stack_2927.actualDuration = -0), - (JSCompiler_object_inline_stack_2927.actualStartTime = -1.1), - (JSCompiler_object_inline_stack_2927.selfBaseDuration = + ((JSCompiler_object_inline_stack_2923.actualDuration = -0), + (JSCompiler_object_inline_stack_2923.actualStartTime = -1.1), + (JSCompiler_object_inline_stack_2923.selfBaseDuration = componentStack.selfBaseDuration), - (JSCompiler_object_inline_stack_2927.treeBaseDuration = + (JSCompiler_object_inline_stack_2923.treeBaseDuration = componentStack.treeBaseDuration)), (workInProgress.deletions = null)) - : ((JSCompiler_object_inline_stack_2927 = createWorkInProgress( + : ((JSCompiler_object_inline_stack_2923 = createWorkInProgress( componentStack, - JSCompiler_object_inline_message_2925 + JSCompiler_object_inline_message_2921 )), - (JSCompiler_object_inline_stack_2927.subtreeFlags = + (JSCompiler_object_inline_stack_2923.subtreeFlags = componentStack.subtreeFlags & 65011712)), - null !== JSCompiler_object_inline_componentStack_2928 + null !== JSCompiler_object_inline_componentStack_2924 ? (nextPrimaryChildren = createWorkInProgress( - JSCompiler_object_inline_componentStack_2928, + JSCompiler_object_inline_componentStack_2924, nextPrimaryChildren )) : ((nextPrimaryChildren = createFiberFromFragment( @@ -11535,11 +11535,11 @@ __DEV__ && )), (nextPrimaryChildren.flags |= 2)), (nextPrimaryChildren.return = workInProgress), - (JSCompiler_object_inline_stack_2927.return = workInProgress), - (JSCompiler_object_inline_stack_2927.sibling = nextPrimaryChildren), - (workInProgress.child = JSCompiler_object_inline_stack_2927), - bailoutOffscreenComponent(null, JSCompiler_object_inline_stack_2927), - (JSCompiler_object_inline_stack_2927 = workInProgress.child), + (JSCompiler_object_inline_stack_2923.return = workInProgress), + (JSCompiler_object_inline_stack_2923.sibling = nextPrimaryChildren), + (workInProgress.child = JSCompiler_object_inline_stack_2923), + bailoutOffscreenComponent(null, JSCompiler_object_inline_stack_2923), + (JSCompiler_object_inline_stack_2923 = workInProgress.child), (nextPrimaryChildren = current.child.memoizedState), null === nextPrimaryChildren ? (nextPrimaryChildren = mountSuspenseOffscreenState(renderLanes)) @@ -11555,18 +11555,18 @@ __DEV__ && baseLanes: nextPrimaryChildren.baseLanes | renderLanes, cachePool: nextFallbackChildren })), - (JSCompiler_object_inline_stack_2927.memoizedState = + (JSCompiler_object_inline_stack_2923.memoizedState = nextPrimaryChildren), - (JSCompiler_object_inline_stack_2927.childLanes = + (JSCompiler_object_inline_stack_2923.childLanes = getRemainingWorkInPrimaryTree( current, - JSCompiler_object_inline_digest_2926, + JSCompiler_object_inline_digest_2922, renderLanes )), (workInProgress.memoizedState = SUSPENDED_MARKER), bailoutOffscreenComponent( current.child, - JSCompiler_object_inline_stack_2927 + JSCompiler_object_inline_stack_2923 ) ); null !== prevState && @@ -11574,28 +11574,28 @@ __DEV__ && 0 !== (renderLanes & current.lanes) && markRenderDerivedCause(workInProgress); pushPrimaryTreeSuspenseHandler(workInProgress); - JSCompiler_object_inline_digest_2926 = current.child; - current = JSCompiler_object_inline_digest_2926.sibling; - JSCompiler_object_inline_digest_2926 = createWorkInProgress( - JSCompiler_object_inline_digest_2926, + JSCompiler_object_inline_digest_2922 = current.child; + current = JSCompiler_object_inline_digest_2922.sibling; + JSCompiler_object_inline_digest_2922 = createWorkInProgress( + JSCompiler_object_inline_digest_2922, { mode: "visible", - children: JSCompiler_object_inline_stack_2927.children + children: JSCompiler_object_inline_stack_2923.children } ); (workInProgress.mode & ConcurrentMode) === NoMode && - (JSCompiler_object_inline_digest_2926.lanes = renderLanes); - JSCompiler_object_inline_digest_2926.return = workInProgress; - JSCompiler_object_inline_digest_2926.sibling = null; + (JSCompiler_object_inline_digest_2922.lanes = renderLanes); + JSCompiler_object_inline_digest_2922.return = workInProgress; + JSCompiler_object_inline_digest_2922.sibling = null; null !== current && ((renderLanes = workInProgress.deletions), null === renderLanes ? ((workInProgress.deletions = [current]), (workInProgress.flags |= 16)) : renderLanes.push(current)); - workInProgress.child = JSCompiler_object_inline_digest_2926; + workInProgress.child = JSCompiler_object_inline_digest_2922; workInProgress.memoizedState = null; - return JSCompiler_object_inline_digest_2926; + return JSCompiler_object_inline_digest_2922; } function mountSuspensePrimaryChildren(workInProgress, primaryChildren) { primaryChildren = mountWorkInProgressOffscreenFiber( @@ -29628,11 +29628,11 @@ __DEV__ && }; (function () { var isomorphicReactPackageVersion = React.version; - if ("19.2.0-native-fb-20e54317-20250912" !== isomorphicReactPackageVersion) + if ("19.2.0-native-fb-93d7aa69-20250912" !== isomorphicReactPackageVersion) throw Error( 'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' + (isomorphicReactPackageVersion + - "\n - react-dom: 19.2.0-native-fb-20e54317-20250912\nLearn more: https://react.dev/warnings/version-mismatch") + "\n - react-dom: 19.2.0-native-fb-93d7aa69-20250912\nLearn more: https://react.dev/warnings/version-mismatch") ); })(); ("function" === typeof Map && @@ -29669,10 +29669,10 @@ __DEV__ && !(function () { var internals = { bundleType: 1, - version: "19.2.0-native-fb-20e54317-20250912", + version: "19.2.0-native-fb-93d7aa69-20250912", rendererPackageName: "react-dom", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.2.0-native-fb-20e54317-20250912" + reconcilerVersion: "19.2.0-native-fb-93d7aa69-20250912" }; internals.overrideHookState = overrideHookState; internals.overrideHookStateDeletePath = overrideHookStateDeletePath; @@ -29821,5 +29821,5 @@ __DEV__ && listenToAllSupportedEvents(container); return new ReactDOMHydrationRoot(initialChildren); }; - exports.version = "19.2.0-native-fb-20e54317-20250912"; + exports.version = "19.2.0-native-fb-93d7aa69-20250912"; })(); 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 deb8acde19..dae3f2ef12 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<<5cdd71807a3cbd6c1c203605c76d530c>> + * @generated SignedSource<> */ /* @@ -17388,14 +17388,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) { }; var isomorphicReactPackageVersion$jscomp$inline_2069 = React.version; if ( - "19.2.0-native-fb-20e54317-20250912" !== + "19.2.0-native-fb-93d7aa69-20250912" !== isomorphicReactPackageVersion$jscomp$inline_2069 ) throw Error( formatProdErrorMessage( 527, isomorphicReactPackageVersion$jscomp$inline_2069, - "19.2.0-native-fb-20e54317-20250912" + "19.2.0-native-fb-93d7aa69-20250912" ) ); ReactDOMSharedInternals.findDOMNode = function (componentOrElement) { @@ -17417,10 +17417,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) { }; var internals$jscomp$inline_2642 = { bundleType: 0, - version: "19.2.0-native-fb-20e54317-20250912", + version: "19.2.0-native-fb-93d7aa69-20250912", rendererPackageName: "react-dom", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.2.0-native-fb-20e54317-20250912" + reconcilerVersion: "19.2.0-native-fb-93d7aa69-20250912" }; if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) { var hook$jscomp$inline_2643 = __REACT_DEVTOOLS_GLOBAL_HOOK__; @@ -17527,4 +17527,4 @@ exports.hydrateRoot = function (container, initialChildren, options) { listenToAllSupportedEvents(container); return new ReactDOMHydrationRoot(initialChildren); }; -exports.version = "19.2.0-native-fb-20e54317-20250912"; +exports.version = "19.2.0-native-fb-93d7aa69-20250912"; 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 d05b18a131..c8edcdc58d 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<<183f5a0009de2f57be75f8fb3a61d601>> + * @generated SignedSource<<9ec730e590767d26e67fda295cbd5a7e>> */ /* @@ -19398,14 +19398,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) { }; var isomorphicReactPackageVersion$jscomp$inline_2326 = React.version; if ( - "19.2.0-native-fb-20e54317-20250912" !== + "19.2.0-native-fb-93d7aa69-20250912" !== isomorphicReactPackageVersion$jscomp$inline_2326 ) throw Error( formatProdErrorMessage( 527, isomorphicReactPackageVersion$jscomp$inline_2326, - "19.2.0-native-fb-20e54317-20250912" + "19.2.0-native-fb-93d7aa69-20250912" ) ); ReactDOMSharedInternals.findDOMNode = function (componentOrElement) { @@ -19427,10 +19427,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) { }; var internals$jscomp$inline_2333 = { bundleType: 0, - version: "19.2.0-native-fb-20e54317-20250912", + version: "19.2.0-native-fb-93d7aa69-20250912", rendererPackageName: "react-dom", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.2.0-native-fb-20e54317-20250912", + reconcilerVersion: "19.2.0-native-fb-93d7aa69-20250912", getLaneLabelMap: function () { for ( var map = new Map(), lane = 1, index$324 = 0; @@ -19553,4 +19553,4 @@ exports.hydrateRoot = function (container, initialChildren, options) { listenToAllSupportedEvents(container); return new ReactDOMHydrationRoot(initialChildren); }; -exports.version = "19.2.0-native-fb-20e54317-20250912"; +exports.version = "19.2.0-native-fb-93d7aa69-20250912"; 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 d268e5c36e..f4ac610589 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<<3bd583e648aafad01c6d4bfef7109921>> + * @generated SignedSource<> */ /* @@ -11206,24 +11206,24 @@ __DEV__ && return current; } function updateSuspenseComponent(current, workInProgress, renderLanes) { - var JSCompiler_object_inline_digest_2931; - var JSCompiler_object_inline_stack_2932 = workInProgress.pendingProps; + var JSCompiler_object_inline_digest_2927; + var JSCompiler_object_inline_stack_2928 = workInProgress.pendingProps; shouldSuspendImpl(workInProgress) && (workInProgress.flags |= 128); - var JSCompiler_object_inline_message_2930 = !1; + var JSCompiler_object_inline_message_2926 = !1; var didSuspend = 0 !== (workInProgress.flags & 128); - (JSCompiler_object_inline_digest_2931 = didSuspend) || - (JSCompiler_object_inline_digest_2931 = + (JSCompiler_object_inline_digest_2927 = didSuspend) || + (JSCompiler_object_inline_digest_2927 = null !== current && null === current.memoizedState ? !1 : 0 !== (suspenseStackCursor.current & ForceSuspenseFallback)); - JSCompiler_object_inline_digest_2931 && - ((JSCompiler_object_inline_message_2930 = !0), + JSCompiler_object_inline_digest_2927 && + ((JSCompiler_object_inline_message_2926 = !0), (workInProgress.flags &= -129)); - JSCompiler_object_inline_digest_2931 = 0 !== (workInProgress.flags & 32); + JSCompiler_object_inline_digest_2927 = 0 !== (workInProgress.flags & 32); workInProgress.flags &= -33; if (null === current) { if (isHydrating) { - JSCompiler_object_inline_message_2930 + JSCompiler_object_inline_message_2926 ? pushPrimaryTreeSuspenseHandler(workInProgress) : reuseSuspenseHandlerOnStack(workInProgress); (renderLanes = nextHydratableInstance) @@ -11236,18 +11236,18 @@ __DEV__ && ? current : null), null !== current && - ((JSCompiler_object_inline_digest_2931 = { + ((JSCompiler_object_inline_digest_2927 = { dehydrated: current, treeContext: getSuspendedTreeContext(), retryLane: 536870912, hydrationErrors: null }), (workInProgress.memoizedState = - JSCompiler_object_inline_digest_2931), - (JSCompiler_object_inline_digest_2931 = + JSCompiler_object_inline_digest_2927), + (JSCompiler_object_inline_digest_2927 = createFiberFromDehydratedFragment(current)), - (JSCompiler_object_inline_digest_2931.return = workInProgress), - (workInProgress.child = JSCompiler_object_inline_digest_2931), + (JSCompiler_object_inline_digest_2927.return = workInProgress), + (workInProgress.child = JSCompiler_object_inline_digest_2927), (hydrationParentFiber = workInProgress), (nextHydratableInstance = null))) : (current = null); @@ -11261,9 +11261,9 @@ __DEV__ && : (workInProgress.lanes = 536870912); return null; } - var nextPrimaryChildren = JSCompiler_object_inline_stack_2932.children, - nextFallbackChildren = JSCompiler_object_inline_stack_2932.fallback; - if (JSCompiler_object_inline_message_2930) + var nextPrimaryChildren = JSCompiler_object_inline_stack_2928.children, + nextFallbackChildren = JSCompiler_object_inline_stack_2928.fallback; + if (JSCompiler_object_inline_message_2926) return ( reuseSuspenseHandlerOnStack(workInProgress), mountSuspenseFallbackChildren( @@ -11272,21 +11272,21 @@ __DEV__ && nextFallbackChildren, renderLanes ), - (JSCompiler_object_inline_stack_2932 = workInProgress.child), - (JSCompiler_object_inline_stack_2932.memoizedState = + (JSCompiler_object_inline_stack_2928 = workInProgress.child), + (JSCompiler_object_inline_stack_2928.memoizedState = mountSuspenseOffscreenState(renderLanes)), - (JSCompiler_object_inline_stack_2932.childLanes = + (JSCompiler_object_inline_stack_2928.childLanes = getRemainingWorkInPrimaryTree( current, - JSCompiler_object_inline_digest_2931, + JSCompiler_object_inline_digest_2927, renderLanes )), (workInProgress.memoizedState = SUSPENDED_MARKER), - bailoutOffscreenComponent(null, JSCompiler_object_inline_stack_2932) + bailoutOffscreenComponent(null, JSCompiler_object_inline_stack_2928) ); if ( "number" === - typeof JSCompiler_object_inline_stack_2932.unstable_expectedLoadTime + typeof JSCompiler_object_inline_stack_2928.unstable_expectedLoadTime ) return ( reuseSuspenseHandlerOnStack(workInProgress), @@ -11296,18 +11296,18 @@ __DEV__ && nextFallbackChildren, renderLanes ), - (JSCompiler_object_inline_stack_2932 = workInProgress.child), - (JSCompiler_object_inline_stack_2932.memoizedState = + (JSCompiler_object_inline_stack_2928 = workInProgress.child), + (JSCompiler_object_inline_stack_2928.memoizedState = mountSuspenseOffscreenState(renderLanes)), - (JSCompiler_object_inline_stack_2932.childLanes = + (JSCompiler_object_inline_stack_2928.childLanes = getRemainingWorkInPrimaryTree( current, - JSCompiler_object_inline_digest_2931, + JSCompiler_object_inline_digest_2927, renderLanes )), (workInProgress.memoizedState = SUSPENDED_MARKER), (workInProgress.lanes = 4194304), - bailoutOffscreenComponent(null, JSCompiler_object_inline_stack_2932) + bailoutOffscreenComponent(null, JSCompiler_object_inline_stack_2928) ); pushPrimaryTreeSuspenseHandler(workInProgress); return mountSuspensePrimaryChildren( @@ -11317,8 +11317,8 @@ __DEV__ && } var prevState = current.memoizedState; if (null !== prevState) { - var JSCompiler_object_inline_componentStack_2933 = prevState.dehydrated; - if (null !== JSCompiler_object_inline_componentStack_2933) { + var JSCompiler_object_inline_componentStack_2929 = prevState.dehydrated; + if (null !== JSCompiler_object_inline_componentStack_2929) { if (didSuspend) workInProgress.flags & 256 ? (pushPrimaryTreeSuspenseHandler(workInProgress), @@ -11335,13 +11335,13 @@ __DEV__ && (workInProgress = null)) : (reuseSuspenseHandlerOnStack(workInProgress), (nextPrimaryChildren = - JSCompiler_object_inline_stack_2932.fallback), + JSCompiler_object_inline_stack_2928.fallback), (nextFallbackChildren = workInProgress.mode), - (JSCompiler_object_inline_stack_2932 = + (JSCompiler_object_inline_stack_2928 = mountWorkInProgressOffscreenFiber( { mode: "visible", - children: JSCompiler_object_inline_stack_2932.children + children: JSCompiler_object_inline_stack_2928.children }, nextFallbackChildren )), @@ -11352,11 +11352,11 @@ __DEV__ && null )), (nextPrimaryChildren.flags |= 2), - (JSCompiler_object_inline_stack_2932.return = workInProgress), + (JSCompiler_object_inline_stack_2928.return = workInProgress), (nextPrimaryChildren.return = workInProgress), - (JSCompiler_object_inline_stack_2932.sibling = + (JSCompiler_object_inline_stack_2928.sibling = nextPrimaryChildren), - (workInProgress.child = JSCompiler_object_inline_stack_2932), + (workInProgress.child = JSCompiler_object_inline_stack_2928), (workInProgress.mode & ConcurrentMode) !== NoMode && reconcileChildFibers( workInProgress, @@ -11364,19 +11364,19 @@ __DEV__ && null, renderLanes ), - (JSCompiler_object_inline_stack_2932 = workInProgress.child), - (JSCompiler_object_inline_stack_2932.memoizedState = + (JSCompiler_object_inline_stack_2928 = workInProgress.child), + (JSCompiler_object_inline_stack_2928.memoizedState = mountSuspenseOffscreenState(renderLanes)), - (JSCompiler_object_inline_stack_2932.childLanes = + (JSCompiler_object_inline_stack_2928.childLanes = getRemainingWorkInPrimaryTree( current, - JSCompiler_object_inline_digest_2931, + JSCompiler_object_inline_digest_2927, renderLanes )), (workInProgress.memoizedState = SUSPENDED_MARKER), (workInProgress = bailoutOffscreenComponent( null, - JSCompiler_object_inline_stack_2932 + JSCompiler_object_inline_stack_2928 ))); else if ( (pushPrimaryTreeSuspenseHandler(workInProgress), @@ -11384,45 +11384,45 @@ __DEV__ && 0 !== (renderLanes & 536870912) && markRenderDerivedCause(workInProgress), isSuspenseInstanceFallback( - JSCompiler_object_inline_componentStack_2933 + JSCompiler_object_inline_componentStack_2929 )) ) { - JSCompiler_object_inline_digest_2931 = - JSCompiler_object_inline_componentStack_2933.nextSibling && - JSCompiler_object_inline_componentStack_2933.nextSibling.dataset; - if (JSCompiler_object_inline_digest_2931) { - nextPrimaryChildren = JSCompiler_object_inline_digest_2931.dgst; - var message = JSCompiler_object_inline_digest_2931.msg; - nextFallbackChildren = JSCompiler_object_inline_digest_2931.stck; - var componentStack = JSCompiler_object_inline_digest_2931.cstck; + JSCompiler_object_inline_digest_2927 = + JSCompiler_object_inline_componentStack_2929.nextSibling && + JSCompiler_object_inline_componentStack_2929.nextSibling.dataset; + if (JSCompiler_object_inline_digest_2927) { + nextPrimaryChildren = JSCompiler_object_inline_digest_2927.dgst; + var message = JSCompiler_object_inline_digest_2927.msg; + nextFallbackChildren = JSCompiler_object_inline_digest_2927.stck; + var componentStack = JSCompiler_object_inline_digest_2927.cstck; } - JSCompiler_object_inline_message_2930 = message; - JSCompiler_object_inline_digest_2931 = nextPrimaryChildren; - JSCompiler_object_inline_stack_2932 = nextFallbackChildren; - JSCompiler_object_inline_componentStack_2933 = componentStack; - nextPrimaryChildren = JSCompiler_object_inline_message_2930; - nextFallbackChildren = JSCompiler_object_inline_componentStack_2933; + JSCompiler_object_inline_message_2926 = message; + JSCompiler_object_inline_digest_2927 = nextPrimaryChildren; + JSCompiler_object_inline_stack_2928 = nextFallbackChildren; + JSCompiler_object_inline_componentStack_2929 = componentStack; + nextPrimaryChildren = JSCompiler_object_inline_message_2926; + nextFallbackChildren = JSCompiler_object_inline_componentStack_2929; nextPrimaryChildren = nextPrimaryChildren ? Error(nextPrimaryChildren) : Error( "The server could not finish this Suspense boundary, likely due to an error during server rendering. Switched to client rendering." ); nextPrimaryChildren.stack = - JSCompiler_object_inline_stack_2932 || ""; - nextPrimaryChildren.digest = JSCompiler_object_inline_digest_2931; - JSCompiler_object_inline_digest_2931 = + JSCompiler_object_inline_stack_2928 || ""; + nextPrimaryChildren.digest = JSCompiler_object_inline_digest_2927; + JSCompiler_object_inline_digest_2927 = void 0 === nextFallbackChildren ? null : nextFallbackChildren; - JSCompiler_object_inline_stack_2932 = { + JSCompiler_object_inline_stack_2928 = { value: nextPrimaryChildren, source: null, - stack: JSCompiler_object_inline_digest_2931 + stack: JSCompiler_object_inline_digest_2927 }; - "string" === typeof JSCompiler_object_inline_digest_2931 && + "string" === typeof JSCompiler_object_inline_digest_2927 && CapturedStacks.set( nextPrimaryChildren, - JSCompiler_object_inline_stack_2932 + JSCompiler_object_inline_stack_2928 ); - queueHydrationError(JSCompiler_object_inline_stack_2932); + queueHydrationError(JSCompiler_object_inline_stack_2928); workInProgress = retrySuspenseComponentWithoutHydrating( current, workInProgress, @@ -11436,35 +11436,35 @@ __DEV__ && renderLanes, !1 ), - (JSCompiler_object_inline_digest_2931 = + (JSCompiler_object_inline_digest_2927 = 0 !== (renderLanes & current.childLanes)), - didReceiveUpdate || JSCompiler_object_inline_digest_2931) + didReceiveUpdate || JSCompiler_object_inline_digest_2927) ) { - JSCompiler_object_inline_digest_2931 = workInProgressRoot; + JSCompiler_object_inline_digest_2927 = workInProgressRoot; if ( - null !== JSCompiler_object_inline_digest_2931 && - ((JSCompiler_object_inline_stack_2932 = getBumpedLaneForHydration( - JSCompiler_object_inline_digest_2931, + null !== JSCompiler_object_inline_digest_2927 && + ((JSCompiler_object_inline_stack_2928 = getBumpedLaneForHydration( + JSCompiler_object_inline_digest_2927, renderLanes )), - 0 !== JSCompiler_object_inline_stack_2932 && - JSCompiler_object_inline_stack_2932 !== prevState.retryLane) + 0 !== JSCompiler_object_inline_stack_2928 && + JSCompiler_object_inline_stack_2928 !== prevState.retryLane) ) throw ( - ((prevState.retryLane = JSCompiler_object_inline_stack_2932), + ((prevState.retryLane = JSCompiler_object_inline_stack_2928), enqueueConcurrentRenderForLane( current, - JSCompiler_object_inline_stack_2932 + JSCompiler_object_inline_stack_2928 ), scheduleUpdateOnFiber( - JSCompiler_object_inline_digest_2931, + JSCompiler_object_inline_digest_2927, current, - JSCompiler_object_inline_stack_2932 + JSCompiler_object_inline_stack_2928 ), SelectiveHydrationException) ); isSuspenseInstancePending( - JSCompiler_object_inline_componentStack_2933 + JSCompiler_object_inline_componentStack_2929 ) || renderDidSuspendDelayIfPossible(); workInProgress = retrySuspenseComponentWithoutHydrating( current, @@ -11473,14 +11473,14 @@ __DEV__ && ); } else isSuspenseInstancePending( - JSCompiler_object_inline_componentStack_2933 + JSCompiler_object_inline_componentStack_2929 ) ? ((workInProgress.flags |= 192), (workInProgress.child = current.child), (workInProgress = null)) : ((renderLanes = prevState.treeContext), (nextHydratableInstance = getNextHydratable( - JSCompiler_object_inline_componentStack_2933.nextSibling + JSCompiler_object_inline_componentStack_2929.nextSibling )), (hydrationParentFiber = workInProgress), (isHydrating = !0), @@ -11492,47 +11492,47 @@ __DEV__ && restoreSuspendedTreeContext(workInProgress, renderLanes), (workInProgress = mountSuspensePrimaryChildren( workInProgress, - JSCompiler_object_inline_stack_2932.children + JSCompiler_object_inline_stack_2928.children )), (workInProgress.flags |= 4096)); return workInProgress; } } - if (JSCompiler_object_inline_message_2930) + if (JSCompiler_object_inline_message_2926) return ( reuseSuspenseHandlerOnStack(workInProgress), - (nextPrimaryChildren = JSCompiler_object_inline_stack_2932.fallback), + (nextPrimaryChildren = JSCompiler_object_inline_stack_2928.fallback), (nextFallbackChildren = workInProgress.mode), (componentStack = current.child), - (JSCompiler_object_inline_componentStack_2933 = + (JSCompiler_object_inline_componentStack_2929 = componentStack.sibling), - (JSCompiler_object_inline_message_2930 = { + (JSCompiler_object_inline_message_2926 = { mode: "hidden", - children: JSCompiler_object_inline_stack_2932.children + children: JSCompiler_object_inline_stack_2928.children }), (nextFallbackChildren & ConcurrentMode) === NoMode && workInProgress.child !== componentStack - ? ((JSCompiler_object_inline_stack_2932 = workInProgress.child), - (JSCompiler_object_inline_stack_2932.childLanes = 0), - (JSCompiler_object_inline_stack_2932.pendingProps = - JSCompiler_object_inline_message_2930), + ? ((JSCompiler_object_inline_stack_2928 = workInProgress.child), + (JSCompiler_object_inline_stack_2928.childLanes = 0), + (JSCompiler_object_inline_stack_2928.pendingProps = + JSCompiler_object_inline_message_2926), workInProgress.mode & ProfileMode && - ((JSCompiler_object_inline_stack_2932.actualDuration = -0), - (JSCompiler_object_inline_stack_2932.actualStartTime = -1.1), - (JSCompiler_object_inline_stack_2932.selfBaseDuration = + ((JSCompiler_object_inline_stack_2928.actualDuration = -0), + (JSCompiler_object_inline_stack_2928.actualStartTime = -1.1), + (JSCompiler_object_inline_stack_2928.selfBaseDuration = componentStack.selfBaseDuration), - (JSCompiler_object_inline_stack_2932.treeBaseDuration = + (JSCompiler_object_inline_stack_2928.treeBaseDuration = componentStack.treeBaseDuration)), (workInProgress.deletions = null)) - : ((JSCompiler_object_inline_stack_2932 = createWorkInProgress( + : ((JSCompiler_object_inline_stack_2928 = createWorkInProgress( componentStack, - JSCompiler_object_inline_message_2930 + JSCompiler_object_inline_message_2926 )), - (JSCompiler_object_inline_stack_2932.subtreeFlags = + (JSCompiler_object_inline_stack_2928.subtreeFlags = componentStack.subtreeFlags & 65011712)), - null !== JSCompiler_object_inline_componentStack_2933 + null !== JSCompiler_object_inline_componentStack_2929 ? (nextPrimaryChildren = createWorkInProgress( - JSCompiler_object_inline_componentStack_2933, + JSCompiler_object_inline_componentStack_2929, nextPrimaryChildren )) : ((nextPrimaryChildren = createFiberFromFragment( @@ -11543,11 +11543,11 @@ __DEV__ && )), (nextPrimaryChildren.flags |= 2)), (nextPrimaryChildren.return = workInProgress), - (JSCompiler_object_inline_stack_2932.return = workInProgress), - (JSCompiler_object_inline_stack_2932.sibling = nextPrimaryChildren), - (workInProgress.child = JSCompiler_object_inline_stack_2932), - bailoutOffscreenComponent(null, JSCompiler_object_inline_stack_2932), - (JSCompiler_object_inline_stack_2932 = workInProgress.child), + (JSCompiler_object_inline_stack_2928.return = workInProgress), + (JSCompiler_object_inline_stack_2928.sibling = nextPrimaryChildren), + (workInProgress.child = JSCompiler_object_inline_stack_2928), + bailoutOffscreenComponent(null, JSCompiler_object_inline_stack_2928), + (JSCompiler_object_inline_stack_2928 = workInProgress.child), (nextPrimaryChildren = current.child.memoizedState), null === nextPrimaryChildren ? (nextPrimaryChildren = mountSuspenseOffscreenState(renderLanes)) @@ -11563,18 +11563,18 @@ __DEV__ && baseLanes: nextPrimaryChildren.baseLanes | renderLanes, cachePool: nextFallbackChildren })), - (JSCompiler_object_inline_stack_2932.memoizedState = + (JSCompiler_object_inline_stack_2928.memoizedState = nextPrimaryChildren), - (JSCompiler_object_inline_stack_2932.childLanes = + (JSCompiler_object_inline_stack_2928.childLanes = getRemainingWorkInPrimaryTree( current, - JSCompiler_object_inline_digest_2931, + JSCompiler_object_inline_digest_2927, renderLanes )), (workInProgress.memoizedState = SUSPENDED_MARKER), bailoutOffscreenComponent( current.child, - JSCompiler_object_inline_stack_2932 + JSCompiler_object_inline_stack_2928 ) ); null !== prevState && @@ -11582,28 +11582,28 @@ __DEV__ && 0 !== (renderLanes & current.lanes) && markRenderDerivedCause(workInProgress); pushPrimaryTreeSuspenseHandler(workInProgress); - JSCompiler_object_inline_digest_2931 = current.child; - current = JSCompiler_object_inline_digest_2931.sibling; - JSCompiler_object_inline_digest_2931 = createWorkInProgress( - JSCompiler_object_inline_digest_2931, + JSCompiler_object_inline_digest_2927 = current.child; + current = JSCompiler_object_inline_digest_2927.sibling; + JSCompiler_object_inline_digest_2927 = createWorkInProgress( + JSCompiler_object_inline_digest_2927, { mode: "visible", - children: JSCompiler_object_inline_stack_2932.children + children: JSCompiler_object_inline_stack_2928.children } ); (workInProgress.mode & ConcurrentMode) === NoMode && - (JSCompiler_object_inline_digest_2931.lanes = renderLanes); - JSCompiler_object_inline_digest_2931.return = workInProgress; - JSCompiler_object_inline_digest_2931.sibling = null; + (JSCompiler_object_inline_digest_2927.lanes = renderLanes); + JSCompiler_object_inline_digest_2927.return = workInProgress; + JSCompiler_object_inline_digest_2927.sibling = null; null !== current && ((renderLanes = workInProgress.deletions), null === renderLanes ? ((workInProgress.deletions = [current]), (workInProgress.flags |= 16)) : renderLanes.push(current)); - workInProgress.child = JSCompiler_object_inline_digest_2931; + workInProgress.child = JSCompiler_object_inline_digest_2927; workInProgress.memoizedState = null; - return JSCompiler_object_inline_digest_2931; + return JSCompiler_object_inline_digest_2927; } function mountSuspensePrimaryChildren(workInProgress, primaryChildren) { primaryChildren = mountWorkInProgressOffscreenFiber( @@ -29684,11 +29684,11 @@ __DEV__ && }; (function () { var isomorphicReactPackageVersion = React.version; - if ("19.2.0-native-fb-20e54317-20250912" !== isomorphicReactPackageVersion) + if ("19.2.0-native-fb-93d7aa69-20250912" !== isomorphicReactPackageVersion) throw Error( 'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' + (isomorphicReactPackageVersion + - "\n - react-dom: 19.2.0-native-fb-20e54317-20250912\nLearn more: https://react.dev/warnings/version-mismatch") + "\n - react-dom: 19.2.0-native-fb-93d7aa69-20250912\nLearn more: https://react.dev/warnings/version-mismatch") ); })(); ("function" === typeof Map && @@ -29725,10 +29725,10 @@ __DEV__ && !(function () { var internals = { bundleType: 1, - version: "19.2.0-native-fb-20e54317-20250912", + version: "19.2.0-native-fb-93d7aa69-20250912", rendererPackageName: "react-dom", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.2.0-native-fb-20e54317-20250912" + reconcilerVersion: "19.2.0-native-fb-93d7aa69-20250912" }; internals.overrideHookState = overrideHookState; internals.overrideHookStateDeletePath = overrideHookStateDeletePath; @@ -30193,7 +30193,7 @@ __DEV__ && exports.useFormStatus = function () { return resolveDispatcher().useHostTransitionStatus(); }; - exports.version = "19.2.0-native-fb-20e54317-20250912"; + exports.version = "19.2.0-native-fb-93d7aa69-20250912"; "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 69c426edb1..17db2f163a 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<<2d473de87368f7b0e06497130108c252>> + * @generated SignedSource<<09e72e39dc00d0cbde62d4c1fe149482>> */ /* @@ -17399,14 +17399,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) { }; var isomorphicReactPackageVersion$jscomp$inline_2070 = React.version; if ( - "19.2.0-native-fb-20e54317-20250912" !== + "19.2.0-native-fb-93d7aa69-20250912" !== isomorphicReactPackageVersion$jscomp$inline_2070 ) throw Error( formatProdErrorMessage( 527, isomorphicReactPackageVersion$jscomp$inline_2070, - "19.2.0-native-fb-20e54317-20250912" + "19.2.0-native-fb-93d7aa69-20250912" ) ); ReactDOMSharedInternals.findDOMNode = function (componentOrElement) { @@ -17428,10 +17428,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) { }; var internals$jscomp$inline_2645 = { bundleType: 0, - version: "19.2.0-native-fb-20e54317-20250912", + version: "19.2.0-native-fb-93d7aa69-20250912", rendererPackageName: "react-dom", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.2.0-native-fb-20e54317-20250912" + reconcilerVersion: "19.2.0-native-fb-93d7aa69-20250912" }; if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) { var hook$jscomp$inline_2646 = __REACT_DEVTOOLS_GLOBAL_HOOK__; @@ -17691,4 +17691,4 @@ exports.useFormState = function (action, initialState, permalink) { exports.useFormStatus = function () { return ReactSharedInternals.H.useHostTransitionStatus(); }; -exports.version = "19.2.0-native-fb-20e54317-20250912"; +exports.version = "19.2.0-native-fb-93d7aa69-20250912"; 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 db17b0aec4..17de8bf729 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<<397b4849c205493999c8384d7350e2d9>> + * @generated SignedSource<<658db3a0c77e04427b1c088f057783df>> */ /* @@ -19413,14 +19413,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) { }; var isomorphicReactPackageVersion$jscomp$inline_2327 = React.version; if ( - "19.2.0-native-fb-20e54317-20250912" !== + "19.2.0-native-fb-93d7aa69-20250912" !== isomorphicReactPackageVersion$jscomp$inline_2327 ) throw Error( formatProdErrorMessage( 527, isomorphicReactPackageVersion$jscomp$inline_2327, - "19.2.0-native-fb-20e54317-20250912" + "19.2.0-native-fb-93d7aa69-20250912" ) ); ReactDOMSharedInternals.findDOMNode = function (componentOrElement) { @@ -19442,10 +19442,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) { }; var internals$jscomp$inline_2334 = { bundleType: 0, - version: "19.2.0-native-fb-20e54317-20250912", + version: "19.2.0-native-fb-93d7aa69-20250912", rendererPackageName: "react-dom", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.2.0-native-fb-20e54317-20250912", + reconcilerVersion: "19.2.0-native-fb-93d7aa69-20250912", getLaneLabelMap: function () { for ( var map = new Map(), lane = 1, index$324 = 0; @@ -19721,7 +19721,7 @@ exports.useFormState = function (action, initialState, permalink) { exports.useFormStatus = function () { return ReactSharedInternals.H.useHostTransitionStatus(); }; -exports.version = "19.2.0-native-fb-20e54317-20250912"; +exports.version = "19.2.0-native-fb-93d7aa69-20250912"; "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 2d554f66ac..313995baee 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,7 +7,7 @@ * @noflow * @nolint * @preventMunge - * @generated SignedSource<> + * @generated SignedSource<> */ "use strict"; @@ -15913,10 +15913,10 @@ __DEV__ && (function () { var internals = { bundleType: 1, - version: "19.2.0-native-fb-20e54317-20250912", + version: "19.2.0-native-fb-93d7aa69-20250912", rendererPackageName: "react-test-renderer", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.2.0-native-fb-20e54317-20250912" + reconcilerVersion: "19.2.0-native-fb-93d7aa69-20250912" }; internals.overrideHookState = overrideHookState; internals.overrideHookStateDeletePath = overrideHookStateDeletePath; @@ -16061,5 +16061,5 @@ __DEV__ && flushSyncWorkAcrossRoots_impl(0, !0)); } }; - exports.version = "19.2.0-native-fb-20e54317-20250912"; + exports.version = "19.2.0-native-fb-93d7aa69-20250912"; })(); 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 41ffed3555..496b7f7fc0 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<<1877d308f61aad270dff86565c24890f>> + * @generated SignedSource<<0928ac852000698f7d8c561c4260094e>> */ "use strict"; @@ -10045,10 +10045,10 @@ function wrapFiber(fiber) { } var internals$jscomp$inline_1481 = { bundleType: 0, - version: "19.2.0-native-fb-20e54317-20250912", + version: "19.2.0-native-fb-93d7aa69-20250912", rendererPackageName: "react-test-renderer", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.2.0-native-fb-20e54317-20250912" + reconcilerVersion: "19.2.0-native-fb-93d7aa69-20250912" }; if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) { var hook$jscomp$inline_1482 = __REACT_DEVTOOLS_GLOBAL_HOOK__; @@ -10184,4 +10184,4 @@ exports.unstable_batchedUpdates = function (fn, a) { flushSyncWorkAcrossRoots_impl(0, !0)); } }; -exports.version = "19.2.0-native-fb-20e54317-20250912"; +exports.version = "19.2.0-native-fb-93d7aa69-20250912"; 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 1b4d767dd1..559655414f 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<<5906886ee8bbdb524568e0dcb4ee9247>> + * @generated SignedSource<<01baab66cb83110457e1bf46e412cc0d>> */ "use strict"; @@ -10666,10 +10666,10 @@ function wrapFiber(fiber) { } var internals$jscomp$inline_1272 = { bundleType: 0, - version: "19.2.0-native-fb-20e54317-20250912", + version: "19.2.0-native-fb-93d7aa69-20250912", rendererPackageName: "react-test-renderer", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.2.0-native-fb-20e54317-20250912", + reconcilerVersion: "19.2.0-native-fb-93d7aa69-20250912", getLaneLabelMap: function () { for ( var map = new Map(), lane = 1, index$145 = 0; @@ -10820,4 +10820,4 @@ exports.unstable_batchedUpdates = function (fn, a) { flushSyncWorkAcrossRoots_impl(0, !0)); } }; -exports.version = "19.2.0-native-fb-20e54317-20250912"; +exports.version = "19.2.0-native-fb-93d7aa69-20250912"; 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 4ac0f5ea32..46f50f254e 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<<19c8aeae52011f8459c9c082d39fc824>> + * @generated SignedSource<> */ "use strict"; @@ -1397,7 +1397,7 @@ __DEV__ && exports.useTransition = function () { return resolveDispatcher().useTransition(); }; - exports.version = "19.2.0-native-fb-20e54317-20250912"; + exports.version = "19.2.0-native-fb-93d7aa69-20250912"; "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 ee41f20223..1cb90b97b1 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<<1937d40b1019bd03e45b35fe2d333da0>> + * @generated SignedSource<> */ "use strict"; @@ -579,4 +579,4 @@ exports.useSyncExternalStore = function ( exports.useTransition = function () { return ReactSharedInternals.H.useTransition(); }; -exports.version = "19.2.0-native-fb-20e54317-20250912"; +exports.version = "19.2.0-native-fb-93d7aa69-20250912"; 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 649869c601..53e700f7dc 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<> + * @generated SignedSource<<93c773fffce0f048bc6aecb17f6c244a>> */ "use strict"; @@ -583,7 +583,7 @@ exports.useSyncExternalStore = function ( exports.useTransition = function () { return ReactSharedInternals.H.useTransition(); }; -exports.version = "19.2.0-native-fb-20e54317-20250912"; +exports.version = "19.2.0-native-fb-93d7aa69-20250912"; "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ && "function" === typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop && 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 d874ad7f0a..24f2ee26af 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 @@ -20e5431747347796b3be8312e56cef655b26ef4d +93d7aa69b29c20529c40cf64b0afdb5d51c9ddd1 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 2bc15b562a..d2795d595e 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<<32dd844ee66431e60b60307d93bddd23>> + * @generated SignedSource<<79bc73814be29cf23a9be03ec6273d0e>> */ "use strict"; @@ -19753,10 +19753,10 @@ __DEV__ && (function () { var internals = { bundleType: 1, - version: "19.2.0-native-fb-20e54317-20250912", + version: "19.2.0-native-fb-93d7aa69-20250912", rendererPackageName: "react-native-renderer", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.2.0-native-fb-20e54317-20250912" + reconcilerVersion: "19.2.0-native-fb-93d7aa69-20250912" }; 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 dcca0ae87a..22805e2f11 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<<007c8729955101c946e905e3f24dfada>> + * @generated SignedSource<<9ff9e4cefa4a46dc381c32ece3ac94e1>> */ "use strict"; @@ -11211,10 +11211,10 @@ batchedUpdatesImpl = function (fn, a) { var roots = new Map(), internals$jscomp$inline_1293 = { bundleType: 0, - version: "19.2.0-native-fb-20e54317-20250912", + version: "19.2.0-native-fb-93d7aa69-20250912", rendererPackageName: "react-native-renderer", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.2.0-native-fb-20e54317-20250912" + reconcilerVersion: "19.2.0-native-fb-93d7aa69-20250912" }; null !== extraDevToolsConfig && (internals$jscomp$inline_1293.rendererConfig = extraDevToolsConfig); 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 253736276f..26f609762f 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<> + * @generated SignedSource<<14f7c4f0dccc6380b909e88c98df9445>> */ "use strict"; @@ -13162,10 +13162,10 @@ batchedUpdatesImpl = function (fn, a) { var roots = new Map(), internals$jscomp$inline_1543 = { bundleType: 0, - version: "19.2.0-native-fb-20e54317-20250912", + version: "19.2.0-native-fb-93d7aa69-20250912", rendererPackageName: "react-native-renderer", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.2.0-native-fb-20e54317-20250912" + reconcilerVersion: "19.2.0-native-fb-93d7aa69-20250912" }; null !== extraDevToolsConfig && (internals$jscomp$inline_1543.rendererConfig = extraDevToolsConfig); 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 d8c31c0b17..074c86f694 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<<3632d9f7d4196d057969e38b0938833d>> */ "use strict"; @@ -20033,11 +20033,11 @@ __DEV__ && shouldSuspendImpl = newShouldSuspendImpl; }; var isomorphicReactPackageVersion = React.version; - if ("19.2.0-native-fb-20e54317-20250912" !== isomorphicReactPackageVersion) + if ("19.2.0-native-fb-93d7aa69-20250912" !== 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.2.0-native-fb-20e54317-20250912\nLearn more: https://react.dev/warnings/version-mismatch") + "\n - react-native-renderer: 19.2.0-native-fb-93d7aa69-20250912\nLearn more: https://react.dev/warnings/version-mismatch") ); if ( "function" !== @@ -20063,10 +20063,10 @@ __DEV__ && (function () { var internals = { bundleType: 1, - version: "19.2.0-native-fb-20e54317-20250912", + version: "19.2.0-native-fb-93d7aa69-20250912", rendererPackageName: "react-native-renderer", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.2.0-native-fb-20e54317-20250912" + reconcilerVersion: "19.2.0-native-fb-93d7aa69-20250912" }; 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 d281de3ecd..16e7864313 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<<491356d381b6f580d6a06c341830890e>> + * @generated SignedSource<<0a8b7c584e8031315c89eef1c6f4cf80>> */ "use strict"; @@ -11370,11 +11370,11 @@ function updateContainer(element, container, parentComponent, callback) { return lane; } var isomorphicReactPackageVersion = React.version; -if ("19.2.0-native-fb-20e54317-20250912" !== isomorphicReactPackageVersion) +if ("19.2.0-native-fb-93d7aa69-20250912" !== 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.2.0-native-fb-20e54317-20250912\nLearn more: https://react.dev/warnings/version-mismatch") + "\n - react-native-renderer: 19.2.0-native-fb-93d7aa69-20250912\nLearn more: https://react.dev/warnings/version-mismatch") ); if ( "function" !== @@ -11424,10 +11424,10 @@ batchedUpdatesImpl = function (fn, a) { var roots = new Map(), internals$jscomp$inline_1324 = { bundleType: 0, - version: "19.2.0-native-fb-20e54317-20250912", + version: "19.2.0-native-fb-93d7aa69-20250912", rendererPackageName: "react-native-renderer", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.2.0-native-fb-20e54317-20250912" + reconcilerVersion: "19.2.0-native-fb-93d7aa69-20250912" }; null !== extraDevToolsConfig && (internals$jscomp$inline_1324.rendererConfig = extraDevToolsConfig); 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 a8ca6ae745..7969206bfd 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<<92112b14f3444856202bfe977c4379f5>> + * @generated SignedSource<> */ "use strict"; @@ -13311,11 +13311,11 @@ function updateContainer(element, container, parentComponent, callback) { return lane; } var isomorphicReactPackageVersion = React.version; -if ("19.2.0-native-fb-20e54317-20250912" !== isomorphicReactPackageVersion) +if ("19.2.0-native-fb-93d7aa69-20250912" !== 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.2.0-native-fb-20e54317-20250912\nLearn more: https://react.dev/warnings/version-mismatch") + "\n - react-native-renderer: 19.2.0-native-fb-93d7aa69-20250912\nLearn more: https://react.dev/warnings/version-mismatch") ); if ( "function" !== @@ -13365,10 +13365,10 @@ batchedUpdatesImpl = function (fn, a) { var roots = new Map(), internals$jscomp$inline_1574 = { bundleType: 0, - version: "19.2.0-native-fb-20e54317-20250912", + version: "19.2.0-native-fb-93d7aa69-20250912", rendererPackageName: "react-native-renderer", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.2.0-native-fb-20e54317-20250912" + reconcilerVersion: "19.2.0-native-fb-93d7aa69-20250912" }; null !== extraDevToolsConfig && (internals$jscomp$inline_1574.rendererConfig = extraDevToolsConfig); diff --git a/compiled-rn/facebook-fbsource/xplat/js/tools/eslint-plugin-react-hooks/package.json b/compiled-rn/facebook-fbsource/xplat/js/tools/eslint-plugin-react-hooks/package.json index 66b0903b26..aed05f979a 100644 --- a/compiled-rn/facebook-fbsource/xplat/js/tools/eslint-plugin-react-hooks/package.json +++ b/compiled-rn/facebook-fbsource/xplat/js/tools/eslint-plugin-react-hooks/package.json @@ -1,7 +1,7 @@ { "name": "eslint-plugin-react-hooks", "description": "ESLint rules for React Hooks", - "version": "0.0.0-experimental-20e54317-20250912", + "version": "0.0.0-experimental-93d7aa69-20250912", "repository": { "type": "git", "url": "https://github.com/facebook/react.git",