From b480230f1be646127def6443f5178d40d4e33cfc Mon Sep 17 00:00:00 2001 From: sebmarkbage Date: Tue, 22 Apr 2025 16:45:55 -0700 Subject: [PATCH] Set hidden Offscreen to the shellBoundary regardless of previous state (#32844) I think this was probably just copy-paste from the Suspense path. It shouldn't matter what the previous state of an Offscreen boundary was. What matters is that it's now hidden and therefore if it suspends, we can just leave it as is without the tree becoming inconsistent. DiffTrain build for [3fbd6b7b50e3a174883633695586b892249e5635](https://github.com/facebook/react/commit/3fbd6b7b50e3a174883633695586b892249e5635) --- 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 | 27 +++++++------------ .../react-dom/cjs/ReactDOMClient-prod.js | 27 +++++++------------ .../react-dom/cjs/ReactDOMClient-profiling.js | 27 +++++++------------ .../react-dom/cjs/ReactDOMProfiling-dev.js | 27 +++++++------------ .../react-dom/cjs/ReactDOMProfiling-prod.js | 27 +++++++------------ .../cjs/ReactDOMProfiling-profiling.js | 27 +++++++------------ .../cjs/ReactTestRenderer-dev.js | 23 ++++++---------- .../cjs/ReactTestRenderer-prod.js | 23 ++++++---------- .../cjs/ReactTestRenderer-profiling.js | 23 ++++++---------- .../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 | 21 +++++---------- .../implementations/ReactFabric-prod.fb.js | 21 +++++---------- .../ReactFabric-profiling.fb.js | 21 +++++---------- .../ReactNativeRenderer-dev.fb.js | 25 +++++++---------- .../ReactNativeRenderer-prod.fb.js | 25 +++++++---------- .../ReactNativeRenderer-profiling.fb.js | 25 +++++++---------- 23 files changed, 146 insertions(+), 251 deletions(-) diff --git a/compiled-rn/VERSION_NATIVE_FB b/compiled-rn/VERSION_NATIVE_FB index 1c1e59d7d7..9254f85ad2 100644 --- a/compiled-rn/VERSION_NATIVE_FB +++ b/compiled-rn/VERSION_NATIVE_FB @@ -1 +1 @@ -19.2.0-native-fb-ebf7318e-20250422 \ No newline at end of file +19.2.0-native-fb-3fbd6b7b-20250422 \ 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 42282aab21..6b3a7ffe86 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<<619fc57ea8661dca84d6a2d35efb44ac>> */ "use strict"; @@ -404,5 +404,5 @@ __DEV__ && exports.useFormStatus = function () { return resolveDispatcher().useHostTransitionStatus(); }; - exports.version = "19.2.0-native-fb-ebf7318e-20250422"; + exports.version = "19.2.0-native-fb-3fbd6b7b-20250422"; })(); 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 9e73ee63ed..925b1b9eca 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<<7062b5550796a072c5b99b383e56e4ff>> + * @generated SignedSource<> */ "use strict"; @@ -203,4 +203,4 @@ exports.useFormState = function (action, initialState, permalink) { exports.useFormStatus = function () { return ReactSharedInternals.H.useHostTransitionStatus(); }; -exports.version = "19.2.0-native-fb-ebf7318e-20250422"; +exports.version = "19.2.0-native-fb-3fbd6b7b-20250422"; 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 9e73ee63ed..925b1b9eca 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<<7062b5550796a072c5b99b383e56e4ff>> + * @generated SignedSource<> */ "use strict"; @@ -203,4 +203,4 @@ exports.useFormState = function (action, initialState, permalink) { exports.useFormStatus = function () { return ReactSharedInternals.H.useHostTransitionStatus(); }; -exports.version = "19.2.0-native-fb-ebf7318e-20250422"; +exports.version = "19.2.0-native-fb-3fbd6b7b-20250422"; 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 18f69d26c5..e201ec6494 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<> */ /* @@ -6645,18 +6645,11 @@ __DEV__ && : null !== current.memoizedState && (shellBoundary = handler)); } function pushOffscreenSuspenseHandler(fiber) { - if (22 === fiber.tag) { - if ( - (push(suspenseStackCursor, suspenseStackCursor.current, fiber), + 22 === fiber.tag + ? (push(suspenseStackCursor, suspenseStackCursor.current, fiber), push(suspenseHandlerStackCursor, fiber, fiber), - null === shellBoundary) - ) { - var current = fiber.alternate; - null !== current && - null !== current.memoizedState && - (shellBoundary = fiber); - } - } else reuseSuspenseHandlerOnStack(fiber); + null === shellBoundary && (shellBoundary = fiber)) + : reuseSuspenseHandlerOnStack(fiber); } function reuseSuspenseHandlerOnStack(fiber) { push(suspenseStackCursor, suspenseStackCursor.current, fiber); @@ -25894,11 +25887,11 @@ __DEV__ && }; (function () { var isomorphicReactPackageVersion = React.version; - if ("19.2.0-native-fb-ebf7318e-20250422" !== isomorphicReactPackageVersion) + if ("19.2.0-native-fb-3fbd6b7b-20250422" !== isomorphicReactPackageVersion) throw Error( 'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' + (isomorphicReactPackageVersion + - "\n - react-dom: 19.2.0-native-fb-ebf7318e-20250422\nLearn more: https://react.dev/warnings/version-mismatch") + "\n - react-dom: 19.2.0-native-fb-3fbd6b7b-20250422\nLearn more: https://react.dev/warnings/version-mismatch") ); })(); ("function" === typeof Map && @@ -25935,10 +25928,10 @@ __DEV__ && !(function () { var internals = { bundleType: 1, - version: "19.2.0-native-fb-ebf7318e-20250422", + version: "19.2.0-native-fb-3fbd6b7b-20250422", rendererPackageName: "react-dom", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.2.0-native-fb-ebf7318e-20250422" + reconcilerVersion: "19.2.0-native-fb-3fbd6b7b-20250422" }; internals.overrideHookState = overrideHookState; internals.overrideHookStateDeletePath = overrideHookStateDeletePath; @@ -26082,5 +26075,5 @@ __DEV__ && listenToAllSupportedEvents(container); return new ReactDOMHydrationRoot(initialChildren); }; - exports.version = "19.2.0-native-fb-ebf7318e-20250422"; + exports.version = "19.2.0-native-fb-3fbd6b7b-20250422"; })(); 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 717fa861af..0b4b5fa449 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<<27c6fd481162e9971cf8888fbd80f7bf>> + * @generated SignedSource<> */ /* @@ -4396,18 +4396,11 @@ function pushPrimaryTreeSuspenseHandler(handler) { : null !== current.memoizedState && (shellBoundary = handler)); } function pushOffscreenSuspenseHandler(fiber) { - if (22 === fiber.tag) { - if ( - (push(suspenseStackCursor, suspenseStackCursor.current), + 22 === fiber.tag + ? (push(suspenseStackCursor, suspenseStackCursor.current), push(suspenseHandlerStackCursor, fiber), - null === shellBoundary) - ) { - var current = fiber.alternate; - null !== current && - null !== current.memoizedState && - (shellBoundary = fiber); - } - } else reuseSuspenseHandlerOnStack(fiber); + null === shellBoundary && (shellBoundary = fiber)) + : reuseSuspenseHandlerOnStack(fiber); } function reuseSuspenseHandlerOnStack() { push(suspenseStackCursor, suspenseStackCursor.current); @@ -16068,14 +16061,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) { }; var isomorphicReactPackageVersion$jscomp$inline_1805 = React.version; if ( - "19.2.0-native-fb-ebf7318e-20250422" !== + "19.2.0-native-fb-3fbd6b7b-20250422" !== isomorphicReactPackageVersion$jscomp$inline_1805 ) throw Error( formatProdErrorMessage( 527, isomorphicReactPackageVersion$jscomp$inline_1805, - "19.2.0-native-fb-ebf7318e-20250422" + "19.2.0-native-fb-3fbd6b7b-20250422" ) ); ReactDOMSharedInternals.findDOMNode = function (componentOrElement) { @@ -16097,10 +16090,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) { }; var internals$jscomp$inline_2267 = { bundleType: 0, - version: "19.2.0-native-fb-ebf7318e-20250422", + version: "19.2.0-native-fb-3fbd6b7b-20250422", rendererPackageName: "react-dom", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.2.0-native-fb-ebf7318e-20250422" + reconcilerVersion: "19.2.0-native-fb-3fbd6b7b-20250422" }; if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) { var hook$jscomp$inline_2268 = __REACT_DEVTOOLS_GLOBAL_HOOK__; @@ -16204,4 +16197,4 @@ exports.hydrateRoot = function (container, initialChildren, options) { listenToAllSupportedEvents(container); return new ReactDOMHydrationRoot(initialChildren); }; -exports.version = "19.2.0-native-fb-ebf7318e-20250422"; +exports.version = "19.2.0-native-fb-3fbd6b7b-20250422"; 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 3a068d59ff..9c63ea5a4d 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<> + * @generated SignedSource<> */ /* @@ -4555,18 +4555,11 @@ function pushPrimaryTreeSuspenseHandler(handler) { : null !== current.memoizedState && (shellBoundary = handler)); } function pushOffscreenSuspenseHandler(fiber) { - if (22 === fiber.tag) { - if ( - (push(suspenseStackCursor, suspenseStackCursor.current), + 22 === fiber.tag + ? (push(suspenseStackCursor, suspenseStackCursor.current), push(suspenseHandlerStackCursor, fiber), - null === shellBoundary) - ) { - var current = fiber.alternate; - null !== current && - null !== current.memoizedState && - (shellBoundary = fiber); - } - } else reuseSuspenseHandlerOnStack(fiber); + null === shellBoundary && (shellBoundary = fiber)) + : reuseSuspenseHandlerOnStack(fiber); } function reuseSuspenseHandlerOnStack() { push(suspenseStackCursor, suspenseStackCursor.current); @@ -16758,14 +16751,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) { }; var isomorphicReactPackageVersion$jscomp$inline_1902 = React.version; if ( - "19.2.0-native-fb-ebf7318e-20250422" !== + "19.2.0-native-fb-3fbd6b7b-20250422" !== isomorphicReactPackageVersion$jscomp$inline_1902 ) throw Error( formatProdErrorMessage( 527, isomorphicReactPackageVersion$jscomp$inline_1902, - "19.2.0-native-fb-ebf7318e-20250422" + "19.2.0-native-fb-3fbd6b7b-20250422" ) ); ReactDOMSharedInternals.findDOMNode = function (componentOrElement) { @@ -16787,10 +16780,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) { }; var internals$jscomp$inline_1909 = { bundleType: 0, - version: "19.2.0-native-fb-ebf7318e-20250422", + version: "19.2.0-native-fb-3fbd6b7b-20250422", rendererPackageName: "react-dom", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.2.0-native-fb-ebf7318e-20250422", + reconcilerVersion: "19.2.0-native-fb-3fbd6b7b-20250422", getLaneLabelMap: function () { for ( var map = new Map(), lane = 1, index$297 = 0; @@ -16909,4 +16902,4 @@ exports.hydrateRoot = function (container, initialChildren, options) { listenToAllSupportedEvents(container); return new ReactDOMHydrationRoot(initialChildren); }; -exports.version = "19.2.0-native-fb-ebf7318e-20250422"; +exports.version = "19.2.0-native-fb-3fbd6b7b-20250422"; 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 5d2e4967b6..4b87a2391e 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<<93513ba89942ff029fc57026db72661a>> */ /* @@ -6653,18 +6653,11 @@ __DEV__ && : null !== current.memoizedState && (shellBoundary = handler)); } function pushOffscreenSuspenseHandler(fiber) { - if (22 === fiber.tag) { - if ( - (push(suspenseStackCursor, suspenseStackCursor.current, fiber), + 22 === fiber.tag + ? (push(suspenseStackCursor, suspenseStackCursor.current, fiber), push(suspenseHandlerStackCursor, fiber, fiber), - null === shellBoundary) - ) { - var current = fiber.alternate; - null !== current && - null !== current.memoizedState && - (shellBoundary = fiber); - } - } else reuseSuspenseHandlerOnStack(fiber); + null === shellBoundary && (shellBoundary = fiber)) + : reuseSuspenseHandlerOnStack(fiber); } function reuseSuspenseHandlerOnStack(fiber) { push(suspenseStackCursor, suspenseStackCursor.current, fiber); @@ -25955,11 +25948,11 @@ __DEV__ && }; (function () { var isomorphicReactPackageVersion = React.version; - if ("19.2.0-native-fb-ebf7318e-20250422" !== isomorphicReactPackageVersion) + if ("19.2.0-native-fb-3fbd6b7b-20250422" !== isomorphicReactPackageVersion) throw Error( 'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' + (isomorphicReactPackageVersion + - "\n - react-dom: 19.2.0-native-fb-ebf7318e-20250422\nLearn more: https://react.dev/warnings/version-mismatch") + "\n - react-dom: 19.2.0-native-fb-3fbd6b7b-20250422\nLearn more: https://react.dev/warnings/version-mismatch") ); })(); ("function" === typeof Map && @@ -25996,10 +25989,10 @@ __DEV__ && !(function () { var internals = { bundleType: 1, - version: "19.2.0-native-fb-ebf7318e-20250422", + version: "19.2.0-native-fb-3fbd6b7b-20250422", rendererPackageName: "react-dom", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.2.0-native-fb-ebf7318e-20250422" + reconcilerVersion: "19.2.0-native-fb-3fbd6b7b-20250422" }; internals.overrideHookState = overrideHookState; internals.overrideHookStateDeletePath = overrideHookStateDeletePath; @@ -26459,7 +26452,7 @@ __DEV__ && exports.useFormStatus = function () { return resolveDispatcher().useHostTransitionStatus(); }; - exports.version = "19.2.0-native-fb-ebf7318e-20250422"; + exports.version = "19.2.0-native-fb-3fbd6b7b-20250422"; "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 489f945269..83f8891197 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<> + * @generated SignedSource<<8825c1fbeb6ed8b172e8e0efcd4e7e87>> */ /* @@ -4396,18 +4396,11 @@ function pushPrimaryTreeSuspenseHandler(handler) { : null !== current.memoizedState && (shellBoundary = handler)); } function pushOffscreenSuspenseHandler(fiber) { - if (22 === fiber.tag) { - if ( - (push(suspenseStackCursor, suspenseStackCursor.current), + 22 === fiber.tag + ? (push(suspenseStackCursor, suspenseStackCursor.current), push(suspenseHandlerStackCursor, fiber), - null === shellBoundary) - ) { - var current = fiber.alternate; - null !== current && - null !== current.memoizedState && - (shellBoundary = fiber); - } - } else reuseSuspenseHandlerOnStack(fiber); + null === shellBoundary && (shellBoundary = fiber)) + : reuseSuspenseHandlerOnStack(fiber); } function reuseSuspenseHandlerOnStack() { push(suspenseStackCursor, suspenseStackCursor.current); @@ -16079,14 +16072,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) { }; var isomorphicReactPackageVersion$jscomp$inline_1806 = React.version; if ( - "19.2.0-native-fb-ebf7318e-20250422" !== + "19.2.0-native-fb-3fbd6b7b-20250422" !== isomorphicReactPackageVersion$jscomp$inline_1806 ) throw Error( formatProdErrorMessage( 527, isomorphicReactPackageVersion$jscomp$inline_1806, - "19.2.0-native-fb-ebf7318e-20250422" + "19.2.0-native-fb-3fbd6b7b-20250422" ) ); ReactDOMSharedInternals.findDOMNode = function (componentOrElement) { @@ -16108,10 +16101,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) { }; var internals$jscomp$inline_2270 = { bundleType: 0, - version: "19.2.0-native-fb-ebf7318e-20250422", + version: "19.2.0-native-fb-3fbd6b7b-20250422", rendererPackageName: "react-dom", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.2.0-native-fb-ebf7318e-20250422" + reconcilerVersion: "19.2.0-native-fb-3fbd6b7b-20250422" }; if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) { var hook$jscomp$inline_2271 = __REACT_DEVTOOLS_GLOBAL_HOOK__; @@ -16369,4 +16362,4 @@ exports.useFormState = function (action, initialState, permalink) { exports.useFormStatus = function () { return ReactSharedInternals.H.useHostTransitionStatus(); }; -exports.version = "19.2.0-native-fb-ebf7318e-20250422"; +exports.version = "19.2.0-native-fb-3fbd6b7b-20250422"; 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 1cc56f2631..130e51efdc 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<<556894fc1f93981c5aff1ab2f4b64474>> + * @generated SignedSource<<97780a47cc8e92ef2435446966a57dbe>> */ /* @@ -4559,18 +4559,11 @@ function pushPrimaryTreeSuspenseHandler(handler) { : null !== current.memoizedState && (shellBoundary = handler)); } function pushOffscreenSuspenseHandler(fiber) { - if (22 === fiber.tag) { - if ( - (push(suspenseStackCursor, suspenseStackCursor.current), + 22 === fiber.tag + ? (push(suspenseStackCursor, suspenseStackCursor.current), push(suspenseHandlerStackCursor, fiber), - null === shellBoundary) - ) { - var current = fiber.alternate; - null !== current && - null !== current.memoizedState && - (shellBoundary = fiber); - } - } else reuseSuspenseHandlerOnStack(fiber); + null === shellBoundary && (shellBoundary = fiber)) + : reuseSuspenseHandlerOnStack(fiber); } function reuseSuspenseHandlerOnStack() { push(suspenseStackCursor, suspenseStackCursor.current); @@ -16773,14 +16766,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) { }; var isomorphicReactPackageVersion$jscomp$inline_1903 = React.version; if ( - "19.2.0-native-fb-ebf7318e-20250422" !== + "19.2.0-native-fb-3fbd6b7b-20250422" !== isomorphicReactPackageVersion$jscomp$inline_1903 ) throw Error( formatProdErrorMessage( 527, isomorphicReactPackageVersion$jscomp$inline_1903, - "19.2.0-native-fb-ebf7318e-20250422" + "19.2.0-native-fb-3fbd6b7b-20250422" ) ); ReactDOMSharedInternals.findDOMNode = function (componentOrElement) { @@ -16802,10 +16795,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) { }; var internals$jscomp$inline_1910 = { bundleType: 0, - version: "19.2.0-native-fb-ebf7318e-20250422", + version: "19.2.0-native-fb-3fbd6b7b-20250422", rendererPackageName: "react-dom", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.2.0-native-fb-ebf7318e-20250422", + reconcilerVersion: "19.2.0-native-fb-3fbd6b7b-20250422", getLaneLabelMap: function () { for ( var map = new Map(), lane = 1, index$297 = 0; @@ -17078,7 +17071,7 @@ exports.useFormState = function (action, initialState, permalink) { exports.useFormStatus = function () { return ReactSharedInternals.H.useHostTransitionStatus(); }; -exports.version = "19.2.0-native-fb-ebf7318e-20250422"; +exports.version = "19.2.0-native-fb-3fbd6b7b-20250422"; "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 7002e468c9..3228d75906 100644 --- a/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-test-renderer/cjs/ReactTestRenderer-dev.js +++ b/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-test-renderer/cjs/ReactTestRenderer-dev.js @@ -7,7 +7,7 @@ * @noflow * @nolint * @preventMunge - * @generated SignedSource<> + * @generated SignedSource<> */ "use strict"; @@ -4007,18 +4007,11 @@ __DEV__ && : null !== current.memoizedState && (shellBoundary = handler)); } function pushOffscreenSuspenseHandler(fiber) { - if (22 === fiber.tag) { - if ( - (push(suspenseStackCursor, suspenseStackCursor.current, fiber), + 22 === fiber.tag + ? (push(suspenseStackCursor, suspenseStackCursor.current, fiber), push(suspenseHandlerStackCursor, fiber, fiber), - null === shellBoundary) - ) { - var current = fiber.alternate; - null !== current && - null !== current.memoizedState && - (shellBoundary = fiber); - } - } else reuseSuspenseHandlerOnStack(fiber); + null === shellBoundary && (shellBoundary = fiber)) + : reuseSuspenseHandlerOnStack(fiber); } function reuseSuspenseHandlerOnStack(fiber) { push(suspenseStackCursor, suspenseStackCursor.current, fiber); @@ -15443,10 +15436,10 @@ __DEV__ && (function () { var internals = { bundleType: 1, - version: "19.2.0-native-fb-ebf7318e-20250422", + version: "19.2.0-native-fb-3fbd6b7b-20250422", rendererPackageName: "react-test-renderer", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.2.0-native-fb-ebf7318e-20250422" + reconcilerVersion: "19.2.0-native-fb-3fbd6b7b-20250422" }; internals.overrideHookState = overrideHookState; internals.overrideHookStateDeletePath = overrideHookStateDeletePath; @@ -15591,5 +15584,5 @@ __DEV__ && flushSyncWorkAcrossRoots_impl(0, !0)); } }; - exports.version = "19.2.0-native-fb-ebf7318e-20250422"; + exports.version = "19.2.0-native-fb-3fbd6b7b-20250422"; })(); 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 4f64b0b2f8..62d1ac0db9 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<<1feb9271652b8172725ce33cc8d8b1dd>> + * @generated SignedSource<<9aa5148be294d8f939c6f3258c787a8a>> */ "use strict"; @@ -2632,18 +2632,11 @@ function pushPrimaryTreeSuspenseHandler(handler) { : null !== current.memoizedState && (shellBoundary = handler)); } function pushOffscreenSuspenseHandler(fiber) { - if (22 === fiber.tag) { - if ( - (push(suspenseStackCursor, suspenseStackCursor.current), + 22 === fiber.tag + ? (push(suspenseStackCursor, suspenseStackCursor.current), push(suspenseHandlerStackCursor, fiber), - null === shellBoundary) - ) { - var current = fiber.alternate; - null !== current && - null !== current.memoizedState && - (shellBoundary = fiber); - } - } else reuseSuspenseHandlerOnStack(fiber); + null === shellBoundary && (shellBoundary = fiber)) + : reuseSuspenseHandlerOnStack(fiber); } function reuseSuspenseHandlerOnStack() { push(suspenseStackCursor, suspenseStackCursor.current); @@ -9729,10 +9722,10 @@ function wrapFiber(fiber) { } var internals$jscomp$inline_1422 = { bundleType: 0, - version: "19.2.0-native-fb-ebf7318e-20250422", + version: "19.2.0-native-fb-3fbd6b7b-20250422", rendererPackageName: "react-test-renderer", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.2.0-native-fb-ebf7318e-20250422" + reconcilerVersion: "19.2.0-native-fb-3fbd6b7b-20250422" }; if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) { var hook$jscomp$inline_1423 = __REACT_DEVTOOLS_GLOBAL_HOOK__; @@ -9868,4 +9861,4 @@ exports.unstable_batchedUpdates = function (fn, a) { flushSyncWorkAcrossRoots_impl(0, !0)); } }; -exports.version = "19.2.0-native-fb-ebf7318e-20250422"; +exports.version = "19.2.0-native-fb-3fbd6b7b-20250422"; 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 2e1ec13daa..9f5f4272cd 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<> + * @generated SignedSource<> */ "use strict"; @@ -2748,18 +2748,11 @@ function pushPrimaryTreeSuspenseHandler(handler) { : null !== current.memoizedState && (shellBoundary = handler)); } function pushOffscreenSuspenseHandler(fiber) { - if (22 === fiber.tag) { - if ( - (push(suspenseStackCursor, suspenseStackCursor.current), + 22 === fiber.tag + ? (push(suspenseStackCursor, suspenseStackCursor.current), push(suspenseHandlerStackCursor, fiber), - null === shellBoundary) - ) { - var current = fiber.alternate; - null !== current && - null !== current.memoizedState && - (shellBoundary = fiber); - } - } else reuseSuspenseHandlerOnStack(fiber); + null === shellBoundary && (shellBoundary = fiber)) + : reuseSuspenseHandlerOnStack(fiber); } function reuseSuspenseHandlerOnStack() { push(suspenseStackCursor, suspenseStackCursor.current); @@ -10337,10 +10330,10 @@ function wrapFiber(fiber) { } var internals$jscomp$inline_1229 = { bundleType: 0, - version: "19.2.0-native-fb-ebf7318e-20250422", + version: "19.2.0-native-fb-3fbd6b7b-20250422", rendererPackageName: "react-test-renderer", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.2.0-native-fb-ebf7318e-20250422", + reconcilerVersion: "19.2.0-native-fb-3fbd6b7b-20250422", getLaneLabelMap: function () { for ( var map = new Map(), lane = 1, index$148 = 0; @@ -10491,4 +10484,4 @@ exports.unstable_batchedUpdates = function (fn, a) { flushSyncWorkAcrossRoots_impl(0, !0)); } }; -exports.version = "19.2.0-native-fb-ebf7318e-20250422"; +exports.version = "19.2.0-native-fb-3fbd6b7b-20250422"; 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 17b53f2775..46b76fa56f 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<<90488b02444e8fbb55822e2132c88fc7>> + * @generated SignedSource<<4f4c908312e03d79891b3b40d787149c>> */ "use strict"; @@ -1412,7 +1412,7 @@ __DEV__ && exports.useTransition = function () { return resolveDispatcher().useTransition(); }; - exports.version = "19.2.0-native-fb-ebf7318e-20250422"; + exports.version = "19.2.0-native-fb-3fbd6b7b-20250422"; "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 bde7f0aebe..c53b9d9d32 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<<3998ba9ee94a1c42a9ed1fe9e73283e2>> + * @generated SignedSource<> */ "use strict"; @@ -587,4 +587,4 @@ exports.useSyncExternalStore = function ( exports.useTransition = function () { return ReactSharedInternals.H.useTransition(); }; -exports.version = "19.2.0-native-fb-ebf7318e-20250422"; +exports.version = "19.2.0-native-fb-3fbd6b7b-20250422"; 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 78399c6ae6..2001f3e60e 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<<3d0b7c188ac20a613fe888f924c66510>> + * @generated SignedSource<<2cfc89d092f33b95ab3f7f73ff7dca29>> */ "use strict"; @@ -591,7 +591,7 @@ exports.useSyncExternalStore = function ( exports.useTransition = function () { return ReactSharedInternals.H.useTransition(); }; -exports.version = "19.2.0-native-fb-ebf7318e-20250422"; +exports.version = "19.2.0-native-fb-3fbd6b7b-20250422"; "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 c68772a16b..4ce1da7cd3 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 @@ -ebf7318e87cf2e10b6bd9a6bb0ad8bf6f6186f80 +3fbd6b7b50e3a174883633695586b892249e5635 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 91902cb6ed..0b1ea81a4d 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<<21daa8ecaad7c5edbf710dd39dbda75f>> + * @generated SignedSource<<85cb160a8b7bb3d70bb8ca6134e6affa>> */ "use strict"; @@ -4902,18 +4902,11 @@ __DEV__ && : null !== current.memoizedState && (shellBoundary = handler)); } function pushOffscreenSuspenseHandler(fiber) { - if (22 === fiber.tag) { - if ( - (push(suspenseStackCursor, suspenseStackCursor.current, fiber), + 22 === fiber.tag + ? (push(suspenseStackCursor, suspenseStackCursor.current, fiber), push(suspenseHandlerStackCursor, fiber, fiber), - null === shellBoundary) - ) { - var current = fiber.alternate; - null !== current && - null !== current.memoizedState && - (shellBoundary = fiber); - } - } else reuseSuspenseHandlerOnStack(fiber); + null === shellBoundary && (shellBoundary = fiber)) + : reuseSuspenseHandlerOnStack(fiber); } function reuseSuspenseHandlerOnStack(fiber) { push(suspenseStackCursor, suspenseStackCursor.current, fiber); @@ -17160,10 +17153,10 @@ __DEV__ && (function () { var internals = { bundleType: 1, - version: "19.2.0-native-fb-ebf7318e-20250422", + version: "19.2.0-native-fb-3fbd6b7b-20250422", rendererPackageName: "react-native-renderer", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.2.0-native-fb-ebf7318e-20250422" + reconcilerVersion: "19.2.0-native-fb-3fbd6b7b-20250422" }; 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 54ff137ed5..cf373e1b60 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<<21f6abc5f5bcda305c2f9e0fcb3e6776>> */ "use strict"; @@ -3873,18 +3873,11 @@ function pushPrimaryTreeSuspenseHandler(handler) { : null !== current.memoizedState && (shellBoundary = handler)); } function pushOffscreenSuspenseHandler(fiber) { - if (22 === fiber.tag) { - if ( - (push(suspenseStackCursor, suspenseStackCursor.current), + 22 === fiber.tag + ? (push(suspenseStackCursor, suspenseStackCursor.current), push(suspenseHandlerStackCursor, fiber), - null === shellBoundary) - ) { - var current = fiber.alternate; - null !== current && - null !== current.memoizedState && - (shellBoundary = fiber); - } - } else reuseSuspenseHandlerOnStack(fiber); + null === shellBoundary && (shellBoundary = fiber)) + : reuseSuspenseHandlerOnStack(fiber); } function reuseSuspenseHandlerOnStack() { push(suspenseStackCursor, suspenseStackCursor.current); @@ -10939,10 +10932,10 @@ batchedUpdatesImpl = function (fn, a) { var roots = new Map(), internals$jscomp$inline_1223 = { bundleType: 0, - version: "19.2.0-native-fb-ebf7318e-20250422", + version: "19.2.0-native-fb-3fbd6b7b-20250422", rendererPackageName: "react-native-renderer", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.2.0-native-fb-ebf7318e-20250422" + reconcilerVersion: "19.2.0-native-fb-3fbd6b7b-20250422" }; null !== extraDevToolsConfig && (internals$jscomp$inline_1223.rendererConfig = extraDevToolsConfig); diff --git a/compiled-rn/facebook-fbsource/xplat/js/react-native-github/Libraries/Renderer/implementations/ReactFabric-profiling.fb.js b/compiled-rn/facebook-fbsource/xplat/js/react-native-github/Libraries/Renderer/implementations/ReactFabric-profiling.fb.js index deaa497f87..137a1109b6 100644 --- a/compiled-rn/facebook-fbsource/xplat/js/react-native-github/Libraries/Renderer/implementations/ReactFabric-profiling.fb.js +++ b/compiled-rn/facebook-fbsource/xplat/js/react-native-github/Libraries/Renderer/implementations/ReactFabric-profiling.fb.js @@ -7,7 +7,7 @@ * @noflow * @nolint * @preventMunge - * @generated SignedSource<> + * @generated SignedSource<<8af10a87f7e2e25068c761be899ee901>> */ "use strict"; @@ -4023,18 +4023,11 @@ function pushPrimaryTreeSuspenseHandler(handler) { : null !== current.memoizedState && (shellBoundary = handler)); } function pushOffscreenSuspenseHandler(fiber) { - if (22 === fiber.tag) { - if ( - (push(suspenseStackCursor, suspenseStackCursor.current), + 22 === fiber.tag + ? (push(suspenseStackCursor, suspenseStackCursor.current), push(suspenseHandlerStackCursor, fiber), - null === shellBoundary) - ) { - var current = fiber.alternate; - null !== current && - null !== current.memoizedState && - (shellBoundary = fiber); - } - } else reuseSuspenseHandlerOnStack(fiber); + null === shellBoundary && (shellBoundary = fiber)) + : reuseSuspenseHandlerOnStack(fiber); } function reuseSuspenseHandlerOnStack() { push(suspenseStackCursor, suspenseStackCursor.current); @@ -11631,10 +11624,10 @@ batchedUpdatesImpl = function (fn, a) { var roots = new Map(), internals$jscomp$inline_1318 = { bundleType: 0, - version: "19.2.0-native-fb-ebf7318e-20250422", + version: "19.2.0-native-fb-3fbd6b7b-20250422", rendererPackageName: "react-native-renderer", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.2.0-native-fb-ebf7318e-20250422" + reconcilerVersion: "19.2.0-native-fb-3fbd6b7b-20250422" }; null !== extraDevToolsConfig && (internals$jscomp$inline_1318.rendererConfig = extraDevToolsConfig); diff --git a/compiled-rn/facebook-fbsource/xplat/js/react-native-github/Libraries/Renderer/implementations/ReactNativeRenderer-dev.fb.js b/compiled-rn/facebook-fbsource/xplat/js/react-native-github/Libraries/Renderer/implementations/ReactNativeRenderer-dev.fb.js index e9d2e4283c..3c8c2f22ba 100644 --- a/compiled-rn/facebook-fbsource/xplat/js/react-native-github/Libraries/Renderer/implementations/ReactNativeRenderer-dev.fb.js +++ b/compiled-rn/facebook-fbsource/xplat/js/react-native-github/Libraries/Renderer/implementations/ReactNativeRenderer-dev.fb.js @@ -7,7 +7,7 @@ * @noflow * @nolint * @preventMunge - * @generated SignedSource<> + * @generated SignedSource<<08b1a87e71ffe68c63a387ad85355fe0>> */ "use strict"; @@ -5026,18 +5026,11 @@ __DEV__ && : null !== current.memoizedState && (shellBoundary = handler)); } function pushOffscreenSuspenseHandler(fiber) { - if (22 === fiber.tag) { - if ( - (push(suspenseStackCursor, suspenseStackCursor.current, fiber), + 22 === fiber.tag + ? (push(suspenseStackCursor, suspenseStackCursor.current, fiber), push(suspenseHandlerStackCursor, fiber, fiber), - null === shellBoundary) - ) { - var current = fiber.alternate; - null !== current && - null !== current.memoizedState && - (shellBoundary = fiber); - } - } else reuseSuspenseHandlerOnStack(fiber); + null === shellBoundary && (shellBoundary = fiber)) + : reuseSuspenseHandlerOnStack(fiber); } function reuseSuspenseHandlerOnStack(fiber) { push(suspenseStackCursor, suspenseStackCursor.current, fiber); @@ -17377,11 +17370,11 @@ __DEV__ && shouldSuspendImpl = newShouldSuspendImpl; }; var isomorphicReactPackageVersion = React.version; - if ("19.2.0-native-fb-ebf7318e-20250422" !== isomorphicReactPackageVersion) + if ("19.2.0-native-fb-3fbd6b7b-20250422" !== isomorphicReactPackageVersion) throw Error( 'Incompatible React versions: The "react" and "react-native-renderer" packages must have the exact same version. Instead got:\n - react: ' + (isomorphicReactPackageVersion + - "\n - react-native-renderer: 19.2.0-native-fb-ebf7318e-20250422\nLearn more: https://react.dev/warnings/version-mismatch") + "\n - react-native-renderer: 19.2.0-native-fb-3fbd6b7b-20250422\nLearn more: https://react.dev/warnings/version-mismatch") ); if ( "function" !== @@ -17407,10 +17400,10 @@ __DEV__ && (function () { var internals = { bundleType: 1, - version: "19.2.0-native-fb-ebf7318e-20250422", + version: "19.2.0-native-fb-3fbd6b7b-20250422", rendererPackageName: "react-native-renderer", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.2.0-native-fb-ebf7318e-20250422" + reconcilerVersion: "19.2.0-native-fb-3fbd6b7b-20250422" }; 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 d85663730a..10a82307cd 100644 --- a/compiled-rn/facebook-fbsource/xplat/js/react-native-github/Libraries/Renderer/implementations/ReactNativeRenderer-prod.fb.js +++ b/compiled-rn/facebook-fbsource/xplat/js/react-native-github/Libraries/Renderer/implementations/ReactNativeRenderer-prod.fb.js @@ -7,7 +7,7 @@ * @noflow * @nolint * @preventMunge - * @generated SignedSource<> + * @generated SignedSource<> */ "use strict"; @@ -4037,18 +4037,11 @@ function pushPrimaryTreeSuspenseHandler(handler) { : null !== current.memoizedState && (shellBoundary = handler)); } function pushOffscreenSuspenseHandler(fiber) { - if (22 === fiber.tag) { - if ( - (push(suspenseStackCursor, suspenseStackCursor.current), + 22 === fiber.tag + ? (push(suspenseStackCursor, suspenseStackCursor.current), push(suspenseHandlerStackCursor, fiber), - null === shellBoundary) - ) { - var current = fiber.alternate; - null !== current && - null !== current.memoizedState && - (shellBoundary = fiber); - } - } else reuseSuspenseHandlerOnStack(fiber); + null === shellBoundary && (shellBoundary = fiber)) + : reuseSuspenseHandlerOnStack(fiber); } function reuseSuspenseHandlerOnStack() { push(suspenseStackCursor, suspenseStackCursor.current); @@ -11041,11 +11034,11 @@ function updateContainer(element, container, parentComponent, callback) { return lane; } var isomorphicReactPackageVersion = React.version; -if ("19.2.0-native-fb-ebf7318e-20250422" !== isomorphicReactPackageVersion) +if ("19.2.0-native-fb-3fbd6b7b-20250422" !== isomorphicReactPackageVersion) throw Error( 'Incompatible React versions: The "react" and "react-native-renderer" packages must have the exact same version. Instead got:\n - react: ' + (isomorphicReactPackageVersion + - "\n - react-native-renderer: 19.2.0-native-fb-ebf7318e-20250422\nLearn more: https://react.dev/warnings/version-mismatch") + "\n - react-native-renderer: 19.2.0-native-fb-3fbd6b7b-20250422\nLearn more: https://react.dev/warnings/version-mismatch") ); if ( "function" !== @@ -11094,10 +11087,10 @@ batchedUpdatesImpl = function (fn, a) { var roots = new Map(), internals$jscomp$inline_1286 = { bundleType: 0, - version: "19.2.0-native-fb-ebf7318e-20250422", + version: "19.2.0-native-fb-3fbd6b7b-20250422", rendererPackageName: "react-native-renderer", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.2.0-native-fb-ebf7318e-20250422" + reconcilerVersion: "19.2.0-native-fb-3fbd6b7b-20250422" }; null !== extraDevToolsConfig && (internals$jscomp$inline_1286.rendererConfig = extraDevToolsConfig); diff --git a/compiled-rn/facebook-fbsource/xplat/js/react-native-github/Libraries/Renderer/implementations/ReactNativeRenderer-profiling.fb.js b/compiled-rn/facebook-fbsource/xplat/js/react-native-github/Libraries/Renderer/implementations/ReactNativeRenderer-profiling.fb.js index af0b2994a1..201d56a44b 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<<13574f21eb3367061178647a0cd5d092>> + * @generated SignedSource<<49c16c3b4800fd8f19db17209f38a436>> */ "use strict"; @@ -4187,18 +4187,11 @@ function pushPrimaryTreeSuspenseHandler(handler) { : null !== current.memoizedState && (shellBoundary = handler)); } function pushOffscreenSuspenseHandler(fiber) { - if (22 === fiber.tag) { - if ( - (push(suspenseStackCursor, suspenseStackCursor.current), + 22 === fiber.tag + ? (push(suspenseStackCursor, suspenseStackCursor.current), push(suspenseHandlerStackCursor, fiber), - null === shellBoundary) - ) { - var current = fiber.alternate; - null !== current && - null !== current.memoizedState && - (shellBoundary = fiber); - } - } else reuseSuspenseHandlerOnStack(fiber); + null === shellBoundary && (shellBoundary = fiber)) + : reuseSuspenseHandlerOnStack(fiber); } function reuseSuspenseHandlerOnStack() { push(suspenseStackCursor, suspenseStackCursor.current); @@ -11731,11 +11724,11 @@ function updateContainer(element, container, parentComponent, callback) { return lane; } var isomorphicReactPackageVersion = React.version; -if ("19.2.0-native-fb-ebf7318e-20250422" !== isomorphicReactPackageVersion) +if ("19.2.0-native-fb-3fbd6b7b-20250422" !== isomorphicReactPackageVersion) throw Error( 'Incompatible React versions: The "react" and "react-native-renderer" packages must have the exact same version. Instead got:\n - react: ' + (isomorphicReactPackageVersion + - "\n - react-native-renderer: 19.2.0-native-fb-ebf7318e-20250422\nLearn more: https://react.dev/warnings/version-mismatch") + "\n - react-native-renderer: 19.2.0-native-fb-3fbd6b7b-20250422\nLearn more: https://react.dev/warnings/version-mismatch") ); if ( "function" !== @@ -11784,10 +11777,10 @@ batchedUpdatesImpl = function (fn, a) { var roots = new Map(), internals$jscomp$inline_1381 = { bundleType: 0, - version: "19.2.0-native-fb-ebf7318e-20250422", + version: "19.2.0-native-fb-3fbd6b7b-20250422", rendererPackageName: "react-native-renderer", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.2.0-native-fb-ebf7318e-20250422" + reconcilerVersion: "19.2.0-native-fb-3fbd6b7b-20250422" }; null !== extraDevToolsConfig && (internals$jscomp$inline_1381.rendererConfig = extraDevToolsConfig);