From 19e91464851831896ccc8a947efd7643f8d4a075 Mon Sep 17 00:00:00 2001 From: poteto Date: Fri, 15 Nov 2024 14:58:52 -0800 Subject: [PATCH] [crud] Rename Effect type (#31557) Adds a new `Effect` type which for now just points to the `SimpleEffect` type, in prepartion for later in the stack where we add more. --- [//]: # (BEGIN SAPLING FOOTER) Stack created with [Sapling](https://sapling-scm.com). Best reviewed with [ReviewStack](https://reviewstack.dev/facebook/react/pull/31557). * #31523 * __->__ #31557 * #31556 * #31555 DiffTrain build for [053b3cb0503e26da6d1dfa02b74fa52e30936bd6](https://github.com/facebook/react/commit/053b3cb0503e26da6d1dfa02b74fa52e30936bd6) --- 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 | 348 +++++++++--------- .../react-dom/cjs/ReactDOMClient-prod.js | 70 ++-- .../react-dom/cjs/ReactDOMClient-profiling.js | 70 ++-- .../react-dom/cjs/ReactDOMProfiling-dev.js | 348 +++++++++--------- .../react-dom/cjs/ReactDOMProfiling-prod.js | 70 ++-- .../cjs/ReactDOMProfiling-profiling.js | 70 ++-- .../cjs/ReactTestRenderer-dev.js | 12 +- .../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 +- .../Libraries/Renderer/REVISION | 2 +- .../implementations/ReactFabric-dev.fb.js | 6 +- .../implementations/ReactFabric-prod.fb.js | 56 +-- .../ReactFabric-profiling.fb.js | 60 +-- .../ReactNativeRenderer-dev.fb.js | 10 +- .../ReactNativeRenderer-prod.fb.js | 60 +-- .../ReactNativeRenderer-profiling.fb.js | 64 ++-- 23 files changed, 658 insertions(+), 658 deletions(-) diff --git a/compiled-rn/VERSION_NATIVE_FB b/compiled-rn/VERSION_NATIVE_FB index d7da48870a..fd46941cfc 100644 --- a/compiled-rn/VERSION_NATIVE_FB +++ b/compiled-rn/VERSION_NATIVE_FB @@ -1 +1 @@ -19.0.0-native-fb-3720870a-20241115 \ No newline at end of file +19.0.0-native-fb-053b3cb0-20241115 \ 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 f3ad800ccc..aae9b81e7b 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<> + * @generated SignedSource<<3e3e3ab04b05778d88f6aafd134993f1>> */ "use strict"; @@ -420,5 +420,5 @@ __DEV__ && exports.useFormStatus = function () { return resolveDispatcher().useHostTransitionStatus(); }; - exports.version = "19.0.0-native-fb-3720870a-20241115"; + exports.version = "19.0.0-native-fb-053b3cb0-20241115"; })(); 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 380fa3e0b0..2ff77048b5 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<<2a06ae239fe7eae90241857be36d10c0>> */ "use strict"; @@ -203,4 +203,4 @@ exports.useFormState = function (action, initialState, permalink) { exports.useFormStatus = function () { return ReactSharedInternals.H.useHostTransitionStatus(); }; -exports.version = "19.0.0-native-fb-3720870a-20241115"; +exports.version = "19.0.0-native-fb-053b3cb0-20241115"; 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 380fa3e0b0..2ff77048b5 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<<2a06ae239fe7eae90241857be36d10c0>> */ "use strict"; @@ -203,4 +203,4 @@ exports.useFormState = function (action, initialState, permalink) { exports.useFormStatus = function () { return ReactSharedInternals.H.useHostTransitionStatus(); }; -exports.version = "19.0.0-native-fb-3720870a-20241115"; +exports.version = "19.0.0-native-fb-053b3cb0-20241115"; 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 2d3ca5686d..4d9f3735f7 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<<8250ec2729361a93d60905157490a2ca>> */ /* @@ -8987,32 +8987,32 @@ __DEV__ && return current; } function updateSuspenseComponent(current, workInProgress, renderLanes) { - var JSCompiler_object_inline_digest_2326; - var JSCompiler_object_inline_stack_2327 = workInProgress.pendingProps; + var JSCompiler_object_inline_digest_2332; + var JSCompiler_object_inline_stack_2333 = workInProgress.pendingProps; shouldSuspendImpl(workInProgress) && (workInProgress.flags |= 128); - var JSCompiler_object_inline_componentStack_2328 = !1; + var JSCompiler_object_inline_componentStack_2334 = !1; var didSuspend = 0 !== (workInProgress.flags & 128); - (JSCompiler_object_inline_digest_2326 = didSuspend) || - (JSCompiler_object_inline_digest_2326 = + (JSCompiler_object_inline_digest_2332 = didSuspend) || + (JSCompiler_object_inline_digest_2332 = null !== current && null === current.memoizedState ? !1 : 0 !== (suspenseStackCursor.current & ForceSuspenseFallback)); - JSCompiler_object_inline_digest_2326 && - ((JSCompiler_object_inline_componentStack_2328 = !0), + JSCompiler_object_inline_digest_2332 && + ((JSCompiler_object_inline_componentStack_2334 = !0), (workInProgress.flags &= -129)); - JSCompiler_object_inline_digest_2326 = 0 !== (workInProgress.flags & 32); + JSCompiler_object_inline_digest_2332 = 0 !== (workInProgress.flags & 32); workInProgress.flags &= -33; if (null === current) { if (isHydrating) { - JSCompiler_object_inline_componentStack_2328 + JSCompiler_object_inline_componentStack_2334 ? pushPrimaryTreeSuspenseHandler(workInProgress) : reuseSuspenseHandlerOnStack(workInProgress); if (isHydrating) { - var JSCompiler_object_inline_message_2325 = nextHydratableInstance; + var JSCompiler_object_inline_message_2331 = nextHydratableInstance; var JSCompiler_temp; - if (!(JSCompiler_temp = !JSCompiler_object_inline_message_2325)) { + if (!(JSCompiler_temp = !JSCompiler_object_inline_message_2331)) { c: { - var instance = JSCompiler_object_inline_message_2325; + var instance = JSCompiler_object_inline_message_2331; for ( JSCompiler_temp = rootOrSingletonContext; 8 !== instance.nodeType; @@ -9053,19 +9053,19 @@ __DEV__ && JSCompiler_temp && (warnNonHydratedInstance( workInProgress, - JSCompiler_object_inline_message_2325 + JSCompiler_object_inline_message_2331 ), throwOnHydrationMismatch(workInProgress)); } - JSCompiler_object_inline_message_2325 = workInProgress.memoizedState; + JSCompiler_object_inline_message_2331 = workInProgress.memoizedState; if ( - null !== JSCompiler_object_inline_message_2325 && - ((JSCompiler_object_inline_message_2325 = - JSCompiler_object_inline_message_2325.dehydrated), - null !== JSCompiler_object_inline_message_2325) + null !== JSCompiler_object_inline_message_2331 && + ((JSCompiler_object_inline_message_2331 = + JSCompiler_object_inline_message_2331.dehydrated), + null !== JSCompiler_object_inline_message_2331) ) return ( - JSCompiler_object_inline_message_2325.data === + JSCompiler_object_inline_message_2331.data === SUSPENSE_FALLBACK_START_DATA ? (workInProgress.lanes = 16) : (workInProgress.lanes = 536870912), @@ -9073,70 +9073,70 @@ __DEV__ && ); popSuspenseHandler(workInProgress); } - JSCompiler_object_inline_message_2325 = - JSCompiler_object_inline_stack_2327.children; - JSCompiler_temp = JSCompiler_object_inline_stack_2327.fallback; - if (JSCompiler_object_inline_componentStack_2328) + JSCompiler_object_inline_message_2331 = + JSCompiler_object_inline_stack_2333.children; + JSCompiler_temp = JSCompiler_object_inline_stack_2333.fallback; + if (JSCompiler_object_inline_componentStack_2334) return ( reuseSuspenseHandlerOnStack(workInProgress), - (JSCompiler_object_inline_stack_2327 = + (JSCompiler_object_inline_stack_2333 = mountSuspenseFallbackChildren( workInProgress, - JSCompiler_object_inline_message_2325, + JSCompiler_object_inline_message_2331, JSCompiler_temp, renderLanes )), - (JSCompiler_object_inline_componentStack_2328 = + (JSCompiler_object_inline_componentStack_2334 = workInProgress.child), - (JSCompiler_object_inline_componentStack_2328.memoizedState = + (JSCompiler_object_inline_componentStack_2334.memoizedState = mountSuspenseOffscreenState(renderLanes)), - (JSCompiler_object_inline_componentStack_2328.childLanes = + (JSCompiler_object_inline_componentStack_2334.childLanes = getRemainingWorkInPrimaryTree( current, - JSCompiler_object_inline_digest_2326, + JSCompiler_object_inline_digest_2332, renderLanes )), (workInProgress.memoizedState = SUSPENDED_MARKER), - JSCompiler_object_inline_stack_2327 + JSCompiler_object_inline_stack_2333 ); if ( "number" === - typeof JSCompiler_object_inline_stack_2327.unstable_expectedLoadTime + typeof JSCompiler_object_inline_stack_2333.unstable_expectedLoadTime ) return ( reuseSuspenseHandlerOnStack(workInProgress), - (JSCompiler_object_inline_stack_2327 = + (JSCompiler_object_inline_stack_2333 = mountSuspenseFallbackChildren( workInProgress, - JSCompiler_object_inline_message_2325, + JSCompiler_object_inline_message_2331, JSCompiler_temp, renderLanes )), - (JSCompiler_object_inline_componentStack_2328 = + (JSCompiler_object_inline_componentStack_2334 = workInProgress.child), - (JSCompiler_object_inline_componentStack_2328.memoizedState = + (JSCompiler_object_inline_componentStack_2334.memoizedState = mountSuspenseOffscreenState(renderLanes)), - (JSCompiler_object_inline_componentStack_2328.childLanes = + (JSCompiler_object_inline_componentStack_2334.childLanes = getRemainingWorkInPrimaryTree( current, - JSCompiler_object_inline_digest_2326, + JSCompiler_object_inline_digest_2332, renderLanes )), (workInProgress.memoizedState = SUSPENDED_MARKER), (workInProgress.lanes = 4194304), - JSCompiler_object_inline_stack_2327 + JSCompiler_object_inline_stack_2333 ); pushPrimaryTreeSuspenseHandler(workInProgress); return mountSuspensePrimaryChildren( workInProgress, - JSCompiler_object_inline_message_2325 + JSCompiler_object_inline_message_2331 ); } var prevState = current.memoizedState; if ( null !== prevState && - ((JSCompiler_object_inline_message_2325 = prevState.dehydrated), - null !== JSCompiler_object_inline_message_2325) + ((JSCompiler_object_inline_message_2331 = prevState.dehydrated), + null !== JSCompiler_object_inline_message_2331) ) { if (didSuspend) workInProgress.flags & 256 @@ -9153,32 +9153,32 @@ __DEV__ && (workInProgress.flags |= 128), (workInProgress = null)) : (reuseSuspenseHandlerOnStack(workInProgress), - (JSCompiler_object_inline_componentStack_2328 = - JSCompiler_object_inline_stack_2327.fallback), - (JSCompiler_object_inline_message_2325 = workInProgress.mode), - (JSCompiler_object_inline_stack_2327 = createFiberFromOffscreen( + (JSCompiler_object_inline_componentStack_2334 = + JSCompiler_object_inline_stack_2333.fallback), + (JSCompiler_object_inline_message_2331 = workInProgress.mode), + (JSCompiler_object_inline_stack_2333 = createFiberFromOffscreen( { mode: "visible", - children: JSCompiler_object_inline_stack_2327.children + children: JSCompiler_object_inline_stack_2333.children }, - JSCompiler_object_inline_message_2325, + JSCompiler_object_inline_message_2331, 0, null )), - (JSCompiler_object_inline_componentStack_2328 = + (JSCompiler_object_inline_componentStack_2334 = createFiberFromFragment( - JSCompiler_object_inline_componentStack_2328, - JSCompiler_object_inline_message_2325, + JSCompiler_object_inline_componentStack_2334, + JSCompiler_object_inline_message_2331, renderLanes, null )), - (JSCompiler_object_inline_componentStack_2328.flags |= 2), - (JSCompiler_object_inline_stack_2327.return = workInProgress), - (JSCompiler_object_inline_componentStack_2328.return = + (JSCompiler_object_inline_componentStack_2334.flags |= 2), + (JSCompiler_object_inline_stack_2333.return = workInProgress), + (JSCompiler_object_inline_componentStack_2334.return = workInProgress), - (JSCompiler_object_inline_stack_2327.sibling = - JSCompiler_object_inline_componentStack_2328), - (workInProgress.child = JSCompiler_object_inline_stack_2327), + (JSCompiler_object_inline_stack_2333.sibling = + JSCompiler_object_inline_componentStack_2334), + (workInProgress.child = JSCompiler_object_inline_stack_2333), (workInProgress.mode & ConcurrentMode) !== NoMode && reconcileChildFibers( workInProgress, @@ -9186,64 +9186,64 @@ __DEV__ && null, renderLanes ), - (JSCompiler_object_inline_stack_2327 = workInProgress.child), - (JSCompiler_object_inline_stack_2327.memoizedState = + (JSCompiler_object_inline_stack_2333 = workInProgress.child), + (JSCompiler_object_inline_stack_2333.memoizedState = mountSuspenseOffscreenState(renderLanes)), - (JSCompiler_object_inline_stack_2327.childLanes = + (JSCompiler_object_inline_stack_2333.childLanes = getRemainingWorkInPrimaryTree( current, - JSCompiler_object_inline_digest_2326, + JSCompiler_object_inline_digest_2332, renderLanes )), (workInProgress.memoizedState = SUSPENDED_MARKER), (workInProgress = - JSCompiler_object_inline_componentStack_2328)); + JSCompiler_object_inline_componentStack_2334)); else if ( (pushPrimaryTreeSuspenseHandler(workInProgress), isHydrating && error$jscomp$0( "We should not be hydrating here. This is a bug in React. Please file a bug." ), - JSCompiler_object_inline_message_2325.data === + JSCompiler_object_inline_message_2331.data === SUSPENSE_FALLBACK_START_DATA) ) { - JSCompiler_object_inline_digest_2326 = - JSCompiler_object_inline_message_2325.nextSibling && - JSCompiler_object_inline_message_2325.nextSibling.dataset; - if (JSCompiler_object_inline_digest_2326) { - JSCompiler_temp = JSCompiler_object_inline_digest_2326.dgst; - var message = JSCompiler_object_inline_digest_2326.msg; - instance = JSCompiler_object_inline_digest_2326.stck; - var componentStack = JSCompiler_object_inline_digest_2326.cstck; + JSCompiler_object_inline_digest_2332 = + JSCompiler_object_inline_message_2331.nextSibling && + JSCompiler_object_inline_message_2331.nextSibling.dataset; + if (JSCompiler_object_inline_digest_2332) { + JSCompiler_temp = JSCompiler_object_inline_digest_2332.dgst; + var message = JSCompiler_object_inline_digest_2332.msg; + instance = JSCompiler_object_inline_digest_2332.stck; + var componentStack = JSCompiler_object_inline_digest_2332.cstck; } - JSCompiler_object_inline_message_2325 = message; - JSCompiler_object_inline_digest_2326 = JSCompiler_temp; - JSCompiler_object_inline_stack_2327 = instance; - JSCompiler_temp = JSCompiler_object_inline_componentStack_2328 = + JSCompiler_object_inline_message_2331 = message; + JSCompiler_object_inline_digest_2332 = JSCompiler_temp; + JSCompiler_object_inline_stack_2333 = instance; + JSCompiler_temp = JSCompiler_object_inline_componentStack_2334 = componentStack; - JSCompiler_object_inline_componentStack_2328 = - JSCompiler_object_inline_message_2325 - ? Error(JSCompiler_object_inline_message_2325) + JSCompiler_object_inline_componentStack_2334 = + JSCompiler_object_inline_message_2331 + ? Error(JSCompiler_object_inline_message_2331) : 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_2328.stack = - JSCompiler_object_inline_stack_2327 || ""; - JSCompiler_object_inline_componentStack_2328.digest = - JSCompiler_object_inline_digest_2326; - JSCompiler_object_inline_digest_2326 = + JSCompiler_object_inline_componentStack_2334.stack = + JSCompiler_object_inline_stack_2333 || ""; + JSCompiler_object_inline_componentStack_2334.digest = + JSCompiler_object_inline_digest_2332; + JSCompiler_object_inline_digest_2332 = void 0 === JSCompiler_temp ? null : JSCompiler_temp; - JSCompiler_object_inline_stack_2327 = { - value: JSCompiler_object_inline_componentStack_2328, + JSCompiler_object_inline_stack_2333 = { + value: JSCompiler_object_inline_componentStack_2334, source: null, - stack: JSCompiler_object_inline_digest_2326 + stack: JSCompiler_object_inline_digest_2332 }; - "string" === typeof JSCompiler_object_inline_digest_2326 && + "string" === typeof JSCompiler_object_inline_digest_2332 && CapturedStacks.set( - JSCompiler_object_inline_componentStack_2328, - JSCompiler_object_inline_stack_2327 + JSCompiler_object_inline_componentStack_2334, + JSCompiler_object_inline_stack_2333 ); - queueHydrationError(JSCompiler_object_inline_stack_2327); + queueHydrationError(JSCompiler_object_inline_stack_2333); workInProgress = retrySuspenseComponentWithoutHydrating( current, workInProgress, @@ -9257,25 +9257,25 @@ __DEV__ && renderLanes, !1 ), - (JSCompiler_object_inline_digest_2326 = + (JSCompiler_object_inline_digest_2332 = 0 !== (renderLanes & current.childLanes)), - didReceiveUpdate || JSCompiler_object_inline_digest_2326) + didReceiveUpdate || JSCompiler_object_inline_digest_2332) ) { - JSCompiler_object_inline_digest_2326 = workInProgressRoot; - if (null !== JSCompiler_object_inline_digest_2326) { - JSCompiler_object_inline_stack_2327 = renderLanes & -renderLanes; - if (0 !== (JSCompiler_object_inline_stack_2327 & 42)) - JSCompiler_object_inline_stack_2327 = 1; + JSCompiler_object_inline_digest_2332 = workInProgressRoot; + if (null !== JSCompiler_object_inline_digest_2332) { + JSCompiler_object_inline_stack_2333 = renderLanes & -renderLanes; + if (0 !== (JSCompiler_object_inline_stack_2333 & 42)) + JSCompiler_object_inline_stack_2333 = 1; else - switch (JSCompiler_object_inline_stack_2327) { + switch (JSCompiler_object_inline_stack_2333) { case 2: - JSCompiler_object_inline_stack_2327 = 1; + JSCompiler_object_inline_stack_2333 = 1; break; case 8: - JSCompiler_object_inline_stack_2327 = 4; + JSCompiler_object_inline_stack_2333 = 4; break; case 32: - JSCompiler_object_inline_stack_2327 = 16; + JSCompiler_object_inline_stack_2333 = 16; break; case 128: case 256: @@ -9296,40 +9296,40 @@ __DEV__ && case 8388608: case 16777216: case 33554432: - JSCompiler_object_inline_stack_2327 = 64; + JSCompiler_object_inline_stack_2333 = 64; break; case 268435456: - JSCompiler_object_inline_stack_2327 = 134217728; + JSCompiler_object_inline_stack_2333 = 134217728; break; default: - JSCompiler_object_inline_stack_2327 = 0; + JSCompiler_object_inline_stack_2333 = 0; } - JSCompiler_object_inline_stack_2327 = + JSCompiler_object_inline_stack_2333 = 0 !== - (JSCompiler_object_inline_stack_2327 & - (JSCompiler_object_inline_digest_2326.suspendedLanes | + (JSCompiler_object_inline_stack_2333 & + (JSCompiler_object_inline_digest_2332.suspendedLanes | renderLanes)) ? 0 - : JSCompiler_object_inline_stack_2327; + : JSCompiler_object_inline_stack_2333; if ( - 0 !== JSCompiler_object_inline_stack_2327 && - JSCompiler_object_inline_stack_2327 !== prevState.retryLane + 0 !== JSCompiler_object_inline_stack_2333 && + JSCompiler_object_inline_stack_2333 !== prevState.retryLane ) throw ( - ((prevState.retryLane = JSCompiler_object_inline_stack_2327), + ((prevState.retryLane = JSCompiler_object_inline_stack_2333), enqueueConcurrentRenderForLane( current, - JSCompiler_object_inline_stack_2327 + JSCompiler_object_inline_stack_2333 ), scheduleUpdateOnFiber( - JSCompiler_object_inline_digest_2326, + JSCompiler_object_inline_digest_2332, current, - JSCompiler_object_inline_stack_2327 + JSCompiler_object_inline_stack_2333 ), SelectiveHydrationException) ); } - JSCompiler_object_inline_message_2325.data === + JSCompiler_object_inline_message_2331.data === SUSPENSE_PENDING_START_DATA || renderDidSuspendDelayIfPossible(); workInProgress = retrySuspenseComponentWithoutHydrating( current, @@ -9337,7 +9337,7 @@ __DEV__ && renderLanes ); } else - JSCompiler_object_inline_message_2325.data === + JSCompiler_object_inline_message_2331.data === SUSPENSE_PENDING_START_DATA ? ((workInProgress.flags |= 128), (workInProgress.child = current.child), @@ -9345,12 +9345,12 @@ __DEV__ && null, current )), - (JSCompiler_object_inline_message_2325._reactRetry = + (JSCompiler_object_inline_message_2331._reactRetry = workInProgress), (workInProgress = null)) : ((renderLanes = prevState.treeContext), (nextHydratableInstance = getNextHydratable( - JSCompiler_object_inline_message_2325.nextSibling + JSCompiler_object_inline_message_2331.nextSibling )), (hydrationParentFiber = workInProgress), (isHydrating = !0), @@ -9368,72 +9368,72 @@ __DEV__ && (treeContextProvider = workInProgress)), (workInProgress = mountSuspensePrimaryChildren( workInProgress, - JSCompiler_object_inline_stack_2327.children + JSCompiler_object_inline_stack_2333.children )), (workInProgress.flags |= 4096)); return workInProgress; } - if (JSCompiler_object_inline_componentStack_2328) + if (JSCompiler_object_inline_componentStack_2334) return ( reuseSuspenseHandlerOnStack(workInProgress), - (JSCompiler_object_inline_componentStack_2328 = - JSCompiler_object_inline_stack_2327.fallback), - (JSCompiler_object_inline_message_2325 = workInProgress.mode), + (JSCompiler_object_inline_componentStack_2334 = + JSCompiler_object_inline_stack_2333.fallback), + (JSCompiler_object_inline_message_2331 = workInProgress.mode), (JSCompiler_temp = current.child), (instance = JSCompiler_temp.sibling), (componentStack = { mode: "hidden", - children: JSCompiler_object_inline_stack_2327.children + children: JSCompiler_object_inline_stack_2333.children }), - (JSCompiler_object_inline_message_2325 & ConcurrentMode) === NoMode && + (JSCompiler_object_inline_message_2331 & ConcurrentMode) === NoMode && workInProgress.child !== JSCompiler_temp - ? ((JSCompiler_object_inline_stack_2327 = workInProgress.child), - (JSCompiler_object_inline_stack_2327.childLanes = 0), - (JSCompiler_object_inline_stack_2327.pendingProps = + ? ((JSCompiler_object_inline_stack_2333 = workInProgress.child), + (JSCompiler_object_inline_stack_2333.childLanes = 0), + (JSCompiler_object_inline_stack_2333.pendingProps = componentStack), workInProgress.mode & ProfileMode && - ((JSCompiler_object_inline_stack_2327.actualDuration = -0), - (JSCompiler_object_inline_stack_2327.actualStartTime = -1.1), - (JSCompiler_object_inline_stack_2327.selfBaseDuration = + ((JSCompiler_object_inline_stack_2333.actualDuration = -0), + (JSCompiler_object_inline_stack_2333.actualStartTime = -1.1), + (JSCompiler_object_inline_stack_2333.selfBaseDuration = JSCompiler_temp.selfBaseDuration), - (JSCompiler_object_inline_stack_2327.treeBaseDuration = + (JSCompiler_object_inline_stack_2333.treeBaseDuration = JSCompiler_temp.treeBaseDuration)), (workInProgress.deletions = null)) - : ((JSCompiler_object_inline_stack_2327 = createWorkInProgress( + : ((JSCompiler_object_inline_stack_2333 = createWorkInProgress( JSCompiler_temp, componentStack )), - (JSCompiler_object_inline_stack_2327.subtreeFlags = + (JSCompiler_object_inline_stack_2333.subtreeFlags = JSCompiler_temp.subtreeFlags & 31457280)), null !== instance - ? (JSCompiler_object_inline_componentStack_2328 = + ? (JSCompiler_object_inline_componentStack_2334 = createWorkInProgress( instance, - JSCompiler_object_inline_componentStack_2328 + JSCompiler_object_inline_componentStack_2334 )) - : ((JSCompiler_object_inline_componentStack_2328 = + : ((JSCompiler_object_inline_componentStack_2334 = createFiberFromFragment( - JSCompiler_object_inline_componentStack_2328, - JSCompiler_object_inline_message_2325, + JSCompiler_object_inline_componentStack_2334, + JSCompiler_object_inline_message_2331, renderLanes, null )), - (JSCompiler_object_inline_componentStack_2328.flags |= 2)), - (JSCompiler_object_inline_componentStack_2328.return = + (JSCompiler_object_inline_componentStack_2334.flags |= 2)), + (JSCompiler_object_inline_componentStack_2334.return = workInProgress), - (JSCompiler_object_inline_stack_2327.return = workInProgress), - (JSCompiler_object_inline_stack_2327.sibling = - JSCompiler_object_inline_componentStack_2328), - (workInProgress.child = JSCompiler_object_inline_stack_2327), - (JSCompiler_object_inline_stack_2327 = - JSCompiler_object_inline_componentStack_2328), - (JSCompiler_object_inline_componentStack_2328 = workInProgress.child), - (JSCompiler_object_inline_message_2325 = current.child.memoizedState), - null === JSCompiler_object_inline_message_2325 - ? (JSCompiler_object_inline_message_2325 = + (JSCompiler_object_inline_stack_2333.return = workInProgress), + (JSCompiler_object_inline_stack_2333.sibling = + JSCompiler_object_inline_componentStack_2334), + (workInProgress.child = JSCompiler_object_inline_stack_2333), + (JSCompiler_object_inline_stack_2333 = + JSCompiler_object_inline_componentStack_2334), + (JSCompiler_object_inline_componentStack_2334 = workInProgress.child), + (JSCompiler_object_inline_message_2331 = current.child.memoizedState), + null === JSCompiler_object_inline_message_2331 + ? (JSCompiler_object_inline_message_2331 = mountSuspenseOffscreenState(renderLanes)) : ((JSCompiler_temp = - JSCompiler_object_inline_message_2325.cachePool), + JSCompiler_object_inline_message_2331.cachePool), null !== JSCompiler_temp ? ((instance = CacheContext._currentValue), (JSCompiler_temp = @@ -9441,45 +9441,45 @@ __DEV__ && ? { parent: instance, pool: instance } : JSCompiler_temp)) : (JSCompiler_temp = getSuspendedCache()), - (JSCompiler_object_inline_message_2325 = { + (JSCompiler_object_inline_message_2331 = { baseLanes: - JSCompiler_object_inline_message_2325.baseLanes | renderLanes, + JSCompiler_object_inline_message_2331.baseLanes | renderLanes, cachePool: JSCompiler_temp })), - (JSCompiler_object_inline_componentStack_2328.memoizedState = - JSCompiler_object_inline_message_2325), - (JSCompiler_object_inline_componentStack_2328.childLanes = + (JSCompiler_object_inline_componentStack_2334.memoizedState = + JSCompiler_object_inline_message_2331), + (JSCompiler_object_inline_componentStack_2334.childLanes = getRemainingWorkInPrimaryTree( current, - JSCompiler_object_inline_digest_2326, + JSCompiler_object_inline_digest_2332, renderLanes )), (workInProgress.memoizedState = SUSPENDED_MARKER), - JSCompiler_object_inline_stack_2327 + JSCompiler_object_inline_stack_2333 ); pushPrimaryTreeSuspenseHandler(workInProgress); - JSCompiler_object_inline_digest_2326 = current.child; - current = JSCompiler_object_inline_digest_2326.sibling; - JSCompiler_object_inline_digest_2326 = createWorkInProgress( - JSCompiler_object_inline_digest_2326, + JSCompiler_object_inline_digest_2332 = current.child; + current = JSCompiler_object_inline_digest_2332.sibling; + JSCompiler_object_inline_digest_2332 = createWorkInProgress( + JSCompiler_object_inline_digest_2332, { mode: "visible", - children: JSCompiler_object_inline_stack_2327.children + children: JSCompiler_object_inline_stack_2333.children } ); (workInProgress.mode & ConcurrentMode) === NoMode && - (JSCompiler_object_inline_digest_2326.lanes = renderLanes); - JSCompiler_object_inline_digest_2326.return = workInProgress; - JSCompiler_object_inline_digest_2326.sibling = null; + (JSCompiler_object_inline_digest_2332.lanes = renderLanes); + JSCompiler_object_inline_digest_2332.return = workInProgress; + JSCompiler_object_inline_digest_2332.sibling = null; null !== current && ((renderLanes = workInProgress.deletions), null === renderLanes ? ((workInProgress.deletions = [current]), (workInProgress.flags |= 16)) : renderLanes.push(current)); - workInProgress.child = JSCompiler_object_inline_digest_2326; + workInProgress.child = JSCompiler_object_inline_digest_2332; workInProgress.memoizedState = null; - return JSCompiler_object_inline_digest_2326; + return JSCompiler_object_inline_digest_2332; } function mountSuspensePrimaryChildren(workInProgress, primaryChildren) { primaryChildren = createFiberFromOffscreen( @@ -25352,11 +25352,11 @@ __DEV__ && }; (function () { var isomorphicReactPackageVersion = React.version; - if ("19.0.0-native-fb-3720870a-20241115" !== isomorphicReactPackageVersion) + if ("19.0.0-native-fb-053b3cb0-20241115" !== 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.0.0-native-fb-3720870a-20241115\nLearn more: https://react.dev/warnings/version-mismatch") + "\n - react-dom: 19.0.0-native-fb-053b3cb0-20241115\nLearn more: https://react.dev/warnings/version-mismatch") ); })(); ("function" === typeof Map && @@ -25393,11 +25393,11 @@ __DEV__ && !(function () { var internals = { bundleType: 1, - version: "19.0.0-native-fb-3720870a-20241115", + version: "19.0.0-native-fb-053b3cb0-20241115", rendererPackageName: "react-dom", currentDispatcherRef: ReactSharedInternals, findFiberByHostInstance: getClosestInstanceFromNode, - reconcilerVersion: "19.0.0-native-fb-3720870a-20241115" + reconcilerVersion: "19.0.0-native-fb-053b3cb0-20241115" }; internals.overrideHookState = overrideHookState; internals.overrideHookStateDeletePath = overrideHookStateDeletePath; @@ -25541,5 +25541,5 @@ __DEV__ && listenToAllSupportedEvents(container); return new ReactDOMHydrationRoot(initialChildren); }; - exports.version = "19.0.0-native-fb-3720870a-20241115"; + exports.version = "19.0.0-native-fb-053b3cb0-20241115"; })(); 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 375f89da2b..cabd015109 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<<898c5585689cafb6710c089e8df349ba>> + * @generated SignedSource<> */ /* @@ -2073,14 +2073,14 @@ var isInputEventSupported = !1; if (canUseDOM) { var JSCompiler_inline_result$jscomp$293; if (canUseDOM) { - var isSupported$jscomp$inline_426 = "oninput" in document; - if (!isSupported$jscomp$inline_426) { - var element$jscomp$inline_427 = document.createElement("div"); - element$jscomp$inline_427.setAttribute("oninput", "return;"); - isSupported$jscomp$inline_426 = - "function" === typeof element$jscomp$inline_427.oninput; + var isSupported$jscomp$inline_427 = "oninput" in document; + if (!isSupported$jscomp$inline_427) { + var element$jscomp$inline_428 = document.createElement("div"); + element$jscomp$inline_428.setAttribute("oninput", "return;"); + isSupported$jscomp$inline_427 = + "function" === typeof element$jscomp$inline_428.oninput; } - JSCompiler_inline_result$jscomp$293 = isSupported$jscomp$inline_426; + JSCompiler_inline_result$jscomp$293 = isSupported$jscomp$inline_427; } else JSCompiler_inline_result$jscomp$293 = !1; isInputEventSupported = JSCompiler_inline_result$jscomp$293 && @@ -12152,20 +12152,20 @@ function extractEvents$1( } } for ( - var i$jscomp$inline_1454 = 0; - i$jscomp$inline_1454 < simpleEventPluginEvents.length; - i$jscomp$inline_1454++ + var i$jscomp$inline_1460 = 0; + i$jscomp$inline_1460 < simpleEventPluginEvents.length; + i$jscomp$inline_1460++ ) { - var eventName$jscomp$inline_1455 = - simpleEventPluginEvents[i$jscomp$inline_1454], - domEventName$jscomp$inline_1456 = - eventName$jscomp$inline_1455.toLowerCase(), - capitalizedEvent$jscomp$inline_1457 = - eventName$jscomp$inline_1455[0].toUpperCase() + - eventName$jscomp$inline_1455.slice(1); + var eventName$jscomp$inline_1461 = + simpleEventPluginEvents[i$jscomp$inline_1460], + domEventName$jscomp$inline_1462 = + eventName$jscomp$inline_1461.toLowerCase(), + capitalizedEvent$jscomp$inline_1463 = + eventName$jscomp$inline_1461[0].toUpperCase() + + eventName$jscomp$inline_1461.slice(1); registerSimpleEvent( - domEventName$jscomp$inline_1456, - "on" + capitalizedEvent$jscomp$inline_1457 + domEventName$jscomp$inline_1462, + "on" + capitalizedEvent$jscomp$inline_1463 ); } registerSimpleEvent(ANIMATION_END, "onAnimationEnd"); @@ -15635,16 +15635,16 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) { 0 === i && attemptExplicitHydrationTarget(target); } }; -var isomorphicReactPackageVersion$jscomp$inline_1697 = React.version; +var isomorphicReactPackageVersion$jscomp$inline_1703 = React.version; if ( - "19.0.0-native-fb-3720870a-20241115" !== - isomorphicReactPackageVersion$jscomp$inline_1697 + "19.0.0-native-fb-053b3cb0-20241115" !== + isomorphicReactPackageVersion$jscomp$inline_1703 ) throw Error( formatProdErrorMessage( 527, - isomorphicReactPackageVersion$jscomp$inline_1697, - "19.0.0-native-fb-3720870a-20241115" + isomorphicReactPackageVersion$jscomp$inline_1703, + "19.0.0-native-fb-053b3cb0-20241115" ) ); ReactDOMSharedInternals.findDOMNode = function (componentOrElement) { @@ -15664,25 +15664,25 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) { null === componentOrElement ? null : componentOrElement.stateNode; return componentOrElement; }; -var internals$jscomp$inline_2155 = { +var internals$jscomp$inline_2161 = { bundleType: 0, - version: "19.0.0-native-fb-3720870a-20241115", + version: "19.0.0-native-fb-053b3cb0-20241115", rendererPackageName: "react-dom", currentDispatcherRef: ReactSharedInternals, findFiberByHostInstance: getClosestInstanceFromNode, - reconcilerVersion: "19.0.0-native-fb-3720870a-20241115" + reconcilerVersion: "19.0.0-native-fb-053b3cb0-20241115" }; if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) { - var hook$jscomp$inline_2156 = __REACT_DEVTOOLS_GLOBAL_HOOK__; + var hook$jscomp$inline_2162 = __REACT_DEVTOOLS_GLOBAL_HOOK__; if ( - !hook$jscomp$inline_2156.isDisabled && - hook$jscomp$inline_2156.supportsFiber + !hook$jscomp$inline_2162.isDisabled && + hook$jscomp$inline_2162.supportsFiber ) try { - (rendererID = hook$jscomp$inline_2156.inject( - internals$jscomp$inline_2155 + (rendererID = hook$jscomp$inline_2162.inject( + internals$jscomp$inline_2161 )), - (injectedHook = hook$jscomp$inline_2156); + (injectedHook = hook$jscomp$inline_2162); } catch (err) {} } exports.createRoot = function (container, options) { @@ -15774,4 +15774,4 @@ exports.hydrateRoot = function (container, initialChildren, options) { listenToAllSupportedEvents(container); return new ReactDOMHydrationRoot(initialChildren); }; -exports.version = "19.0.0-native-fb-3720870a-20241115"; +exports.version = "19.0.0-native-fb-053b3cb0-20241115"; 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 87811088e1..ca7d950821 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<<334d633dbbb333252d6bd75077e0dd7c>> + * @generated SignedSource<> */ /* @@ -2168,14 +2168,14 @@ var isInputEventSupported = !1; if (canUseDOM) { var JSCompiler_inline_result$jscomp$309; if (canUseDOM) { - var isSupported$jscomp$inline_442 = "oninput" in document; - if (!isSupported$jscomp$inline_442) { - var element$jscomp$inline_443 = document.createElement("div"); - element$jscomp$inline_443.setAttribute("oninput", "return;"); - isSupported$jscomp$inline_442 = - "function" === typeof element$jscomp$inline_443.oninput; + var isSupported$jscomp$inline_443 = "oninput" in document; + if (!isSupported$jscomp$inline_443) { + var element$jscomp$inline_444 = document.createElement("div"); + element$jscomp$inline_444.setAttribute("oninput", "return;"); + isSupported$jscomp$inline_443 = + "function" === typeof element$jscomp$inline_444.oninput; } - JSCompiler_inline_result$jscomp$309 = isSupported$jscomp$inline_442; + JSCompiler_inline_result$jscomp$309 = isSupported$jscomp$inline_443; } else JSCompiler_inline_result$jscomp$309 = !1; isInputEventSupported = JSCompiler_inline_result$jscomp$309 && @@ -12798,20 +12798,20 @@ function extractEvents$1( } } for ( - var i$jscomp$inline_1542 = 0; - i$jscomp$inline_1542 < simpleEventPluginEvents.length; - i$jscomp$inline_1542++ + var i$jscomp$inline_1548 = 0; + i$jscomp$inline_1548 < simpleEventPluginEvents.length; + i$jscomp$inline_1548++ ) { - var eventName$jscomp$inline_1543 = - simpleEventPluginEvents[i$jscomp$inline_1542], - domEventName$jscomp$inline_1544 = - eventName$jscomp$inline_1543.toLowerCase(), - capitalizedEvent$jscomp$inline_1545 = - eventName$jscomp$inline_1543[0].toUpperCase() + - eventName$jscomp$inline_1543.slice(1); + var eventName$jscomp$inline_1549 = + simpleEventPluginEvents[i$jscomp$inline_1548], + domEventName$jscomp$inline_1550 = + eventName$jscomp$inline_1549.toLowerCase(), + capitalizedEvent$jscomp$inline_1551 = + eventName$jscomp$inline_1549[0].toUpperCase() + + eventName$jscomp$inline_1549.slice(1); registerSimpleEvent( - domEventName$jscomp$inline_1544, - "on" + capitalizedEvent$jscomp$inline_1545 + domEventName$jscomp$inline_1550, + "on" + capitalizedEvent$jscomp$inline_1551 ); } registerSimpleEvent(ANIMATION_END, "onAnimationEnd"); @@ -16289,16 +16289,16 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) { 0 === i && attemptExplicitHydrationTarget(target); } }; -var isomorphicReactPackageVersion$jscomp$inline_1787 = React.version; +var isomorphicReactPackageVersion$jscomp$inline_1793 = React.version; if ( - "19.0.0-native-fb-3720870a-20241115" !== - isomorphicReactPackageVersion$jscomp$inline_1787 + "19.0.0-native-fb-053b3cb0-20241115" !== + isomorphicReactPackageVersion$jscomp$inline_1793 ) throw Error( formatProdErrorMessage( 527, - isomorphicReactPackageVersion$jscomp$inline_1787, - "19.0.0-native-fb-3720870a-20241115" + isomorphicReactPackageVersion$jscomp$inline_1793, + "19.0.0-native-fb-053b3cb0-20241115" ) ); ReactDOMSharedInternals.findDOMNode = function (componentOrElement) { @@ -16318,13 +16318,13 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) { null === componentOrElement ? null : componentOrElement.stateNode; return componentOrElement; }; -var internals$jscomp$inline_1794 = { +var internals$jscomp$inline_1800 = { bundleType: 0, - version: "19.0.0-native-fb-3720870a-20241115", + version: "19.0.0-native-fb-053b3cb0-20241115", rendererPackageName: "react-dom", currentDispatcherRef: ReactSharedInternals, findFiberByHostInstance: getClosestInstanceFromNode, - reconcilerVersion: "19.0.0-native-fb-3720870a-20241115", + reconcilerVersion: "19.0.0-native-fb-053b3cb0-20241115", getLaneLabelMap: function () { for ( var map = new Map(), lane = 1, index$290 = 0; @@ -16342,16 +16342,16 @@ var internals$jscomp$inline_1794 = { } }; if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) { - var hook$jscomp$inline_2207 = __REACT_DEVTOOLS_GLOBAL_HOOK__; + var hook$jscomp$inline_2213 = __REACT_DEVTOOLS_GLOBAL_HOOK__; if ( - !hook$jscomp$inline_2207.isDisabled && - hook$jscomp$inline_2207.supportsFiber + !hook$jscomp$inline_2213.isDisabled && + hook$jscomp$inline_2213.supportsFiber ) try { - (rendererID = hook$jscomp$inline_2207.inject( - internals$jscomp$inline_1794 + (rendererID = hook$jscomp$inline_2213.inject( + internals$jscomp$inline_1800 )), - (injectedHook = hook$jscomp$inline_2207); + (injectedHook = hook$jscomp$inline_2213); } catch (err) {} } exports.createRoot = function (container, options) { @@ -16443,4 +16443,4 @@ exports.hydrateRoot = function (container, initialChildren, options) { listenToAllSupportedEvents(container); return new ReactDOMHydrationRoot(initialChildren); }; -exports.version = "19.0.0-native-fb-3720870a-20241115"; +exports.version = "19.0.0-native-fb-053b3cb0-20241115"; 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 1f513d47d8..42eb225a22 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<> + * @generated SignedSource<<7f1b11662c7b234576c842362172e19e>> */ /* @@ -8995,32 +8995,32 @@ __DEV__ && return current; } function updateSuspenseComponent(current, workInProgress, renderLanes) { - var JSCompiler_object_inline_digest_2331; - var JSCompiler_object_inline_stack_2332 = workInProgress.pendingProps; + var JSCompiler_object_inline_digest_2337; + var JSCompiler_object_inline_stack_2338 = workInProgress.pendingProps; shouldSuspendImpl(workInProgress) && (workInProgress.flags |= 128); - var JSCompiler_object_inline_componentStack_2333 = !1; + var JSCompiler_object_inline_componentStack_2339 = !1; var didSuspend = 0 !== (workInProgress.flags & 128); - (JSCompiler_object_inline_digest_2331 = didSuspend) || - (JSCompiler_object_inline_digest_2331 = + (JSCompiler_object_inline_digest_2337 = didSuspend) || + (JSCompiler_object_inline_digest_2337 = null !== current && null === current.memoizedState ? !1 : 0 !== (suspenseStackCursor.current & ForceSuspenseFallback)); - JSCompiler_object_inline_digest_2331 && - ((JSCompiler_object_inline_componentStack_2333 = !0), + JSCompiler_object_inline_digest_2337 && + ((JSCompiler_object_inline_componentStack_2339 = !0), (workInProgress.flags &= -129)); - JSCompiler_object_inline_digest_2331 = 0 !== (workInProgress.flags & 32); + JSCompiler_object_inline_digest_2337 = 0 !== (workInProgress.flags & 32); workInProgress.flags &= -33; if (null === current) { if (isHydrating) { - JSCompiler_object_inline_componentStack_2333 + JSCompiler_object_inline_componentStack_2339 ? pushPrimaryTreeSuspenseHandler(workInProgress) : reuseSuspenseHandlerOnStack(workInProgress); if (isHydrating) { - var JSCompiler_object_inline_message_2330 = nextHydratableInstance; + var JSCompiler_object_inline_message_2336 = nextHydratableInstance; var JSCompiler_temp; - if (!(JSCompiler_temp = !JSCompiler_object_inline_message_2330)) { + if (!(JSCompiler_temp = !JSCompiler_object_inline_message_2336)) { c: { - var instance = JSCompiler_object_inline_message_2330; + var instance = JSCompiler_object_inline_message_2336; for ( JSCompiler_temp = rootOrSingletonContext; 8 !== instance.nodeType; @@ -9061,19 +9061,19 @@ __DEV__ && JSCompiler_temp && (warnNonHydratedInstance( workInProgress, - JSCompiler_object_inline_message_2330 + JSCompiler_object_inline_message_2336 ), throwOnHydrationMismatch(workInProgress)); } - JSCompiler_object_inline_message_2330 = workInProgress.memoizedState; + JSCompiler_object_inline_message_2336 = workInProgress.memoizedState; if ( - null !== JSCompiler_object_inline_message_2330 && - ((JSCompiler_object_inline_message_2330 = - JSCompiler_object_inline_message_2330.dehydrated), - null !== JSCompiler_object_inline_message_2330) + null !== JSCompiler_object_inline_message_2336 && + ((JSCompiler_object_inline_message_2336 = + JSCompiler_object_inline_message_2336.dehydrated), + null !== JSCompiler_object_inline_message_2336) ) return ( - JSCompiler_object_inline_message_2330.data === + JSCompiler_object_inline_message_2336.data === SUSPENSE_FALLBACK_START_DATA ? (workInProgress.lanes = 16) : (workInProgress.lanes = 536870912), @@ -9081,70 +9081,70 @@ __DEV__ && ); popSuspenseHandler(workInProgress); } - JSCompiler_object_inline_message_2330 = - JSCompiler_object_inline_stack_2332.children; - JSCompiler_temp = JSCompiler_object_inline_stack_2332.fallback; - if (JSCompiler_object_inline_componentStack_2333) + JSCompiler_object_inline_message_2336 = + JSCompiler_object_inline_stack_2338.children; + JSCompiler_temp = JSCompiler_object_inline_stack_2338.fallback; + if (JSCompiler_object_inline_componentStack_2339) return ( reuseSuspenseHandlerOnStack(workInProgress), - (JSCompiler_object_inline_stack_2332 = + (JSCompiler_object_inline_stack_2338 = mountSuspenseFallbackChildren( workInProgress, - JSCompiler_object_inline_message_2330, + JSCompiler_object_inline_message_2336, JSCompiler_temp, renderLanes )), - (JSCompiler_object_inline_componentStack_2333 = + (JSCompiler_object_inline_componentStack_2339 = workInProgress.child), - (JSCompiler_object_inline_componentStack_2333.memoizedState = + (JSCompiler_object_inline_componentStack_2339.memoizedState = mountSuspenseOffscreenState(renderLanes)), - (JSCompiler_object_inline_componentStack_2333.childLanes = + (JSCompiler_object_inline_componentStack_2339.childLanes = getRemainingWorkInPrimaryTree( current, - JSCompiler_object_inline_digest_2331, + JSCompiler_object_inline_digest_2337, renderLanes )), (workInProgress.memoizedState = SUSPENDED_MARKER), - JSCompiler_object_inline_stack_2332 + JSCompiler_object_inline_stack_2338 ); if ( "number" === - typeof JSCompiler_object_inline_stack_2332.unstable_expectedLoadTime + typeof JSCompiler_object_inline_stack_2338.unstable_expectedLoadTime ) return ( reuseSuspenseHandlerOnStack(workInProgress), - (JSCompiler_object_inline_stack_2332 = + (JSCompiler_object_inline_stack_2338 = mountSuspenseFallbackChildren( workInProgress, - JSCompiler_object_inline_message_2330, + JSCompiler_object_inline_message_2336, JSCompiler_temp, renderLanes )), - (JSCompiler_object_inline_componentStack_2333 = + (JSCompiler_object_inline_componentStack_2339 = workInProgress.child), - (JSCompiler_object_inline_componentStack_2333.memoizedState = + (JSCompiler_object_inline_componentStack_2339.memoizedState = mountSuspenseOffscreenState(renderLanes)), - (JSCompiler_object_inline_componentStack_2333.childLanes = + (JSCompiler_object_inline_componentStack_2339.childLanes = getRemainingWorkInPrimaryTree( current, - JSCompiler_object_inline_digest_2331, + JSCompiler_object_inline_digest_2337, renderLanes )), (workInProgress.memoizedState = SUSPENDED_MARKER), (workInProgress.lanes = 4194304), - JSCompiler_object_inline_stack_2332 + JSCompiler_object_inline_stack_2338 ); pushPrimaryTreeSuspenseHandler(workInProgress); return mountSuspensePrimaryChildren( workInProgress, - JSCompiler_object_inline_message_2330 + JSCompiler_object_inline_message_2336 ); } var prevState = current.memoizedState; if ( null !== prevState && - ((JSCompiler_object_inline_message_2330 = prevState.dehydrated), - null !== JSCompiler_object_inline_message_2330) + ((JSCompiler_object_inline_message_2336 = prevState.dehydrated), + null !== JSCompiler_object_inline_message_2336) ) { if (didSuspend) workInProgress.flags & 256 @@ -9161,32 +9161,32 @@ __DEV__ && (workInProgress.flags |= 128), (workInProgress = null)) : (reuseSuspenseHandlerOnStack(workInProgress), - (JSCompiler_object_inline_componentStack_2333 = - JSCompiler_object_inline_stack_2332.fallback), - (JSCompiler_object_inline_message_2330 = workInProgress.mode), - (JSCompiler_object_inline_stack_2332 = createFiberFromOffscreen( + (JSCompiler_object_inline_componentStack_2339 = + JSCompiler_object_inline_stack_2338.fallback), + (JSCompiler_object_inline_message_2336 = workInProgress.mode), + (JSCompiler_object_inline_stack_2338 = createFiberFromOffscreen( { mode: "visible", - children: JSCompiler_object_inline_stack_2332.children + children: JSCompiler_object_inline_stack_2338.children }, - JSCompiler_object_inline_message_2330, + JSCompiler_object_inline_message_2336, 0, null )), - (JSCompiler_object_inline_componentStack_2333 = + (JSCompiler_object_inline_componentStack_2339 = createFiberFromFragment( - JSCompiler_object_inline_componentStack_2333, - JSCompiler_object_inline_message_2330, + JSCompiler_object_inline_componentStack_2339, + JSCompiler_object_inline_message_2336, renderLanes, null )), - (JSCompiler_object_inline_componentStack_2333.flags |= 2), - (JSCompiler_object_inline_stack_2332.return = workInProgress), - (JSCompiler_object_inline_componentStack_2333.return = + (JSCompiler_object_inline_componentStack_2339.flags |= 2), + (JSCompiler_object_inline_stack_2338.return = workInProgress), + (JSCompiler_object_inline_componentStack_2339.return = workInProgress), - (JSCompiler_object_inline_stack_2332.sibling = - JSCompiler_object_inline_componentStack_2333), - (workInProgress.child = JSCompiler_object_inline_stack_2332), + (JSCompiler_object_inline_stack_2338.sibling = + JSCompiler_object_inline_componentStack_2339), + (workInProgress.child = JSCompiler_object_inline_stack_2338), (workInProgress.mode & ConcurrentMode) !== NoMode && reconcileChildFibers( workInProgress, @@ -9194,64 +9194,64 @@ __DEV__ && null, renderLanes ), - (JSCompiler_object_inline_stack_2332 = workInProgress.child), - (JSCompiler_object_inline_stack_2332.memoizedState = + (JSCompiler_object_inline_stack_2338 = workInProgress.child), + (JSCompiler_object_inline_stack_2338.memoizedState = mountSuspenseOffscreenState(renderLanes)), - (JSCompiler_object_inline_stack_2332.childLanes = + (JSCompiler_object_inline_stack_2338.childLanes = getRemainingWorkInPrimaryTree( current, - JSCompiler_object_inline_digest_2331, + JSCompiler_object_inline_digest_2337, renderLanes )), (workInProgress.memoizedState = SUSPENDED_MARKER), (workInProgress = - JSCompiler_object_inline_componentStack_2333)); + JSCompiler_object_inline_componentStack_2339)); else if ( (pushPrimaryTreeSuspenseHandler(workInProgress), isHydrating && error$jscomp$0( "We should not be hydrating here. This is a bug in React. Please file a bug." ), - JSCompiler_object_inline_message_2330.data === + JSCompiler_object_inline_message_2336.data === SUSPENSE_FALLBACK_START_DATA) ) { - JSCompiler_object_inline_digest_2331 = - JSCompiler_object_inline_message_2330.nextSibling && - JSCompiler_object_inline_message_2330.nextSibling.dataset; - if (JSCompiler_object_inline_digest_2331) { - JSCompiler_temp = JSCompiler_object_inline_digest_2331.dgst; - var message = JSCompiler_object_inline_digest_2331.msg; - instance = JSCompiler_object_inline_digest_2331.stck; - var componentStack = JSCompiler_object_inline_digest_2331.cstck; + JSCompiler_object_inline_digest_2337 = + JSCompiler_object_inline_message_2336.nextSibling && + JSCompiler_object_inline_message_2336.nextSibling.dataset; + if (JSCompiler_object_inline_digest_2337) { + JSCompiler_temp = JSCompiler_object_inline_digest_2337.dgst; + var message = JSCompiler_object_inline_digest_2337.msg; + instance = JSCompiler_object_inline_digest_2337.stck; + var componentStack = JSCompiler_object_inline_digest_2337.cstck; } - JSCompiler_object_inline_message_2330 = message; - JSCompiler_object_inline_digest_2331 = JSCompiler_temp; - JSCompiler_object_inline_stack_2332 = instance; - JSCompiler_temp = JSCompiler_object_inline_componentStack_2333 = + JSCompiler_object_inline_message_2336 = message; + JSCompiler_object_inline_digest_2337 = JSCompiler_temp; + JSCompiler_object_inline_stack_2338 = instance; + JSCompiler_temp = JSCompiler_object_inline_componentStack_2339 = componentStack; - JSCompiler_object_inline_componentStack_2333 = - JSCompiler_object_inline_message_2330 - ? Error(JSCompiler_object_inline_message_2330) + JSCompiler_object_inline_componentStack_2339 = + JSCompiler_object_inline_message_2336 + ? Error(JSCompiler_object_inline_message_2336) : 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_2333.stack = - JSCompiler_object_inline_stack_2332 || ""; - JSCompiler_object_inline_componentStack_2333.digest = - JSCompiler_object_inline_digest_2331; - JSCompiler_object_inline_digest_2331 = + JSCompiler_object_inline_componentStack_2339.stack = + JSCompiler_object_inline_stack_2338 || ""; + JSCompiler_object_inline_componentStack_2339.digest = + JSCompiler_object_inline_digest_2337; + JSCompiler_object_inline_digest_2337 = void 0 === JSCompiler_temp ? null : JSCompiler_temp; - JSCompiler_object_inline_stack_2332 = { - value: JSCompiler_object_inline_componentStack_2333, + JSCompiler_object_inline_stack_2338 = { + value: JSCompiler_object_inline_componentStack_2339, source: null, - stack: JSCompiler_object_inline_digest_2331 + stack: JSCompiler_object_inline_digest_2337 }; - "string" === typeof JSCompiler_object_inline_digest_2331 && + "string" === typeof JSCompiler_object_inline_digest_2337 && CapturedStacks.set( - JSCompiler_object_inline_componentStack_2333, - JSCompiler_object_inline_stack_2332 + JSCompiler_object_inline_componentStack_2339, + JSCompiler_object_inline_stack_2338 ); - queueHydrationError(JSCompiler_object_inline_stack_2332); + queueHydrationError(JSCompiler_object_inline_stack_2338); workInProgress = retrySuspenseComponentWithoutHydrating( current, workInProgress, @@ -9265,25 +9265,25 @@ __DEV__ && renderLanes, !1 ), - (JSCompiler_object_inline_digest_2331 = + (JSCompiler_object_inline_digest_2337 = 0 !== (renderLanes & current.childLanes)), - didReceiveUpdate || JSCompiler_object_inline_digest_2331) + didReceiveUpdate || JSCompiler_object_inline_digest_2337) ) { - JSCompiler_object_inline_digest_2331 = workInProgressRoot; - if (null !== JSCompiler_object_inline_digest_2331) { - JSCompiler_object_inline_stack_2332 = renderLanes & -renderLanes; - if (0 !== (JSCompiler_object_inline_stack_2332 & 42)) - JSCompiler_object_inline_stack_2332 = 1; + JSCompiler_object_inline_digest_2337 = workInProgressRoot; + if (null !== JSCompiler_object_inline_digest_2337) { + JSCompiler_object_inline_stack_2338 = renderLanes & -renderLanes; + if (0 !== (JSCompiler_object_inline_stack_2338 & 42)) + JSCompiler_object_inline_stack_2338 = 1; else - switch (JSCompiler_object_inline_stack_2332) { + switch (JSCompiler_object_inline_stack_2338) { case 2: - JSCompiler_object_inline_stack_2332 = 1; + JSCompiler_object_inline_stack_2338 = 1; break; case 8: - JSCompiler_object_inline_stack_2332 = 4; + JSCompiler_object_inline_stack_2338 = 4; break; case 32: - JSCompiler_object_inline_stack_2332 = 16; + JSCompiler_object_inline_stack_2338 = 16; break; case 128: case 256: @@ -9304,40 +9304,40 @@ __DEV__ && case 8388608: case 16777216: case 33554432: - JSCompiler_object_inline_stack_2332 = 64; + JSCompiler_object_inline_stack_2338 = 64; break; case 268435456: - JSCompiler_object_inline_stack_2332 = 134217728; + JSCompiler_object_inline_stack_2338 = 134217728; break; default: - JSCompiler_object_inline_stack_2332 = 0; + JSCompiler_object_inline_stack_2338 = 0; } - JSCompiler_object_inline_stack_2332 = + JSCompiler_object_inline_stack_2338 = 0 !== - (JSCompiler_object_inline_stack_2332 & - (JSCompiler_object_inline_digest_2331.suspendedLanes | + (JSCompiler_object_inline_stack_2338 & + (JSCompiler_object_inline_digest_2337.suspendedLanes | renderLanes)) ? 0 - : JSCompiler_object_inline_stack_2332; + : JSCompiler_object_inline_stack_2338; if ( - 0 !== JSCompiler_object_inline_stack_2332 && - JSCompiler_object_inline_stack_2332 !== prevState.retryLane + 0 !== JSCompiler_object_inline_stack_2338 && + JSCompiler_object_inline_stack_2338 !== prevState.retryLane ) throw ( - ((prevState.retryLane = JSCompiler_object_inline_stack_2332), + ((prevState.retryLane = JSCompiler_object_inline_stack_2338), enqueueConcurrentRenderForLane( current, - JSCompiler_object_inline_stack_2332 + JSCompiler_object_inline_stack_2338 ), scheduleUpdateOnFiber( - JSCompiler_object_inline_digest_2331, + JSCompiler_object_inline_digest_2337, current, - JSCompiler_object_inline_stack_2332 + JSCompiler_object_inline_stack_2338 ), SelectiveHydrationException) ); } - JSCompiler_object_inline_message_2330.data === + JSCompiler_object_inline_message_2336.data === SUSPENSE_PENDING_START_DATA || renderDidSuspendDelayIfPossible(); workInProgress = retrySuspenseComponentWithoutHydrating( current, @@ -9345,7 +9345,7 @@ __DEV__ && renderLanes ); } else - JSCompiler_object_inline_message_2330.data === + JSCompiler_object_inline_message_2336.data === SUSPENSE_PENDING_START_DATA ? ((workInProgress.flags |= 128), (workInProgress.child = current.child), @@ -9353,12 +9353,12 @@ __DEV__ && null, current )), - (JSCompiler_object_inline_message_2330._reactRetry = + (JSCompiler_object_inline_message_2336._reactRetry = workInProgress), (workInProgress = null)) : ((renderLanes = prevState.treeContext), (nextHydratableInstance = getNextHydratable( - JSCompiler_object_inline_message_2330.nextSibling + JSCompiler_object_inline_message_2336.nextSibling )), (hydrationParentFiber = workInProgress), (isHydrating = !0), @@ -9376,72 +9376,72 @@ __DEV__ && (treeContextProvider = workInProgress)), (workInProgress = mountSuspensePrimaryChildren( workInProgress, - JSCompiler_object_inline_stack_2332.children + JSCompiler_object_inline_stack_2338.children )), (workInProgress.flags |= 4096)); return workInProgress; } - if (JSCompiler_object_inline_componentStack_2333) + if (JSCompiler_object_inline_componentStack_2339) return ( reuseSuspenseHandlerOnStack(workInProgress), - (JSCompiler_object_inline_componentStack_2333 = - JSCompiler_object_inline_stack_2332.fallback), - (JSCompiler_object_inline_message_2330 = workInProgress.mode), + (JSCompiler_object_inline_componentStack_2339 = + JSCompiler_object_inline_stack_2338.fallback), + (JSCompiler_object_inline_message_2336 = workInProgress.mode), (JSCompiler_temp = current.child), (instance = JSCompiler_temp.sibling), (componentStack = { mode: "hidden", - children: JSCompiler_object_inline_stack_2332.children + children: JSCompiler_object_inline_stack_2338.children }), - (JSCompiler_object_inline_message_2330 & ConcurrentMode) === NoMode && + (JSCompiler_object_inline_message_2336 & ConcurrentMode) === NoMode && workInProgress.child !== JSCompiler_temp - ? ((JSCompiler_object_inline_stack_2332 = workInProgress.child), - (JSCompiler_object_inline_stack_2332.childLanes = 0), - (JSCompiler_object_inline_stack_2332.pendingProps = + ? ((JSCompiler_object_inline_stack_2338 = workInProgress.child), + (JSCompiler_object_inline_stack_2338.childLanes = 0), + (JSCompiler_object_inline_stack_2338.pendingProps = componentStack), workInProgress.mode & ProfileMode && - ((JSCompiler_object_inline_stack_2332.actualDuration = -0), - (JSCompiler_object_inline_stack_2332.actualStartTime = -1.1), - (JSCompiler_object_inline_stack_2332.selfBaseDuration = + ((JSCompiler_object_inline_stack_2338.actualDuration = -0), + (JSCompiler_object_inline_stack_2338.actualStartTime = -1.1), + (JSCompiler_object_inline_stack_2338.selfBaseDuration = JSCompiler_temp.selfBaseDuration), - (JSCompiler_object_inline_stack_2332.treeBaseDuration = + (JSCompiler_object_inline_stack_2338.treeBaseDuration = JSCompiler_temp.treeBaseDuration)), (workInProgress.deletions = null)) - : ((JSCompiler_object_inline_stack_2332 = createWorkInProgress( + : ((JSCompiler_object_inline_stack_2338 = createWorkInProgress( JSCompiler_temp, componentStack )), - (JSCompiler_object_inline_stack_2332.subtreeFlags = + (JSCompiler_object_inline_stack_2338.subtreeFlags = JSCompiler_temp.subtreeFlags & 31457280)), null !== instance - ? (JSCompiler_object_inline_componentStack_2333 = + ? (JSCompiler_object_inline_componentStack_2339 = createWorkInProgress( instance, - JSCompiler_object_inline_componentStack_2333 + JSCompiler_object_inline_componentStack_2339 )) - : ((JSCompiler_object_inline_componentStack_2333 = + : ((JSCompiler_object_inline_componentStack_2339 = createFiberFromFragment( - JSCompiler_object_inline_componentStack_2333, - JSCompiler_object_inline_message_2330, + JSCompiler_object_inline_componentStack_2339, + JSCompiler_object_inline_message_2336, renderLanes, null )), - (JSCompiler_object_inline_componentStack_2333.flags |= 2)), - (JSCompiler_object_inline_componentStack_2333.return = + (JSCompiler_object_inline_componentStack_2339.flags |= 2)), + (JSCompiler_object_inline_componentStack_2339.return = workInProgress), - (JSCompiler_object_inline_stack_2332.return = workInProgress), - (JSCompiler_object_inline_stack_2332.sibling = - JSCompiler_object_inline_componentStack_2333), - (workInProgress.child = JSCompiler_object_inline_stack_2332), - (JSCompiler_object_inline_stack_2332 = - JSCompiler_object_inline_componentStack_2333), - (JSCompiler_object_inline_componentStack_2333 = workInProgress.child), - (JSCompiler_object_inline_message_2330 = current.child.memoizedState), - null === JSCompiler_object_inline_message_2330 - ? (JSCompiler_object_inline_message_2330 = + (JSCompiler_object_inline_stack_2338.return = workInProgress), + (JSCompiler_object_inline_stack_2338.sibling = + JSCompiler_object_inline_componentStack_2339), + (workInProgress.child = JSCompiler_object_inline_stack_2338), + (JSCompiler_object_inline_stack_2338 = + JSCompiler_object_inline_componentStack_2339), + (JSCompiler_object_inline_componentStack_2339 = workInProgress.child), + (JSCompiler_object_inline_message_2336 = current.child.memoizedState), + null === JSCompiler_object_inline_message_2336 + ? (JSCompiler_object_inline_message_2336 = mountSuspenseOffscreenState(renderLanes)) : ((JSCompiler_temp = - JSCompiler_object_inline_message_2330.cachePool), + JSCompiler_object_inline_message_2336.cachePool), null !== JSCompiler_temp ? ((instance = CacheContext._currentValue), (JSCompiler_temp = @@ -9449,45 +9449,45 @@ __DEV__ && ? { parent: instance, pool: instance } : JSCompiler_temp)) : (JSCompiler_temp = getSuspendedCache()), - (JSCompiler_object_inline_message_2330 = { + (JSCompiler_object_inline_message_2336 = { baseLanes: - JSCompiler_object_inline_message_2330.baseLanes | renderLanes, + JSCompiler_object_inline_message_2336.baseLanes | renderLanes, cachePool: JSCompiler_temp })), - (JSCompiler_object_inline_componentStack_2333.memoizedState = - JSCompiler_object_inline_message_2330), - (JSCompiler_object_inline_componentStack_2333.childLanes = + (JSCompiler_object_inline_componentStack_2339.memoizedState = + JSCompiler_object_inline_message_2336), + (JSCompiler_object_inline_componentStack_2339.childLanes = getRemainingWorkInPrimaryTree( current, - JSCompiler_object_inline_digest_2331, + JSCompiler_object_inline_digest_2337, renderLanes )), (workInProgress.memoizedState = SUSPENDED_MARKER), - JSCompiler_object_inline_stack_2332 + JSCompiler_object_inline_stack_2338 ); pushPrimaryTreeSuspenseHandler(workInProgress); - JSCompiler_object_inline_digest_2331 = current.child; - current = JSCompiler_object_inline_digest_2331.sibling; - JSCompiler_object_inline_digest_2331 = createWorkInProgress( - JSCompiler_object_inline_digest_2331, + JSCompiler_object_inline_digest_2337 = current.child; + current = JSCompiler_object_inline_digest_2337.sibling; + JSCompiler_object_inline_digest_2337 = createWorkInProgress( + JSCompiler_object_inline_digest_2337, { mode: "visible", - children: JSCompiler_object_inline_stack_2332.children + children: JSCompiler_object_inline_stack_2338.children } ); (workInProgress.mode & ConcurrentMode) === NoMode && - (JSCompiler_object_inline_digest_2331.lanes = renderLanes); - JSCompiler_object_inline_digest_2331.return = workInProgress; - JSCompiler_object_inline_digest_2331.sibling = null; + (JSCompiler_object_inline_digest_2337.lanes = renderLanes); + JSCompiler_object_inline_digest_2337.return = workInProgress; + JSCompiler_object_inline_digest_2337.sibling = null; null !== current && ((renderLanes = workInProgress.deletions), null === renderLanes ? ((workInProgress.deletions = [current]), (workInProgress.flags |= 16)) : renderLanes.push(current)); - workInProgress.child = JSCompiler_object_inline_digest_2331; + workInProgress.child = JSCompiler_object_inline_digest_2337; workInProgress.memoizedState = null; - return JSCompiler_object_inline_digest_2331; + return JSCompiler_object_inline_digest_2337; } function mountSuspensePrimaryChildren(workInProgress, primaryChildren) { primaryChildren = createFiberFromOffscreen( @@ -25413,11 +25413,11 @@ __DEV__ && }; (function () { var isomorphicReactPackageVersion = React.version; - if ("19.0.0-native-fb-3720870a-20241115" !== isomorphicReactPackageVersion) + if ("19.0.0-native-fb-053b3cb0-20241115" !== 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.0.0-native-fb-3720870a-20241115\nLearn more: https://react.dev/warnings/version-mismatch") + "\n - react-dom: 19.0.0-native-fb-053b3cb0-20241115\nLearn more: https://react.dev/warnings/version-mismatch") ); })(); ("function" === typeof Map && @@ -25454,11 +25454,11 @@ __DEV__ && !(function () { var internals = { bundleType: 1, - version: "19.0.0-native-fb-3720870a-20241115", + version: "19.0.0-native-fb-053b3cb0-20241115", rendererPackageName: "react-dom", currentDispatcherRef: ReactSharedInternals, findFiberByHostInstance: getClosestInstanceFromNode, - reconcilerVersion: "19.0.0-native-fb-3720870a-20241115" + reconcilerVersion: "19.0.0-native-fb-053b3cb0-20241115" }; internals.overrideHookState = overrideHookState; internals.overrideHookStateDeletePath = overrideHookStateDeletePath; @@ -25918,7 +25918,7 @@ __DEV__ && exports.useFormStatus = function () { return resolveDispatcher().useHostTransitionStatus(); }; - exports.version = "19.0.0-native-fb-3720870a-20241115"; + exports.version = "19.0.0-native-fb-053b3cb0-20241115"; "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 b98aea1719..d0b30e1963 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<<9f91ab1932171685b20f9562582b6c38>> + * @generated SignedSource<> */ /* @@ -2073,14 +2073,14 @@ var isInputEventSupported = !1; if (canUseDOM) { var JSCompiler_inline_result$jscomp$293; if (canUseDOM) { - var isSupported$jscomp$inline_427 = "oninput" in document; - if (!isSupported$jscomp$inline_427) { - var element$jscomp$inline_428 = document.createElement("div"); - element$jscomp$inline_428.setAttribute("oninput", "return;"); - isSupported$jscomp$inline_427 = - "function" === typeof element$jscomp$inline_428.oninput; + var isSupported$jscomp$inline_428 = "oninput" in document; + if (!isSupported$jscomp$inline_428) { + var element$jscomp$inline_429 = document.createElement("div"); + element$jscomp$inline_429.setAttribute("oninput", "return;"); + isSupported$jscomp$inline_428 = + "function" === typeof element$jscomp$inline_429.oninput; } - JSCompiler_inline_result$jscomp$293 = isSupported$jscomp$inline_427; + JSCompiler_inline_result$jscomp$293 = isSupported$jscomp$inline_428; } else JSCompiler_inline_result$jscomp$293 = !1; isInputEventSupported = JSCompiler_inline_result$jscomp$293 && @@ -12152,20 +12152,20 @@ function extractEvents$1( } } for ( - var i$jscomp$inline_1455 = 0; - i$jscomp$inline_1455 < simpleEventPluginEvents.length; - i$jscomp$inline_1455++ + var i$jscomp$inline_1461 = 0; + i$jscomp$inline_1461 < simpleEventPluginEvents.length; + i$jscomp$inline_1461++ ) { - var eventName$jscomp$inline_1456 = - simpleEventPluginEvents[i$jscomp$inline_1455], - domEventName$jscomp$inline_1457 = - eventName$jscomp$inline_1456.toLowerCase(), - capitalizedEvent$jscomp$inline_1458 = - eventName$jscomp$inline_1456[0].toUpperCase() + - eventName$jscomp$inline_1456.slice(1); + var eventName$jscomp$inline_1462 = + simpleEventPluginEvents[i$jscomp$inline_1461], + domEventName$jscomp$inline_1463 = + eventName$jscomp$inline_1462.toLowerCase(), + capitalizedEvent$jscomp$inline_1464 = + eventName$jscomp$inline_1462[0].toUpperCase() + + eventName$jscomp$inline_1462.slice(1); registerSimpleEvent( - domEventName$jscomp$inline_1457, - "on" + capitalizedEvent$jscomp$inline_1458 + domEventName$jscomp$inline_1463, + "on" + capitalizedEvent$jscomp$inline_1464 ); } registerSimpleEvent(ANIMATION_END, "onAnimationEnd"); @@ -15646,16 +15646,16 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) { 0 === i && attemptExplicitHydrationTarget(target); } }; -var isomorphicReactPackageVersion$jscomp$inline_1698 = React.version; +var isomorphicReactPackageVersion$jscomp$inline_1704 = React.version; if ( - "19.0.0-native-fb-3720870a-20241115" !== - isomorphicReactPackageVersion$jscomp$inline_1698 + "19.0.0-native-fb-053b3cb0-20241115" !== + isomorphicReactPackageVersion$jscomp$inline_1704 ) throw Error( formatProdErrorMessage( 527, - isomorphicReactPackageVersion$jscomp$inline_1698, - "19.0.0-native-fb-3720870a-20241115" + isomorphicReactPackageVersion$jscomp$inline_1704, + "19.0.0-native-fb-053b3cb0-20241115" ) ); ReactDOMSharedInternals.findDOMNode = function (componentOrElement) { @@ -15675,25 +15675,25 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) { null === componentOrElement ? null : componentOrElement.stateNode; return componentOrElement; }; -var internals$jscomp$inline_2158 = { +var internals$jscomp$inline_2164 = { bundleType: 0, - version: "19.0.0-native-fb-3720870a-20241115", + version: "19.0.0-native-fb-053b3cb0-20241115", rendererPackageName: "react-dom", currentDispatcherRef: ReactSharedInternals, findFiberByHostInstance: getClosestInstanceFromNode, - reconcilerVersion: "19.0.0-native-fb-3720870a-20241115" + reconcilerVersion: "19.0.0-native-fb-053b3cb0-20241115" }; if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) { - var hook$jscomp$inline_2159 = __REACT_DEVTOOLS_GLOBAL_HOOK__; + var hook$jscomp$inline_2165 = __REACT_DEVTOOLS_GLOBAL_HOOK__; if ( - !hook$jscomp$inline_2159.isDisabled && - hook$jscomp$inline_2159.supportsFiber + !hook$jscomp$inline_2165.isDisabled && + hook$jscomp$inline_2165.supportsFiber ) try { - (rendererID = hook$jscomp$inline_2159.inject( - internals$jscomp$inline_2158 + (rendererID = hook$jscomp$inline_2165.inject( + internals$jscomp$inline_2164 )), - (injectedHook = hook$jscomp$inline_2159); + (injectedHook = hook$jscomp$inline_2165); } catch (err) {} } function noop() {} @@ -15939,4 +15939,4 @@ exports.useFormState = function (action, initialState, permalink) { exports.useFormStatus = function () { return ReactSharedInternals.H.useHostTransitionStatus(); }; -exports.version = "19.0.0-native-fb-3720870a-20241115"; +exports.version = "19.0.0-native-fb-053b3cb0-20241115"; 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 a81d0619a1..15214a1e5e 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<<1be026d391b5e2071428d002fe264338>> + * @generated SignedSource<<27866e8dcae2b0250a88759a20c99191>> */ /* @@ -2172,14 +2172,14 @@ var isInputEventSupported = !1; if (canUseDOM) { var JSCompiler_inline_result$jscomp$309; if (canUseDOM) { - var isSupported$jscomp$inline_443 = "oninput" in document; - if (!isSupported$jscomp$inline_443) { - var element$jscomp$inline_444 = document.createElement("div"); - element$jscomp$inline_444.setAttribute("oninput", "return;"); - isSupported$jscomp$inline_443 = - "function" === typeof element$jscomp$inline_444.oninput; + var isSupported$jscomp$inline_444 = "oninput" in document; + if (!isSupported$jscomp$inline_444) { + var element$jscomp$inline_445 = document.createElement("div"); + element$jscomp$inline_445.setAttribute("oninput", "return;"); + isSupported$jscomp$inline_444 = + "function" === typeof element$jscomp$inline_445.oninput; } - JSCompiler_inline_result$jscomp$309 = isSupported$jscomp$inline_443; + JSCompiler_inline_result$jscomp$309 = isSupported$jscomp$inline_444; } else JSCompiler_inline_result$jscomp$309 = !1; isInputEventSupported = JSCompiler_inline_result$jscomp$309 && @@ -12802,20 +12802,20 @@ function extractEvents$1( } } for ( - var i$jscomp$inline_1543 = 0; - i$jscomp$inline_1543 < simpleEventPluginEvents.length; - i$jscomp$inline_1543++ + var i$jscomp$inline_1549 = 0; + i$jscomp$inline_1549 < simpleEventPluginEvents.length; + i$jscomp$inline_1549++ ) { - var eventName$jscomp$inline_1544 = - simpleEventPluginEvents[i$jscomp$inline_1543], - domEventName$jscomp$inline_1545 = - eventName$jscomp$inline_1544.toLowerCase(), - capitalizedEvent$jscomp$inline_1546 = - eventName$jscomp$inline_1544[0].toUpperCase() + - eventName$jscomp$inline_1544.slice(1); + var eventName$jscomp$inline_1550 = + simpleEventPluginEvents[i$jscomp$inline_1549], + domEventName$jscomp$inline_1551 = + eventName$jscomp$inline_1550.toLowerCase(), + capitalizedEvent$jscomp$inline_1552 = + eventName$jscomp$inline_1550[0].toUpperCase() + + eventName$jscomp$inline_1550.slice(1); registerSimpleEvent( - domEventName$jscomp$inline_1545, - "on" + capitalizedEvent$jscomp$inline_1546 + domEventName$jscomp$inline_1551, + "on" + capitalizedEvent$jscomp$inline_1552 ); } registerSimpleEvent(ANIMATION_END, "onAnimationEnd"); @@ -16304,16 +16304,16 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) { 0 === i && attemptExplicitHydrationTarget(target); } }; -var isomorphicReactPackageVersion$jscomp$inline_1788 = React.version; +var isomorphicReactPackageVersion$jscomp$inline_1794 = React.version; if ( - "19.0.0-native-fb-3720870a-20241115" !== - isomorphicReactPackageVersion$jscomp$inline_1788 + "19.0.0-native-fb-053b3cb0-20241115" !== + isomorphicReactPackageVersion$jscomp$inline_1794 ) throw Error( formatProdErrorMessage( 527, - isomorphicReactPackageVersion$jscomp$inline_1788, - "19.0.0-native-fb-3720870a-20241115" + isomorphicReactPackageVersion$jscomp$inline_1794, + "19.0.0-native-fb-053b3cb0-20241115" ) ); ReactDOMSharedInternals.findDOMNode = function (componentOrElement) { @@ -16333,13 +16333,13 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) { null === componentOrElement ? null : componentOrElement.stateNode; return componentOrElement; }; -var internals$jscomp$inline_1795 = { +var internals$jscomp$inline_1801 = { bundleType: 0, - version: "19.0.0-native-fb-3720870a-20241115", + version: "19.0.0-native-fb-053b3cb0-20241115", rendererPackageName: "react-dom", currentDispatcherRef: ReactSharedInternals, findFiberByHostInstance: getClosestInstanceFromNode, - reconcilerVersion: "19.0.0-native-fb-3720870a-20241115", + reconcilerVersion: "19.0.0-native-fb-053b3cb0-20241115", getLaneLabelMap: function () { for ( var map = new Map(), lane = 1, index$290 = 0; @@ -16357,16 +16357,16 @@ var internals$jscomp$inline_1795 = { } }; if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) { - var hook$jscomp$inline_2210 = __REACT_DEVTOOLS_GLOBAL_HOOK__; + var hook$jscomp$inline_2216 = __REACT_DEVTOOLS_GLOBAL_HOOK__; if ( - !hook$jscomp$inline_2210.isDisabled && - hook$jscomp$inline_2210.supportsFiber + !hook$jscomp$inline_2216.isDisabled && + hook$jscomp$inline_2216.supportsFiber ) try { - (rendererID = hook$jscomp$inline_2210.inject( - internals$jscomp$inline_1795 + (rendererID = hook$jscomp$inline_2216.inject( + internals$jscomp$inline_1801 )), - (injectedHook = hook$jscomp$inline_2210); + (injectedHook = hook$jscomp$inline_2216); } catch (err) {} } function noop() {} @@ -16612,7 +16612,7 @@ exports.useFormState = function (action, initialState, permalink) { exports.useFormStatus = function () { return ReactSharedInternals.H.useHostTransitionStatus(); }; -exports.version = "19.0.0-native-fb-3720870a-20241115"; +exports.version = "19.0.0-native-fb-053b3cb0-20241115"; "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 e3b68af2ae..0c3bd9608f 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<<50b3f79032ea1852405282898217a7f6>> + * @generated SignedSource<<47aef01a64b1bb912289f57915ecc8e2>> */ "use strict"; __DEV__ && (function () { - function JSCompiler_object_inline_createNodeMock_1096() { + function JSCompiler_object_inline_createNodeMock_1102() { return null; } function findHook(fiber, id) { @@ -15191,11 +15191,11 @@ __DEV__ && (function () { var internals = { bundleType: 1, - version: "19.0.0-native-fb-3720870a-20241115", + version: "19.0.0-native-fb-053b3cb0-20241115", rendererPackageName: "react-test-renderer", currentDispatcherRef: ReactSharedInternals, findFiberByHostInstance: getInstanceFromNode, - reconcilerVersion: "19.0.0-native-fb-3720870a-20241115" + reconcilerVersion: "19.0.0-native-fb-053b3cb0-20241115" }; internals.overrideHookState = overrideHookState; internals.overrideHookStateDeletePath = overrideHookStateDeletePath; @@ -15217,7 +15217,7 @@ __DEV__ && exports._Scheduler = Scheduler; exports.act = act; exports.create = function (element, options) { - var createNodeMock = JSCompiler_object_inline_createNodeMock_1096, + var createNodeMock = JSCompiler_object_inline_createNodeMock_1102, isConcurrent = !1, isStrictMode = !1; "object" === typeof options && @@ -15340,5 +15340,5 @@ __DEV__ && flushSyncWorkAcrossRoots_impl(0, !0)); } }; - exports.version = "19.0.0-native-fb-3720870a-20241115"; + exports.version = "19.0.0-native-fb-053b3cb0-20241115"; })(); 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 8cfba0f973..4f8da4b0e4 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<<895ae8b826040822f996e42e296a43a4>> + * @generated SignedSource<> */ "use strict"; @@ -9544,28 +9544,28 @@ function wrapFiber(fiber) { fiberToWrapper.set(fiber, wrapper)); return wrapper; } -var internals$jscomp$inline_1355 = { +var internals$jscomp$inline_1361 = { bundleType: 0, - version: "19.0.0-native-fb-3720870a-20241115", + version: "19.0.0-native-fb-053b3cb0-20241115", rendererPackageName: "react-test-renderer", currentDispatcherRef: ReactSharedInternals, findFiberByHostInstance: function (mockNode) { mockNode = nodeToInstanceMap.get(mockNode); return void 0 !== mockNode ? mockNode.internalInstanceHandle : null; }, - reconcilerVersion: "19.0.0-native-fb-3720870a-20241115" + reconcilerVersion: "19.0.0-native-fb-053b3cb0-20241115" }; if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) { - var hook$jscomp$inline_1356 = __REACT_DEVTOOLS_GLOBAL_HOOK__; + var hook$jscomp$inline_1362 = __REACT_DEVTOOLS_GLOBAL_HOOK__; if ( - !hook$jscomp$inline_1356.isDisabled && - hook$jscomp$inline_1356.supportsFiber + !hook$jscomp$inline_1362.isDisabled && + hook$jscomp$inline_1362.supportsFiber ) try { - (rendererID = hook$jscomp$inline_1356.inject( - internals$jscomp$inline_1355 + (rendererID = hook$jscomp$inline_1362.inject( + internals$jscomp$inline_1361 )), - (injectedHook = hook$jscomp$inline_1356); + (injectedHook = hook$jscomp$inline_1362); } catch (err) {} } exports._Scheduler = Scheduler; @@ -9689,4 +9689,4 @@ exports.unstable_batchedUpdates = function (fn, a) { flushSyncWorkAcrossRoots_impl(0, !0)); } }; -exports.version = "19.0.0-native-fb-3720870a-20241115"; +exports.version = "19.0.0-native-fb-053b3cb0-20241115"; 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 ee5b6e86e2..300749b3d2 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<<502abfbe194a74564a2d7b0f645ff4af>> + * @generated SignedSource<> */ "use strict"; @@ -10113,16 +10113,16 @@ function wrapFiber(fiber) { fiberToWrapper.set(fiber, wrapper)); return wrapper; } -var internals$jscomp$inline_1168 = { +var internals$jscomp$inline_1174 = { bundleType: 0, - version: "19.0.0-native-fb-3720870a-20241115", + version: "19.0.0-native-fb-053b3cb0-20241115", rendererPackageName: "react-test-renderer", currentDispatcherRef: ReactSharedInternals, findFiberByHostInstance: function (mockNode) { mockNode = nodeToInstanceMap.get(mockNode); return void 0 !== mockNode ? mockNode.internalInstanceHandle : null; }, - reconcilerVersion: "19.0.0-native-fb-3720870a-20241115", + reconcilerVersion: "19.0.0-native-fb-053b3cb0-20241115", getLaneLabelMap: function () { for ( var map = new Map(), lane = 1, index$146 = 0; @@ -10140,16 +10140,16 @@ var internals$jscomp$inline_1168 = { } }; if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) { - var hook$jscomp$inline_1412 = __REACT_DEVTOOLS_GLOBAL_HOOK__; + var hook$jscomp$inline_1418 = __REACT_DEVTOOLS_GLOBAL_HOOK__; if ( - !hook$jscomp$inline_1412.isDisabled && - hook$jscomp$inline_1412.supportsFiber + !hook$jscomp$inline_1418.isDisabled && + hook$jscomp$inline_1418.supportsFiber ) try { - (rendererID = hook$jscomp$inline_1412.inject( - internals$jscomp$inline_1168 + (rendererID = hook$jscomp$inline_1418.inject( + internals$jscomp$inline_1174 )), - (injectedHook = hook$jscomp$inline_1412); + (injectedHook = hook$jscomp$inline_1418); } catch (err) {} } exports._Scheduler = Scheduler; @@ -10273,4 +10273,4 @@ exports.unstable_batchedUpdates = function (fn, a) { flushSyncWorkAcrossRoots_impl(0, !0)); } }; -exports.version = "19.0.0-native-fb-3720870a-20241115"; +exports.version = "19.0.0-native-fb-053b3cb0-20241115"; 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 7ebad247de..b417b870bc 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<<0fec2ac3c9bd9cb29494d3fe89dda3f0>> */ "use strict"; @@ -1694,7 +1694,7 @@ __DEV__ && exports.useTransition = function () { return resolveDispatcher().useTransition(); }; - exports.version = "19.0.0-native-fb-3720870a-20241115"; + exports.version = "19.0.0-native-fb-053b3cb0-20241115"; "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 c2405298ee..acea5002e4 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<<1fc041414e1fc5617ea1ed1652f5ead8>> + * @generated SignedSource<> */ "use strict"; @@ -580,4 +580,4 @@ exports.useSyncExternalStore = function ( exports.useTransition = function () { return ReactSharedInternals.H.useTransition(); }; -exports.version = "19.0.0-native-fb-3720870a-20241115"; +exports.version = "19.0.0-native-fb-053b3cb0-20241115"; 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 19761a603c..c6f6934b85 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<<00598e3a3aaa3bb1f9d67c9654060793>> + * @generated SignedSource<> */ "use strict"; @@ -584,7 +584,7 @@ exports.useSyncExternalStore = function ( exports.useTransition = function () { return ReactSharedInternals.H.useTransition(); }; -exports.version = "19.0.0-native-fb-3720870a-20241115"; +exports.version = "19.0.0-native-fb-053b3cb0-20241115"; "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 0d4f6008f2..97ab8ac4d5 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 @@ -3720870a979b48a1ea8776f64a190878b8558f2b +92c0f5f85fed42024b17bf6595291f9f5d6e8734 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 b2c2f37380..55219841d4 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<<7c721a352f657b7e56a6054c391ba15d>> + * @generated SignedSource<> */ "use strict"; @@ -16967,11 +16967,11 @@ __DEV__ && (function () { var internals = { bundleType: 1, - version: "19.0.0-native-fb-3720870a-20241115", + version: "19.0.0-native-fb-053b3cb0-20241115", rendererPackageName: "react-native-renderer", currentDispatcherRef: ReactSharedInternals, findFiberByHostInstance: getInstanceFromNode, - reconcilerVersion: "19.0.0-native-fb-3720870a-20241115" + reconcilerVersion: "19.0.0-native-fb-053b3cb0-20241115" }; 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 53f1fe9c1f..7ab72ac7cb 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<> + * @generated SignedSource<<6edcc91bb0b5dbdda3f1bffeb60ff44f>> */ "use strict"; @@ -1232,7 +1232,7 @@ eventPluginOrder = Array.prototype.slice.call([ "ReactNativeBridgeEventPlugin" ]); recomputePluginOrdering(); -var injectedNamesToPlugins$jscomp$inline_286 = { +var injectedNamesToPlugins$jscomp$inline_287 = { ResponderEventPlugin: ResponderEventPlugin, ReactNativeBridgeEventPlugin: { eventTypes: {}, @@ -1278,32 +1278,32 @@ var injectedNamesToPlugins$jscomp$inline_286 = { } } }, - isOrderingDirty$jscomp$inline_287 = !1, - pluginName$jscomp$inline_288; -for (pluginName$jscomp$inline_288 in injectedNamesToPlugins$jscomp$inline_286) + isOrderingDirty$jscomp$inline_288 = !1, + pluginName$jscomp$inline_289; +for (pluginName$jscomp$inline_289 in injectedNamesToPlugins$jscomp$inline_287) if ( - injectedNamesToPlugins$jscomp$inline_286.hasOwnProperty( - pluginName$jscomp$inline_288 + injectedNamesToPlugins$jscomp$inline_287.hasOwnProperty( + pluginName$jscomp$inline_289 ) ) { - var pluginModule$jscomp$inline_289 = - injectedNamesToPlugins$jscomp$inline_286[pluginName$jscomp$inline_288]; + var pluginModule$jscomp$inline_290 = + injectedNamesToPlugins$jscomp$inline_287[pluginName$jscomp$inline_289]; if ( - !namesToPlugins.hasOwnProperty(pluginName$jscomp$inline_288) || - namesToPlugins[pluginName$jscomp$inline_288] !== - pluginModule$jscomp$inline_289 + !namesToPlugins.hasOwnProperty(pluginName$jscomp$inline_289) || + namesToPlugins[pluginName$jscomp$inline_289] !== + pluginModule$jscomp$inline_290 ) { - if (namesToPlugins[pluginName$jscomp$inline_288]) + if (namesToPlugins[pluginName$jscomp$inline_289]) throw Error( "EventPluginRegistry: Cannot inject two different event plugins using the same name, `" + - (pluginName$jscomp$inline_288 + "`.") + (pluginName$jscomp$inline_289 + "`.") ); - namesToPlugins[pluginName$jscomp$inline_288] = - pluginModule$jscomp$inline_289; - isOrderingDirty$jscomp$inline_287 = !0; + namesToPlugins[pluginName$jscomp$inline_289] = + pluginModule$jscomp$inline_290; + isOrderingDirty$jscomp$inline_288 = !0; } } -isOrderingDirty$jscomp$inline_287 && recomputePluginOrdering(); +isOrderingDirty$jscomp$inline_288 && recomputePluginOrdering(); var emptyObject$1 = {}, removedKeys = null, removedKeyCount = 0, @@ -10900,27 +10900,27 @@ batchedUpdatesImpl = function (fn, a) { } }; var roots = new Map(), - internals$jscomp$inline_1177 = { + internals$jscomp$inline_1183 = { bundleType: 0, - version: "19.0.0-native-fb-3720870a-20241115", + version: "19.0.0-native-fb-053b3cb0-20241115", rendererPackageName: "react-native-renderer", currentDispatcherRef: ReactSharedInternals, findFiberByHostInstance: getInstanceFromNode, - reconcilerVersion: "19.0.0-native-fb-3720870a-20241115" + reconcilerVersion: "19.0.0-native-fb-053b3cb0-20241115" }; null !== extraDevToolsConfig && - (internals$jscomp$inline_1177.rendererConfig = extraDevToolsConfig); + (internals$jscomp$inline_1183.rendererConfig = extraDevToolsConfig); if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) { - var hook$jscomp$inline_1493 = __REACT_DEVTOOLS_GLOBAL_HOOK__; + var hook$jscomp$inline_1499 = __REACT_DEVTOOLS_GLOBAL_HOOK__; if ( - !hook$jscomp$inline_1493.isDisabled && - hook$jscomp$inline_1493.supportsFiber + !hook$jscomp$inline_1499.isDisabled && + hook$jscomp$inline_1499.supportsFiber ) try { - (rendererID = hook$jscomp$inline_1493.inject( - internals$jscomp$inline_1177 + (rendererID = hook$jscomp$inline_1499.inject( + internals$jscomp$inline_1183 )), - (injectedHook = hook$jscomp$inline_1493); + (injectedHook = hook$jscomp$inline_1499); } 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 68886f2855..22c1658ba8 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<<25ee53a5ec2df5d7432ccb7bf0f32de7>> + * @generated SignedSource<<0fffe902ae6984ed37ac756e1341d046>> */ "use strict"; @@ -1236,7 +1236,7 @@ eventPluginOrder = Array.prototype.slice.call([ "ReactNativeBridgeEventPlugin" ]); recomputePluginOrdering(); -var injectedNamesToPlugins$jscomp$inline_302 = { +var injectedNamesToPlugins$jscomp$inline_303 = { ResponderEventPlugin: ResponderEventPlugin, ReactNativeBridgeEventPlugin: { eventTypes: {}, @@ -1282,32 +1282,32 @@ var injectedNamesToPlugins$jscomp$inline_302 = { } } }, - isOrderingDirty$jscomp$inline_303 = !1, - pluginName$jscomp$inline_304; -for (pluginName$jscomp$inline_304 in injectedNamesToPlugins$jscomp$inline_302) + isOrderingDirty$jscomp$inline_304 = !1, + pluginName$jscomp$inline_305; +for (pluginName$jscomp$inline_305 in injectedNamesToPlugins$jscomp$inline_303) if ( - injectedNamesToPlugins$jscomp$inline_302.hasOwnProperty( - pluginName$jscomp$inline_304 + injectedNamesToPlugins$jscomp$inline_303.hasOwnProperty( + pluginName$jscomp$inline_305 ) ) { - var pluginModule$jscomp$inline_305 = - injectedNamesToPlugins$jscomp$inline_302[pluginName$jscomp$inline_304]; + var pluginModule$jscomp$inline_306 = + injectedNamesToPlugins$jscomp$inline_303[pluginName$jscomp$inline_305]; if ( - !namesToPlugins.hasOwnProperty(pluginName$jscomp$inline_304) || - namesToPlugins[pluginName$jscomp$inline_304] !== - pluginModule$jscomp$inline_305 + !namesToPlugins.hasOwnProperty(pluginName$jscomp$inline_305) || + namesToPlugins[pluginName$jscomp$inline_305] !== + pluginModule$jscomp$inline_306 ) { - if (namesToPlugins[pluginName$jscomp$inline_304]) + if (namesToPlugins[pluginName$jscomp$inline_305]) throw Error( "EventPluginRegistry: Cannot inject two different event plugins using the same name, `" + - (pluginName$jscomp$inline_304 + "`.") + (pluginName$jscomp$inline_305 + "`.") ); - namesToPlugins[pluginName$jscomp$inline_304] = - pluginModule$jscomp$inline_305; - isOrderingDirty$jscomp$inline_303 = !0; + namesToPlugins[pluginName$jscomp$inline_305] = + pluginModule$jscomp$inline_306; + isOrderingDirty$jscomp$inline_304 = !0; } } -isOrderingDirty$jscomp$inline_303 && recomputePluginOrdering(); +isOrderingDirty$jscomp$inline_304 && recomputePluginOrdering(); var emptyObject$1 = {}, removedKeys = null, removedKeyCount = 0, @@ -11558,17 +11558,17 @@ batchedUpdatesImpl = function (fn, a) { } }; var roots = new Map(), - internals$jscomp$inline_1265 = { + internals$jscomp$inline_1271 = { bundleType: 0, - version: "19.0.0-native-fb-3720870a-20241115", + version: "19.0.0-native-fb-053b3cb0-20241115", rendererPackageName: "react-native-renderer", currentDispatcherRef: ReactSharedInternals, findFiberByHostInstance: getInstanceFromNode, - reconcilerVersion: "19.0.0-native-fb-3720870a-20241115" + reconcilerVersion: "19.0.0-native-fb-053b3cb0-20241115" }; null !== extraDevToolsConfig && - (internals$jscomp$inline_1265.rendererConfig = extraDevToolsConfig); -internals$jscomp$inline_1265.getLaneLabelMap = function () { + (internals$jscomp$inline_1271.rendererConfig = extraDevToolsConfig); +internals$jscomp$inline_1271.getLaneLabelMap = function () { for ( var map = new Map(), lane = 1, index$152 = 0; 31 > index$152; @@ -11580,20 +11580,20 @@ internals$jscomp$inline_1265.getLaneLabelMap = function () { } return map; }; -internals$jscomp$inline_1265.injectProfilingHooks = function (profilingHooks) { +internals$jscomp$inline_1271.injectProfilingHooks = function (profilingHooks) { injectedProfilingHooks = profilingHooks; }; if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) { - var hook$jscomp$inline_1544 = __REACT_DEVTOOLS_GLOBAL_HOOK__; + var hook$jscomp$inline_1550 = __REACT_DEVTOOLS_GLOBAL_HOOK__; if ( - !hook$jscomp$inline_1544.isDisabled && - hook$jscomp$inline_1544.supportsFiber + !hook$jscomp$inline_1550.isDisabled && + hook$jscomp$inline_1550.supportsFiber ) try { - (rendererID = hook$jscomp$inline_1544.inject( - internals$jscomp$inline_1265 + (rendererID = hook$jscomp$inline_1550.inject( + internals$jscomp$inline_1271 )), - (injectedHook = hook$jscomp$inline_1544); + (injectedHook = hook$jscomp$inline_1550); } 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 ff9c229e63..158e665957 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<<45d28e26ed1c9ec6e129b9165841583f>> + * @generated SignedSource<<4dd4ba5741546ce0548a0f4b27bc5250>> */ "use strict"; @@ -17189,11 +17189,11 @@ __DEV__ && shouldSuspendImpl = newShouldSuspendImpl; }; var isomorphicReactPackageVersion = React.version; - if ("19.0.0-native-fb-3720870a-20241115" !== isomorphicReactPackageVersion) + if ("19.0.0-native-fb-053b3cb0-20241115" !== 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.0.0-native-fb-3720870a-20241115\nLearn more: https://react.dev/warnings/version-mismatch") + "\n - react-native-renderer: 19.0.0-native-fb-053b3cb0-20241115\nLearn more: https://react.dev/warnings/version-mismatch") ); if ( "function" !== @@ -17219,11 +17219,11 @@ __DEV__ && (function () { var internals = { bundleType: 1, - version: "19.0.0-native-fb-3720870a-20241115", + version: "19.0.0-native-fb-053b3cb0-20241115", rendererPackageName: "react-native-renderer", currentDispatcherRef: ReactSharedInternals, findFiberByHostInstance: getInstanceFromTag, - reconcilerVersion: "19.0.0-native-fb-3720870a-20241115" + reconcilerVersion: "19.0.0-native-fb-053b3cb0-20241115" }; 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 28de180c02..01c63682c6 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<<9afc0e9569697037d9d901b5d1fe76d2>> + * @generated SignedSource<<8f4e2dcfc92d1bcb93314d3f9ee48f54>> */ "use strict"; @@ -1227,7 +1227,7 @@ eventPluginOrder = Array.prototype.slice.call([ "ReactNativeBridgeEventPlugin" ]); recomputePluginOrdering(); -var injectedNamesToPlugins$jscomp$inline_293 = { +var injectedNamesToPlugins$jscomp$inline_294 = { ResponderEventPlugin: ResponderEventPlugin, ReactNativeBridgeEventPlugin: { eventTypes: {}, @@ -1273,32 +1273,32 @@ var injectedNamesToPlugins$jscomp$inline_293 = { } } }, - isOrderingDirty$jscomp$inline_294 = !1, - pluginName$jscomp$inline_295; -for (pluginName$jscomp$inline_295 in injectedNamesToPlugins$jscomp$inline_293) + isOrderingDirty$jscomp$inline_295 = !1, + pluginName$jscomp$inline_296; +for (pluginName$jscomp$inline_296 in injectedNamesToPlugins$jscomp$inline_294) if ( - injectedNamesToPlugins$jscomp$inline_293.hasOwnProperty( - pluginName$jscomp$inline_295 + injectedNamesToPlugins$jscomp$inline_294.hasOwnProperty( + pluginName$jscomp$inline_296 ) ) { - var pluginModule$jscomp$inline_296 = - injectedNamesToPlugins$jscomp$inline_293[pluginName$jscomp$inline_295]; + var pluginModule$jscomp$inline_297 = + injectedNamesToPlugins$jscomp$inline_294[pluginName$jscomp$inline_296]; if ( - !namesToPlugins.hasOwnProperty(pluginName$jscomp$inline_295) || - namesToPlugins[pluginName$jscomp$inline_295] !== - pluginModule$jscomp$inline_296 + !namesToPlugins.hasOwnProperty(pluginName$jscomp$inline_296) || + namesToPlugins[pluginName$jscomp$inline_296] !== + pluginModule$jscomp$inline_297 ) { - if (namesToPlugins[pluginName$jscomp$inline_295]) + if (namesToPlugins[pluginName$jscomp$inline_296]) throw Error( "EventPluginRegistry: Cannot inject two different event plugins using the same name, `" + - (pluginName$jscomp$inline_295 + "`.") + (pluginName$jscomp$inline_296 + "`.") ); - namesToPlugins[pluginName$jscomp$inline_295] = - pluginModule$jscomp$inline_296; - isOrderingDirty$jscomp$inline_294 = !0; + namesToPlugins[pluginName$jscomp$inline_296] = + pluginModule$jscomp$inline_297; + isOrderingDirty$jscomp$inline_295 = !0; } } -isOrderingDirty$jscomp$inline_294 && recomputePluginOrdering(); +isOrderingDirty$jscomp$inline_295 && recomputePluginOrdering(); var instanceCache = new Map(), instanceProps = new Map(); function getInstanceFromTag(tag) { @@ -11033,11 +11033,11 @@ function updateContainer(element, container, parentComponent, callback) { return lane; } var isomorphicReactPackageVersion = React.version; -if ("19.0.0-native-fb-3720870a-20241115" !== isomorphicReactPackageVersion) +if ("19.0.0-native-fb-053b3cb0-20241115" !== 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.0.0-native-fb-3720870a-20241115\nLearn more: https://react.dev/warnings/version-mismatch") + "\n - react-native-renderer: 19.0.0-native-fb-053b3cb0-20241115\nLearn more: https://react.dev/warnings/version-mismatch") ); if ( "function" !== @@ -11084,27 +11084,27 @@ batchedUpdatesImpl = function (fn, a) { } }; var roots = new Map(), - internals$jscomp$inline_1243 = { + internals$jscomp$inline_1249 = { bundleType: 0, - version: "19.0.0-native-fb-3720870a-20241115", + version: "19.0.0-native-fb-053b3cb0-20241115", rendererPackageName: "react-native-renderer", currentDispatcherRef: ReactSharedInternals, findFiberByHostInstance: getInstanceFromTag, - reconcilerVersion: "19.0.0-native-fb-3720870a-20241115" + reconcilerVersion: "19.0.0-native-fb-053b3cb0-20241115" }; null !== extraDevToolsConfig && - (internals$jscomp$inline_1243.rendererConfig = extraDevToolsConfig); + (internals$jscomp$inline_1249.rendererConfig = extraDevToolsConfig); if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) { - var hook$jscomp$inline_1580 = __REACT_DEVTOOLS_GLOBAL_HOOK__; + var hook$jscomp$inline_1586 = __REACT_DEVTOOLS_GLOBAL_HOOK__; if ( - !hook$jscomp$inline_1580.isDisabled && - hook$jscomp$inline_1580.supportsFiber + !hook$jscomp$inline_1586.isDisabled && + hook$jscomp$inline_1586.supportsFiber ) try { - (rendererID = hook$jscomp$inline_1580.inject( - internals$jscomp$inline_1243 + (rendererID = hook$jscomp$inline_1586.inject( + internals$jscomp$inline_1249 )), - (injectedHook = hook$jscomp$inline_1580); + (injectedHook = hook$jscomp$inline_1586); } 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 3d445eeda6..0bdd472ef1 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<<4e154010e00c4ec3f588ffc7275d03b9>> + * @generated SignedSource<<8fa14c55be9efadbaabee403d9497eb3>> */ "use strict"; @@ -1231,7 +1231,7 @@ eventPluginOrder = Array.prototype.slice.call([ "ReactNativeBridgeEventPlugin" ]); recomputePluginOrdering(); -var injectedNamesToPlugins$jscomp$inline_309 = { +var injectedNamesToPlugins$jscomp$inline_310 = { ResponderEventPlugin: ResponderEventPlugin, ReactNativeBridgeEventPlugin: { eventTypes: {}, @@ -1277,32 +1277,32 @@ var injectedNamesToPlugins$jscomp$inline_309 = { } } }, - isOrderingDirty$jscomp$inline_310 = !1, - pluginName$jscomp$inline_311; -for (pluginName$jscomp$inline_311 in injectedNamesToPlugins$jscomp$inline_309) + isOrderingDirty$jscomp$inline_311 = !1, + pluginName$jscomp$inline_312; +for (pluginName$jscomp$inline_312 in injectedNamesToPlugins$jscomp$inline_310) if ( - injectedNamesToPlugins$jscomp$inline_309.hasOwnProperty( - pluginName$jscomp$inline_311 + injectedNamesToPlugins$jscomp$inline_310.hasOwnProperty( + pluginName$jscomp$inline_312 ) ) { - var pluginModule$jscomp$inline_312 = - injectedNamesToPlugins$jscomp$inline_309[pluginName$jscomp$inline_311]; + var pluginModule$jscomp$inline_313 = + injectedNamesToPlugins$jscomp$inline_310[pluginName$jscomp$inline_312]; if ( - !namesToPlugins.hasOwnProperty(pluginName$jscomp$inline_311) || - namesToPlugins[pluginName$jscomp$inline_311] !== - pluginModule$jscomp$inline_312 + !namesToPlugins.hasOwnProperty(pluginName$jscomp$inline_312) || + namesToPlugins[pluginName$jscomp$inline_312] !== + pluginModule$jscomp$inline_313 ) { - if (namesToPlugins[pluginName$jscomp$inline_311]) + if (namesToPlugins[pluginName$jscomp$inline_312]) throw Error( "EventPluginRegistry: Cannot inject two different event plugins using the same name, `" + - (pluginName$jscomp$inline_311 + "`.") + (pluginName$jscomp$inline_312 + "`.") ); - namesToPlugins[pluginName$jscomp$inline_311] = - pluginModule$jscomp$inline_312; - isOrderingDirty$jscomp$inline_310 = !0; + namesToPlugins[pluginName$jscomp$inline_312] = + pluginModule$jscomp$inline_313; + isOrderingDirty$jscomp$inline_311 = !0; } } -isOrderingDirty$jscomp$inline_310 && recomputePluginOrdering(); +isOrderingDirty$jscomp$inline_311 && recomputePluginOrdering(); var instanceCache = new Map(), instanceProps = new Map(); function getInstanceFromTag(tag) { @@ -11690,11 +11690,11 @@ function updateContainer(element, container, parentComponent, callback) { return lane; } var isomorphicReactPackageVersion = React.version; -if ("19.0.0-native-fb-3720870a-20241115" !== isomorphicReactPackageVersion) +if ("19.0.0-native-fb-053b3cb0-20241115" !== 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.0.0-native-fb-3720870a-20241115\nLearn more: https://react.dev/warnings/version-mismatch") + "\n - react-native-renderer: 19.0.0-native-fb-053b3cb0-20241115\nLearn more: https://react.dev/warnings/version-mismatch") ); if ( "function" !== @@ -11741,17 +11741,17 @@ batchedUpdatesImpl = function (fn, a) { } }; var roots = new Map(), - internals$jscomp$inline_1331 = { + internals$jscomp$inline_1337 = { bundleType: 0, - version: "19.0.0-native-fb-3720870a-20241115", + version: "19.0.0-native-fb-053b3cb0-20241115", rendererPackageName: "react-native-renderer", currentDispatcherRef: ReactSharedInternals, findFiberByHostInstance: getInstanceFromTag, - reconcilerVersion: "19.0.0-native-fb-3720870a-20241115" + reconcilerVersion: "19.0.0-native-fb-053b3cb0-20241115" }; null !== extraDevToolsConfig && - (internals$jscomp$inline_1331.rendererConfig = extraDevToolsConfig); -internals$jscomp$inline_1331.getLaneLabelMap = function () { + (internals$jscomp$inline_1337.rendererConfig = extraDevToolsConfig); +internals$jscomp$inline_1337.getLaneLabelMap = function () { for ( var map = new Map(), lane = 1, index$156 = 0; 31 > index$156; @@ -11763,20 +11763,20 @@ internals$jscomp$inline_1331.getLaneLabelMap = function () { } return map; }; -internals$jscomp$inline_1331.injectProfilingHooks = function (profilingHooks) { +internals$jscomp$inline_1337.injectProfilingHooks = function (profilingHooks) { injectedProfilingHooks = profilingHooks; }; if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) { - var hook$jscomp$inline_1631 = __REACT_DEVTOOLS_GLOBAL_HOOK__; + var hook$jscomp$inline_1637 = __REACT_DEVTOOLS_GLOBAL_HOOK__; if ( - !hook$jscomp$inline_1631.isDisabled && - hook$jscomp$inline_1631.supportsFiber + !hook$jscomp$inline_1637.isDisabled && + hook$jscomp$inline_1637.supportsFiber ) try { - (rendererID = hook$jscomp$inline_1631.inject( - internals$jscomp$inline_1331 + (rendererID = hook$jscomp$inline_1637.inject( + internals$jscomp$inline_1337 )), - (injectedHook = hook$jscomp$inline_1631); + (injectedHook = hook$jscomp$inline_1637); } catch (err) {} } exports.createPortal = function (children, containerTag) {