From ea06e7b55a89985cbfeee73fdbec01ad444d1fff Mon Sep 17 00:00:00 2001 From: sebmarkbage Date: Thu, 2 Jan 2025 18:30:47 -0800 Subject: [PATCH] Make RefStatic and LayoutStatic the same bit (#31965) Refs are basically just fancy Layout Effects. These are conceptually the same thing and are always visited together so they don't need to be different flags. Whenever we disappear/reappear Offscreen content we need to do both Refs and Layout Effects. This is just indicating which phase needs to be visited and these are always the same phase. DiffTrain build for [3b009b4cd58d382cfde2a72232c87df1a34d56d5](https://github.com/facebook/react/commit/3b009b4cd58d382cfde2a72232c87df1a34d56d5) --- 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 | 32 +++++++++---------- .../react-dom/cjs/ReactDOMClient-prod.js | 26 +++++++-------- .../react-dom/cjs/ReactDOMClient-profiling.js | 30 ++++++++--------- .../react-dom/cjs/ReactDOMProfiling-dev.js | 32 +++++++++---------- .../react-dom/cjs/ReactDOMProfiling-prod.js | 26 +++++++-------- .../cjs/ReactDOMProfiling-profiling.js | 30 ++++++++--------- .../cjs/ReactTestRenderer-dev.js | 28 ++++++++-------- .../cjs/ReactTestRenderer-prod.js | 22 ++++++------- .../cjs/ReactTestRenderer-profiling.js | 26 +++++++-------- .../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 | 26 +++++++-------- .../implementations/ReactFabric-prod.fb.js | 20 ++++++------ .../ReactFabric-profiling.fb.js | 24 +++++++------- .../ReactNativeRenderer-dev.fb.js | 30 ++++++++--------- .../ReactNativeRenderer-prod.fb.js | 24 +++++++------- .../ReactNativeRenderer-profiling.fb.js | 28 ++++++++-------- 23 files changed, 216 insertions(+), 216 deletions(-) diff --git a/compiled-rn/VERSION_NATIVE_FB b/compiled-rn/VERSION_NATIVE_FB index 241bff8209..b475046758 100644 --- a/compiled-rn/VERSION_NATIVE_FB +++ b/compiled-rn/VERSION_NATIVE_FB @@ -1 +1 @@ -19.1.0-native-fb-c81312e3-20250102 \ No newline at end of file +19.1.0-native-fb-3b009b4c-20250102 \ 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 b02c742934..8551b86521 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<<02a6ea8d2bfe1b4a480a21cbc05c590b>> + * @generated SignedSource<<9bd134138f5b06cd767f897c60d22200>> */ "use strict"; @@ -420,5 +420,5 @@ __DEV__ && exports.useFormStatus = function () { return resolveDispatcher().useHostTransitionStatus(); }; - exports.version = "19.1.0-native-fb-c81312e3-20250102"; + exports.version = "19.1.0-native-fb-3b009b4c-20250102"; })(); 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 e3b02a83df..44f00bb6a0 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<<355537d2f428007d2a3d9028e140f67d>> + * @generated SignedSource<<0948aeab04f6f5ed7045a019b211bcec>> */ "use strict"; @@ -203,4 +203,4 @@ exports.useFormState = function (action, initialState, permalink) { exports.useFormStatus = function () { return ReactSharedInternals.H.useHostTransitionStatus(); }; -exports.version = "19.1.0-native-fb-c81312e3-20250102"; +exports.version = "19.1.0-native-fb-3b009b4c-20250102"; 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 e3b02a83df..44f00bb6a0 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<<355537d2f428007d2a3d9028e140f67d>> + * @generated SignedSource<<0948aeab04f6f5ed7045a019b211bcec>> */ "use strict"; @@ -203,4 +203,4 @@ exports.useFormState = function (action, initialState, permalink) { exports.useFormStatus = function () { return ReactSharedInternals.H.useHostTransitionStatus(); }; -exports.version = "19.1.0-native-fb-c81312e3-20250102"; +exports.version = "19.1.0-native-fb-3b009b4c-20250102"; 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 228ea3a767..45014a7b9d 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<<745520964ed6c79b6f2de315054c84d6>> + * @generated SignedSource<<03613344aa6068afaba47c44eeaf2e5f>> */ /* @@ -5803,7 +5803,7 @@ __DEV__ && null; hookTypesUpdateIndexDev = -1; null !== current && - (current.flags & 31457280) !== (workInProgress.flags & 31457280) && + (current.flags & 29360128) !== (workInProgress.flags & 29360128) && (current.mode & ConcurrentMode) !== NoMode && error$jscomp$0( "Internal React error: Expected static flag was missing. Please notify the React team." @@ -9174,14 +9174,14 @@ __DEV__ && if (null === ref) null !== current && null !== current.ref && - (workInProgress.flags |= 2097664); + (workInProgress.flags |= 4194816); else { if ("function" !== typeof ref && "object" !== typeof ref) throw Error( "Expected ref to be a function, an object returned by React.createRef(), or undefined/null." ); if (null === current || current.ref !== ref) - workInProgress.flags |= 2097664; + workInProgress.flags |= 4194816; } } function updateFunctionComponent( @@ -10033,7 +10033,7 @@ __DEV__ && componentStack )), (JSCompiler_object_inline_stack_2404.subtreeFlags = - JSCompiler_temp.subtreeFlags & 31457280)), + JSCompiler_temp.subtreeFlags & 29360128)), null !== instance ? (JSCompiler_object_inline_componentStack_2405 = createWorkInProgress( @@ -14035,7 +14035,7 @@ __DEV__ && (workInProgress.deletions = null), (workInProgress.actualDuration = -0), (workInProgress.actualStartTime = -1.1)); - workInProgress.flags = current.flags & 31457280; + workInProgress.flags = current.flags & 29360128; workInProgress.childLanes = current.childLanes; workInProgress.lanes = current.lanes; workInProgress.child = current.child; @@ -14073,7 +14073,7 @@ __DEV__ && return workInProgress; } function resetWorkInProgress(workInProgress, renderLanes) { - workInProgress.flags &= 31457282; + workInProgress.flags &= 29360130; var current = workInProgress.alternate; null === current ? ((workInProgress.childLanes = 0), @@ -14383,8 +14383,8 @@ __DEV__ && ) (newChildLanes |= _child2.lanes | _child2.childLanes), - (subtreeFlags |= _child2.subtreeFlags & 31457280), - (subtreeFlags |= _child2.flags & 31457280), + (subtreeFlags |= _child2.subtreeFlags & 29360128), + (subtreeFlags |= _child2.flags & 29360128), (_treeBaseDuration += _child2.treeBaseDuration), (_child2 = _child2.sibling); completedWork.treeBaseDuration = _treeBaseDuration; @@ -14396,8 +14396,8 @@ __DEV__ && ) (newChildLanes |= _treeBaseDuration.lanes | _treeBaseDuration.childLanes), - (subtreeFlags |= _treeBaseDuration.subtreeFlags & 31457280), - (subtreeFlags |= _treeBaseDuration.flags & 31457280), + (subtreeFlags |= _treeBaseDuration.subtreeFlags & 29360128), + (subtreeFlags |= _treeBaseDuration.flags & 29360128), (_treeBaseDuration.return = completedWork), (_treeBaseDuration = _treeBaseDuration.sibling); else if ((completedWork.mode & ProfileMode) !== NoMode) { @@ -25886,11 +25886,11 @@ __DEV__ && }; (function () { var isomorphicReactPackageVersion = React.version; - if ("19.1.0-native-fb-c81312e3-20250102" !== isomorphicReactPackageVersion) + if ("19.1.0-native-fb-3b009b4c-20250102" !== isomorphicReactPackageVersion) throw Error( 'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' + (isomorphicReactPackageVersion + - "\n - react-dom: 19.1.0-native-fb-c81312e3-20250102\nLearn more: https://react.dev/warnings/version-mismatch") + "\n - react-dom: 19.1.0-native-fb-3b009b4c-20250102\nLearn more: https://react.dev/warnings/version-mismatch") ); })(); ("function" === typeof Map && @@ -25927,10 +25927,10 @@ __DEV__ && !(function () { var internals = { bundleType: 1, - version: "19.1.0-native-fb-c81312e3-20250102", + version: "19.1.0-native-fb-3b009b4c-20250102", rendererPackageName: "react-dom", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.1.0-native-fb-c81312e3-20250102" + reconcilerVersion: "19.1.0-native-fb-3b009b4c-20250102" }; internals.overrideHookState = overrideHookState; internals.overrideHookStateDeletePath = overrideHookStateDeletePath; @@ -26076,5 +26076,5 @@ __DEV__ && listenToAllSupportedEvents(container); return new ReactDOMHydrationRoot(initialChildren); }; - exports.version = "19.1.0-native-fb-c81312e3-20250102"; + exports.version = "19.1.0-native-fb-3b009b4c-20250102"; })(); 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 1d72ca00b3..1a489dabc1 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<> + * @generated SignedSource<<4ed2f264bde385ff618b27f469c22dc6>> */ /* @@ -6404,12 +6404,12 @@ function markRef(current, workInProgress) { if (null === ref) null !== current && null !== current.ref && - (workInProgress.flags |= 2097664); + (workInProgress.flags |= 4194816); else { if ("function" !== typeof ref && "object" !== typeof ref) throw Error(formatProdErrorMessage(284)); if (null === current || current.ref !== ref) - workInProgress.flags |= 2097664; + workInProgress.flags |= 4194816; } } function updateFunctionComponent( @@ -7029,7 +7029,7 @@ function updateSuspenseComponent(current, workInProgress, renderLanes) { didSuspend )), (nextProps.subtreeFlags = - JSCompiler_temp$jscomp$0.subtreeFlags & 31457280)), + JSCompiler_temp$jscomp$0.subtreeFlags & 29360128)), null !== digest ? (showFallback = createWorkInProgress(digest, showFallback)) : ((showFallback = createFiberFromFragment( @@ -10012,7 +10012,7 @@ function createWorkInProgress(current, pendingProps) { (workInProgress.flags = 0), (workInProgress.subtreeFlags = 0), (workInProgress.deletions = null)); - workInProgress.flags = current.flags & 31457280; + workInProgress.flags = current.flags & 29360128; workInProgress.childLanes = current.childLanes; workInProgress.lanes = current.lanes; workInProgress.child = current.child; @@ -10031,7 +10031,7 @@ function createWorkInProgress(current, pendingProps) { return workInProgress; } function resetWorkInProgress(workInProgress, renderLanes) { - workInProgress.flags &= 31457282; + workInProgress.flags &= 29360130; var current = workInProgress.alternate; null === current ? ((workInProgress.childLanes = 0), @@ -10265,8 +10265,8 @@ function bubbleProperties(completedWork) { if (didBailout) for (var child$144 = completedWork.child; null !== child$144; ) (newChildLanes |= child$144.lanes | child$144.childLanes), - (subtreeFlags |= child$144.subtreeFlags & 31457280), - (subtreeFlags |= child$144.flags & 31457280), + (subtreeFlags |= child$144.subtreeFlags & 29360128), + (subtreeFlags |= child$144.flags & 29360128), (child$144.return = completedWork), (child$144 = child$144.sibling); else @@ -15904,14 +15904,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) { }; var isomorphicReactPackageVersion$jscomp$inline_1754 = React.version; if ( - "19.1.0-native-fb-c81312e3-20250102" !== + "19.1.0-native-fb-3b009b4c-20250102" !== isomorphicReactPackageVersion$jscomp$inline_1754 ) throw Error( formatProdErrorMessage( 527, isomorphicReactPackageVersion$jscomp$inline_1754, - "19.1.0-native-fb-c81312e3-20250102" + "19.1.0-native-fb-3b009b4c-20250102" ) ); ReactDOMSharedInternals.findDOMNode = function (componentOrElement) { @@ -15933,10 +15933,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) { }; var internals$jscomp$inline_2202 = { bundleType: 0, - version: "19.1.0-native-fb-c81312e3-20250102", + version: "19.1.0-native-fb-3b009b4c-20250102", rendererPackageName: "react-dom", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.1.0-native-fb-c81312e3-20250102" + reconcilerVersion: "19.1.0-native-fb-3b009b4c-20250102" }; if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) { var hook$jscomp$inline_2203 = __REACT_DEVTOOLS_GLOBAL_HOOK__; @@ -16042,4 +16042,4 @@ exports.hydrateRoot = function (container, initialChildren, options) { listenToAllSupportedEvents(container); return new ReactDOMHydrationRoot(initialChildren); }; -exports.version = "19.1.0-native-fb-c81312e3-20250102"; +exports.version = "19.1.0-native-fb-3b009b4c-20250102"; 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 addb7e8c89..d8aa1876e2 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<<53e0e8022b3f83c6e0ef6bcd5ac4e7e1>> + * @generated SignedSource<<77dbda27b5049a4b3f2def588adb6ecc>> */ /* @@ -6547,12 +6547,12 @@ function markRef(current, workInProgress) { if (null === ref) null !== current && null !== current.ref && - (workInProgress.flags |= 2097664); + (workInProgress.flags |= 4194816); else { if ("function" !== typeof ref && "object" !== typeof ref) throw Error(formatProdErrorMessage(284)); if (null === current || current.ref !== ref) - workInProgress.flags |= 2097664; + workInProgress.flags |= 4194816; } } function updateFunctionComponent( @@ -7190,7 +7190,7 @@ function updateSuspenseComponent(current, workInProgress, renderLanes) { didSuspend )), (nextProps.subtreeFlags = - JSCompiler_temp$jscomp$0.subtreeFlags & 31457280)), + JSCompiler_temp$jscomp$0.subtreeFlags & 29360128)), null !== digest ? (showFallback = createWorkInProgress(digest, showFallback)) : ((showFallback = createFiberFromFragment( @@ -10445,7 +10445,7 @@ function createWorkInProgress(current, pendingProps) { (workInProgress.deletions = null), (workInProgress.actualDuration = -0), (workInProgress.actualStartTime = -1.1)); - workInProgress.flags = current.flags & 31457280; + workInProgress.flags = current.flags & 29360128; workInProgress.childLanes = current.childLanes; workInProgress.lanes = current.lanes; workInProgress.child = current.child; @@ -10466,7 +10466,7 @@ function createWorkInProgress(current, pendingProps) { return workInProgress; } function resetWorkInProgress(workInProgress, renderLanes) { - workInProgress.flags &= 31457282; + workInProgress.flags &= 29360130; var current = workInProgress.alternate; null === current ? ((workInProgress.childLanes = 0), @@ -10711,8 +10711,8 @@ function bubbleProperties(completedWork) { ) (newChildLanes |= child$156.lanes | child$156.childLanes), - (subtreeFlags |= child$156.subtreeFlags & 31457280), - (subtreeFlags |= child$156.flags & 31457280), + (subtreeFlags |= child$156.subtreeFlags & 29360128), + (subtreeFlags |= child$156.flags & 29360128), (treeBaseDuration$155 += child$156.treeBaseDuration), (child$156 = child$156.sibling); completedWork.treeBaseDuration = treeBaseDuration$155; @@ -10724,8 +10724,8 @@ function bubbleProperties(completedWork) { ) (newChildLanes |= treeBaseDuration$155.lanes | treeBaseDuration$155.childLanes), - (subtreeFlags |= treeBaseDuration$155.subtreeFlags & 31457280), - (subtreeFlags |= treeBaseDuration$155.flags & 31457280), + (subtreeFlags |= treeBaseDuration$155.subtreeFlags & 29360128), + (subtreeFlags |= treeBaseDuration$155.flags & 29360128), (treeBaseDuration$155.return = completedWork), (treeBaseDuration$155 = treeBaseDuration$155.sibling); else if (0 !== (completedWork.mode & 2)) { @@ -16551,14 +16551,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) { }; var isomorphicReactPackageVersion$jscomp$inline_1849 = React.version; if ( - "19.1.0-native-fb-c81312e3-20250102" !== + "19.1.0-native-fb-3b009b4c-20250102" !== isomorphicReactPackageVersion$jscomp$inline_1849 ) throw Error( formatProdErrorMessage( 527, isomorphicReactPackageVersion$jscomp$inline_1849, - "19.1.0-native-fb-c81312e3-20250102" + "19.1.0-native-fb-3b009b4c-20250102" ) ); ReactDOMSharedInternals.findDOMNode = function (componentOrElement) { @@ -16580,10 +16580,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) { }; var internals$jscomp$inline_1856 = { bundleType: 0, - version: "19.1.0-native-fb-c81312e3-20250102", + version: "19.1.0-native-fb-3b009b4c-20250102", rendererPackageName: "react-dom", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.1.0-native-fb-c81312e3-20250102", + reconcilerVersion: "19.1.0-native-fb-3b009b4c-20250102", getLaneLabelMap: function () { for ( var map = new Map(), lane = 1, index$294 = 0; @@ -16704,4 +16704,4 @@ exports.hydrateRoot = function (container, initialChildren, options) { listenToAllSupportedEvents(container); return new ReactDOMHydrationRoot(initialChildren); }; -exports.version = "19.1.0-native-fb-c81312e3-20250102"; +exports.version = "19.1.0-native-fb-3b009b4c-20250102"; 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 291bc20eb5..200d01933a 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<<279e630bc11c7ce256066c11b7dc6bff>> + * @generated SignedSource<<9a45ab0ad85ed7ee483a6642c81865e3>> */ /* @@ -5811,7 +5811,7 @@ __DEV__ && null; hookTypesUpdateIndexDev = -1; null !== current && - (current.flags & 31457280) !== (workInProgress.flags & 31457280) && + (current.flags & 29360128) !== (workInProgress.flags & 29360128) && (current.mode & ConcurrentMode) !== NoMode && error$jscomp$0( "Internal React error: Expected static flag was missing. Please notify the React team." @@ -9182,14 +9182,14 @@ __DEV__ && if (null === ref) null !== current && null !== current.ref && - (workInProgress.flags |= 2097664); + (workInProgress.flags |= 4194816); else { if ("function" !== typeof ref && "object" !== typeof ref) throw Error( "Expected ref to be a function, an object returned by React.createRef(), or undefined/null." ); if (null === current || current.ref !== ref) - workInProgress.flags |= 2097664; + workInProgress.flags |= 4194816; } } function updateFunctionComponent( @@ -10041,7 +10041,7 @@ __DEV__ && componentStack )), (JSCompiler_object_inline_stack_2409.subtreeFlags = - JSCompiler_temp.subtreeFlags & 31457280)), + JSCompiler_temp.subtreeFlags & 29360128)), null !== instance ? (JSCompiler_object_inline_componentStack_2410 = createWorkInProgress( @@ -14043,7 +14043,7 @@ __DEV__ && (workInProgress.deletions = null), (workInProgress.actualDuration = -0), (workInProgress.actualStartTime = -1.1)); - workInProgress.flags = current.flags & 31457280; + workInProgress.flags = current.flags & 29360128; workInProgress.childLanes = current.childLanes; workInProgress.lanes = current.lanes; workInProgress.child = current.child; @@ -14081,7 +14081,7 @@ __DEV__ && return workInProgress; } function resetWorkInProgress(workInProgress, renderLanes) { - workInProgress.flags &= 31457282; + workInProgress.flags &= 29360130; var current = workInProgress.alternate; null === current ? ((workInProgress.childLanes = 0), @@ -14391,8 +14391,8 @@ __DEV__ && ) (newChildLanes |= _child2.lanes | _child2.childLanes), - (subtreeFlags |= _child2.subtreeFlags & 31457280), - (subtreeFlags |= _child2.flags & 31457280), + (subtreeFlags |= _child2.subtreeFlags & 29360128), + (subtreeFlags |= _child2.flags & 29360128), (_treeBaseDuration += _child2.treeBaseDuration), (_child2 = _child2.sibling); completedWork.treeBaseDuration = _treeBaseDuration; @@ -14404,8 +14404,8 @@ __DEV__ && ) (newChildLanes |= _treeBaseDuration.lanes | _treeBaseDuration.childLanes), - (subtreeFlags |= _treeBaseDuration.subtreeFlags & 31457280), - (subtreeFlags |= _treeBaseDuration.flags & 31457280), + (subtreeFlags |= _treeBaseDuration.subtreeFlags & 29360128), + (subtreeFlags |= _treeBaseDuration.flags & 29360128), (_treeBaseDuration.return = completedWork), (_treeBaseDuration = _treeBaseDuration.sibling); else if ((completedWork.mode & ProfileMode) !== NoMode) { @@ -25947,11 +25947,11 @@ __DEV__ && }; (function () { var isomorphicReactPackageVersion = React.version; - if ("19.1.0-native-fb-c81312e3-20250102" !== isomorphicReactPackageVersion) + if ("19.1.0-native-fb-3b009b4c-20250102" !== isomorphicReactPackageVersion) throw Error( 'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' + (isomorphicReactPackageVersion + - "\n - react-dom: 19.1.0-native-fb-c81312e3-20250102\nLearn more: https://react.dev/warnings/version-mismatch") + "\n - react-dom: 19.1.0-native-fb-3b009b4c-20250102\nLearn more: https://react.dev/warnings/version-mismatch") ); })(); ("function" === typeof Map && @@ -25988,10 +25988,10 @@ __DEV__ && !(function () { var internals = { bundleType: 1, - version: "19.1.0-native-fb-c81312e3-20250102", + version: "19.1.0-native-fb-3b009b4c-20250102", rendererPackageName: "react-dom", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.1.0-native-fb-c81312e3-20250102" + reconcilerVersion: "19.1.0-native-fb-3b009b4c-20250102" }; internals.overrideHookState = overrideHookState; internals.overrideHookStateDeletePath = overrideHookStateDeletePath; @@ -26453,7 +26453,7 @@ __DEV__ && exports.useFormStatus = function () { return resolveDispatcher().useHostTransitionStatus(); }; - exports.version = "19.1.0-native-fb-c81312e3-20250102"; + exports.version = "19.1.0-native-fb-3b009b4c-20250102"; "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 22c90e12f9..42959aeef7 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<> */ /* @@ -6404,12 +6404,12 @@ function markRef(current, workInProgress) { if (null === ref) null !== current && null !== current.ref && - (workInProgress.flags |= 2097664); + (workInProgress.flags |= 4194816); else { if ("function" !== typeof ref && "object" !== typeof ref) throw Error(formatProdErrorMessage(284)); if (null === current || current.ref !== ref) - workInProgress.flags |= 2097664; + workInProgress.flags |= 4194816; } } function updateFunctionComponent( @@ -7029,7 +7029,7 @@ function updateSuspenseComponent(current, workInProgress, renderLanes) { didSuspend )), (nextProps.subtreeFlags = - JSCompiler_temp$jscomp$0.subtreeFlags & 31457280)), + JSCompiler_temp$jscomp$0.subtreeFlags & 29360128)), null !== digest ? (showFallback = createWorkInProgress(digest, showFallback)) : ((showFallback = createFiberFromFragment( @@ -10012,7 +10012,7 @@ function createWorkInProgress(current, pendingProps) { (workInProgress.flags = 0), (workInProgress.subtreeFlags = 0), (workInProgress.deletions = null)); - workInProgress.flags = current.flags & 31457280; + workInProgress.flags = current.flags & 29360128; workInProgress.childLanes = current.childLanes; workInProgress.lanes = current.lanes; workInProgress.child = current.child; @@ -10031,7 +10031,7 @@ function createWorkInProgress(current, pendingProps) { return workInProgress; } function resetWorkInProgress(workInProgress, renderLanes) { - workInProgress.flags &= 31457282; + workInProgress.flags &= 29360130; var current = workInProgress.alternate; null === current ? ((workInProgress.childLanes = 0), @@ -10265,8 +10265,8 @@ function bubbleProperties(completedWork) { if (didBailout) for (var child$144 = completedWork.child; null !== child$144; ) (newChildLanes |= child$144.lanes | child$144.childLanes), - (subtreeFlags |= child$144.subtreeFlags & 31457280), - (subtreeFlags |= child$144.flags & 31457280), + (subtreeFlags |= child$144.subtreeFlags & 29360128), + (subtreeFlags |= child$144.flags & 29360128), (child$144.return = completedWork), (child$144 = child$144.sibling); else @@ -15915,14 +15915,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) { }; var isomorphicReactPackageVersion$jscomp$inline_1755 = React.version; if ( - "19.1.0-native-fb-c81312e3-20250102" !== + "19.1.0-native-fb-3b009b4c-20250102" !== isomorphicReactPackageVersion$jscomp$inline_1755 ) throw Error( formatProdErrorMessage( 527, isomorphicReactPackageVersion$jscomp$inline_1755, - "19.1.0-native-fb-c81312e3-20250102" + "19.1.0-native-fb-3b009b4c-20250102" ) ); ReactDOMSharedInternals.findDOMNode = function (componentOrElement) { @@ -15944,10 +15944,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) { }; var internals$jscomp$inline_2205 = { bundleType: 0, - version: "19.1.0-native-fb-c81312e3-20250102", + version: "19.1.0-native-fb-3b009b4c-20250102", rendererPackageName: "react-dom", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.1.0-native-fb-c81312e3-20250102" + reconcilerVersion: "19.1.0-native-fb-3b009b4c-20250102" }; if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) { var hook$jscomp$inline_2206 = __REACT_DEVTOOLS_GLOBAL_HOOK__; @@ -16207,4 +16207,4 @@ exports.useFormState = function (action, initialState, permalink) { exports.useFormStatus = function () { return ReactSharedInternals.H.useHostTransitionStatus(); }; -exports.version = "19.1.0-native-fb-c81312e3-20250102"; +exports.version = "19.1.0-native-fb-3b009b4c-20250102"; 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 7c71aaacc2..646c5d6427 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<<2cdaa25a4721048cad9b5d442a08f501>> + * @generated SignedSource<<64bfd4d02999c0ce18e098647d25d1f0>> */ /* @@ -6551,12 +6551,12 @@ function markRef(current, workInProgress) { if (null === ref) null !== current && null !== current.ref && - (workInProgress.flags |= 2097664); + (workInProgress.flags |= 4194816); else { if ("function" !== typeof ref && "object" !== typeof ref) throw Error(formatProdErrorMessage(284)); if (null === current || current.ref !== ref) - workInProgress.flags |= 2097664; + workInProgress.flags |= 4194816; } } function updateFunctionComponent( @@ -7194,7 +7194,7 @@ function updateSuspenseComponent(current, workInProgress, renderLanes) { didSuspend )), (nextProps.subtreeFlags = - JSCompiler_temp$jscomp$0.subtreeFlags & 31457280)), + JSCompiler_temp$jscomp$0.subtreeFlags & 29360128)), null !== digest ? (showFallback = createWorkInProgress(digest, showFallback)) : ((showFallback = createFiberFromFragment( @@ -10449,7 +10449,7 @@ function createWorkInProgress(current, pendingProps) { (workInProgress.deletions = null), (workInProgress.actualDuration = -0), (workInProgress.actualStartTime = -1.1)); - workInProgress.flags = current.flags & 31457280; + workInProgress.flags = current.flags & 29360128; workInProgress.childLanes = current.childLanes; workInProgress.lanes = current.lanes; workInProgress.child = current.child; @@ -10470,7 +10470,7 @@ function createWorkInProgress(current, pendingProps) { return workInProgress; } function resetWorkInProgress(workInProgress, renderLanes) { - workInProgress.flags &= 31457282; + workInProgress.flags &= 29360130; var current = workInProgress.alternate; null === current ? ((workInProgress.childLanes = 0), @@ -10715,8 +10715,8 @@ function bubbleProperties(completedWork) { ) (newChildLanes |= child$156.lanes | child$156.childLanes), - (subtreeFlags |= child$156.subtreeFlags & 31457280), - (subtreeFlags |= child$156.flags & 31457280), + (subtreeFlags |= child$156.subtreeFlags & 29360128), + (subtreeFlags |= child$156.flags & 29360128), (treeBaseDuration$155 += child$156.treeBaseDuration), (child$156 = child$156.sibling); completedWork.treeBaseDuration = treeBaseDuration$155; @@ -10728,8 +10728,8 @@ function bubbleProperties(completedWork) { ) (newChildLanes |= treeBaseDuration$155.lanes | treeBaseDuration$155.childLanes), - (subtreeFlags |= treeBaseDuration$155.subtreeFlags & 31457280), - (subtreeFlags |= treeBaseDuration$155.flags & 31457280), + (subtreeFlags |= treeBaseDuration$155.subtreeFlags & 29360128), + (subtreeFlags |= treeBaseDuration$155.flags & 29360128), (treeBaseDuration$155.return = completedWork), (treeBaseDuration$155 = treeBaseDuration$155.sibling); else if (0 !== (completedWork.mode & 2)) { @@ -16566,14 +16566,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) { }; var isomorphicReactPackageVersion$jscomp$inline_1850 = React.version; if ( - "19.1.0-native-fb-c81312e3-20250102" !== + "19.1.0-native-fb-3b009b4c-20250102" !== isomorphicReactPackageVersion$jscomp$inline_1850 ) throw Error( formatProdErrorMessage( 527, isomorphicReactPackageVersion$jscomp$inline_1850, - "19.1.0-native-fb-c81312e3-20250102" + "19.1.0-native-fb-3b009b4c-20250102" ) ); ReactDOMSharedInternals.findDOMNode = function (componentOrElement) { @@ -16595,10 +16595,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) { }; var internals$jscomp$inline_1857 = { bundleType: 0, - version: "19.1.0-native-fb-c81312e3-20250102", + version: "19.1.0-native-fb-3b009b4c-20250102", rendererPackageName: "react-dom", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.1.0-native-fb-c81312e3-20250102", + reconcilerVersion: "19.1.0-native-fb-3b009b4c-20250102", getLaneLabelMap: function () { for ( var map = new Map(), lane = 1, index$294 = 0; @@ -16873,7 +16873,7 @@ exports.useFormState = function (action, initialState, permalink) { exports.useFormStatus = function () { return ReactSharedInternals.H.useHostTransitionStatus(); }; -exports.version = "19.1.0-native-fb-c81312e3-20250102"; +exports.version = "19.1.0-native-fb-3b009b4c-20250102"; "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 673311b84a..2afa89ae97 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<<0ed99e8f3f55fecfd0e3a69a4b1e60bd>> */ "use strict"; @@ -3005,7 +3005,7 @@ __DEV__ && null; hookTypesUpdateIndexDev = -1; null !== current && - (current.flags & 31457280) !== (workInProgress.flags & 31457280) && + (current.flags & 29360128) !== (workInProgress.flags & 29360128) && 0 !== (current.mode & 1) && error$jscomp$0( "Internal React error: Expected static flag was missing. Please notify the React team." @@ -6551,14 +6551,14 @@ __DEV__ && if (null === ref) null !== current && null !== current.ref && - (workInProgress.flags |= 2097664); + (workInProgress.flags |= 4194816); else { if ("function" !== typeof ref && "object" !== typeof ref) throw Error( "Expected ref to be a function, an object returned by React.createRef(), or undefined/null." ); if (null === current || current.ref !== ref) - workInProgress.flags |= 2097664; + workInProgress.flags |= 4194816; } } function updateFunctionComponent( @@ -7272,7 +7272,7 @@ __DEV__ && (nextProps.treeBaseDuration = didSuspend.treeBaseDuration)), (workInProgress.deletions = null)) : ((nextProps = createWorkInProgress(didSuspend, primaryChildProps)), - (nextProps.subtreeFlags = didSuspend.subtreeFlags & 31457280)); + (nextProps.subtreeFlags = didSuspend.subtreeFlags & 29360128)); null !== currentFallbackChildFragment ? (nextPrimaryChildren = createWorkInProgress( currentFallbackChildFragment, @@ -8297,8 +8297,8 @@ __DEV__ && ) (newChildLanes |= _child2.lanes | _child2.childLanes), - (subtreeFlags |= _child2.subtreeFlags & 31457280), - (subtreeFlags |= _child2.flags & 31457280), + (subtreeFlags |= _child2.subtreeFlags & 29360128), + (subtreeFlags |= _child2.flags & 29360128), (_treeBaseDuration += _child2.treeBaseDuration), (_child2 = _child2.sibling); completedWork.treeBaseDuration = _treeBaseDuration; @@ -8310,8 +8310,8 @@ __DEV__ && ) (newChildLanes |= _treeBaseDuration.lanes | _treeBaseDuration.childLanes), - (subtreeFlags |= _treeBaseDuration.subtreeFlags & 31457280), - (subtreeFlags |= _treeBaseDuration.flags & 31457280), + (subtreeFlags |= _treeBaseDuration.subtreeFlags & 29360128), + (subtreeFlags |= _treeBaseDuration.flags & 29360128), (_treeBaseDuration.return = completedWork), (_treeBaseDuration = _treeBaseDuration.sibling); else if (0 !== (completedWork.mode & 2)) { @@ -12758,7 +12758,7 @@ __DEV__ && (workInProgress.deletions = null), (workInProgress.actualDuration = -0), (workInProgress.actualStartTime = -1.1)); - workInProgress.flags = current.flags & 31457280; + workInProgress.flags = current.flags & 29360128; workInProgress.childLanes = current.childLanes; workInProgress.lanes = current.lanes; workInProgress.child = current.child; @@ -12796,7 +12796,7 @@ __DEV__ && return workInProgress; } function resetWorkInProgress(workInProgress, renderLanes) { - workInProgress.flags &= 31457282; + workInProgress.flags &= 29360130; var current = workInProgress.alternate; null === current ? ((workInProgress.childLanes = 0), @@ -15592,10 +15592,10 @@ __DEV__ && (function () { var internals = { bundleType: 1, - version: "19.1.0-native-fb-c81312e3-20250102", + version: "19.1.0-native-fb-3b009b4c-20250102", rendererPackageName: "react-test-renderer", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.1.0-native-fb-c81312e3-20250102" + reconcilerVersion: "19.1.0-native-fb-3b009b4c-20250102" }; internals.overrideHookState = overrideHookState; internals.overrideHookStateDeletePath = overrideHookStateDeletePath; @@ -15740,5 +15740,5 @@ __DEV__ && flushSyncWorkAcrossRoots_impl(0, !0)); } }; - exports.version = "19.1.0-native-fb-c81312e3-20250102"; + exports.version = "19.1.0-native-fb-3b009b4c-20250102"; })(); 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 4ccd3a01b3..16bd87452b 100644 --- a/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-test-renderer/cjs/ReactTestRenderer-prod.js +++ b/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-test-renderer/cjs/ReactTestRenderer-prod.js @@ -7,7 +7,7 @@ * @noflow * @nolint * @preventMunge - * @generated SignedSource<> + * @generated SignedSource<<2ecdb9bd2b310b43c2d02c8ce423a8a9>> */ "use strict"; @@ -4689,14 +4689,14 @@ function markRef(current, workInProgress) { if (null === ref) null !== current && null !== current.ref && - (workInProgress.flags |= 2097664); + (workInProgress.flags |= 4194816); else { if ("function" !== typeof ref && "object" !== typeof ref) throw Error( "Expected ref to be a function, an object returned by React.createRef(), or undefined/null." ); if (null === current || current.ref !== ref) - workInProgress.flags |= 2097664; + workInProgress.flags |= 4194816; } } function updateFunctionComponent( @@ -5248,7 +5248,7 @@ function updateSuspenseComponent(current, workInProgress, renderLanes) { (nextProps.pendingProps = primaryChildProps), (workInProgress.deletions = null)) : ((nextProps = createWorkInProgress(didSuspend, primaryChildProps)), - (nextProps.subtreeFlags = didSuspend.subtreeFlags & 31457280)); + (nextProps.subtreeFlags = didSuspend.subtreeFlags & 29360128)); null !== currentFallbackChildFragment ? (nextPrimaryChildren = createWorkInProgress( currentFallbackChildFragment, @@ -6022,8 +6022,8 @@ function bubbleProperties(completedWork) { if (didBailout) for (var child$89 = completedWork.child; null !== child$89; ) (newChildLanes |= child$89.lanes | child$89.childLanes), - (subtreeFlags |= child$89.subtreeFlags & 31457280), - (subtreeFlags |= child$89.flags & 31457280), + (subtreeFlags |= child$89.subtreeFlags & 29360128), + (subtreeFlags |= child$89.flags & 29360128), (child$89.return = completedWork), (child$89 = child$89.sibling); else @@ -9167,7 +9167,7 @@ function createWorkInProgress(current, pendingProps) { (workInProgress.flags = 0), (workInProgress.subtreeFlags = 0), (workInProgress.deletions = null)); - workInProgress.flags = current.flags & 31457280; + workInProgress.flags = current.flags & 29360128; workInProgress.childLanes = current.childLanes; workInProgress.lanes = current.lanes; workInProgress.child = current.child; @@ -9186,7 +9186,7 @@ function createWorkInProgress(current, pendingProps) { return workInProgress; } function resetWorkInProgress(workInProgress, renderLanes) { - workInProgress.flags &= 31457282; + workInProgress.flags &= 29360130; var current = workInProgress.alternate; null === current ? ((workInProgress.childLanes = 0), @@ -9794,10 +9794,10 @@ function wrapFiber(fiber) { } var internals$jscomp$inline_1397 = { bundleType: 0, - version: "19.1.0-native-fb-c81312e3-20250102", + version: "19.1.0-native-fb-3b009b4c-20250102", rendererPackageName: "react-test-renderer", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.1.0-native-fb-c81312e3-20250102" + reconcilerVersion: "19.1.0-native-fb-3b009b4c-20250102" }; if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) { var hook$jscomp$inline_1398 = __REACT_DEVTOOLS_GLOBAL_HOOK__; @@ -9933,4 +9933,4 @@ exports.unstable_batchedUpdates = function (fn, a) { flushSyncWorkAcrossRoots_impl(0, !0)); } }; -exports.version = "19.1.0-native-fb-c81312e3-20250102"; +exports.version = "19.1.0-native-fb-3b009b4c-20250102"; 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 09286e6f09..43be4925f5 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<<664e353867125607bc1990ecd951f478>> + * @generated SignedSource<> */ "use strict"; @@ -4804,14 +4804,14 @@ function markRef(current, workInProgress) { if (null === ref) null !== current && null !== current.ref && - (workInProgress.flags |= 2097664); + (workInProgress.flags |= 4194816); else { if ("function" !== typeof ref && "object" !== typeof ref) throw Error( "Expected ref to be a function, an object returned by React.createRef(), or undefined/null." ); if (null === current || current.ref !== ref) - workInProgress.flags |= 2097664; + workInProgress.flags |= 4194816; } } function updateFunctionComponent( @@ -5379,7 +5379,7 @@ function updateSuspenseComponent(current, workInProgress, renderLanes) { (nextProps.treeBaseDuration = didSuspend.treeBaseDuration)), (workInProgress.deletions = null)) : ((nextProps = createWorkInProgress(didSuspend, primaryChildProps)), - (nextProps.subtreeFlags = didSuspend.subtreeFlags & 31457280)); + (nextProps.subtreeFlags = didSuspend.subtreeFlags & 29360128)); null !== currentFallbackChildFragment ? (nextPrimaryChildren = createWorkInProgress( currentFallbackChildFragment, @@ -6180,8 +6180,8 @@ function bubbleProperties(completedWork) { ) (newChildLanes |= child$92.lanes | child$92.childLanes), - (subtreeFlags |= child$92.subtreeFlags & 31457280), - (subtreeFlags |= child$92.flags & 31457280), + (subtreeFlags |= child$92.subtreeFlags & 29360128), + (subtreeFlags |= child$92.flags & 29360128), (treeBaseDuration$91 += child$92.treeBaseDuration), (child$92 = child$92.sibling); completedWork.treeBaseDuration = treeBaseDuration$91; @@ -6193,8 +6193,8 @@ function bubbleProperties(completedWork) { ) (newChildLanes |= treeBaseDuration$91.lanes | treeBaseDuration$91.childLanes), - (subtreeFlags |= treeBaseDuration$91.subtreeFlags & 31457280), - (subtreeFlags |= treeBaseDuration$91.flags & 31457280), + (subtreeFlags |= treeBaseDuration$91.subtreeFlags & 29360128), + (subtreeFlags |= treeBaseDuration$91.flags & 29360128), (treeBaseDuration$91.return = completedWork), (treeBaseDuration$91 = treeBaseDuration$91.sibling); else if (0 !== (completedWork.mode & 2)) { @@ -9724,7 +9724,7 @@ function createWorkInProgress(current, pendingProps) { (workInProgress.deletions = null), (workInProgress.actualDuration = -0), (workInProgress.actualStartTime = -1.1)); - workInProgress.flags = current.flags & 31457280; + workInProgress.flags = current.flags & 29360128; workInProgress.childLanes = current.childLanes; workInProgress.lanes = current.lanes; workInProgress.child = current.child; @@ -9745,7 +9745,7 @@ function createWorkInProgress(current, pendingProps) { return workInProgress; } function resetWorkInProgress(workInProgress, renderLanes) { - workInProgress.flags &= 31457282; + workInProgress.flags &= 29360130; var current = workInProgress.alternate; null === current ? ((workInProgress.childLanes = 0), @@ -10363,10 +10363,10 @@ function wrapFiber(fiber) { } var internals$jscomp$inline_1215 = { bundleType: 0, - version: "19.1.0-native-fb-c81312e3-20250102", + version: "19.1.0-native-fb-3b009b4c-20250102", rendererPackageName: "react-test-renderer", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.1.0-native-fb-c81312e3-20250102", + reconcilerVersion: "19.1.0-native-fb-3b009b4c-20250102", getLaneLabelMap: function () { for ( var map = new Map(), lane = 1, index$148 = 0; @@ -10517,4 +10517,4 @@ exports.unstable_batchedUpdates = function (fn, a) { flushSyncWorkAcrossRoots_impl(0, !0)); } }; -exports.version = "19.1.0-native-fb-c81312e3-20250102"; +exports.version = "19.1.0-native-fb-3b009b4c-20250102"; 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 b016e3eca3..76f1f6df89 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<<7e13c885be99fad49f51750afbccb66e>> + * @generated SignedSource<<86fb7638586edbf6020538dac3253034>> */ "use strict"; @@ -1824,7 +1824,7 @@ __DEV__ && exports.useTransition = function () { return resolveDispatcher().useTransition(); }; - exports.version = "19.1.0-native-fb-c81312e3-20250102"; + exports.version = "19.1.0-native-fb-3b009b4c-20250102"; "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 36ad5ecf08..c5b270b504 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<<71633e62ba1d6fbf3766dc3d5b9381cc>> + * @generated SignedSource<<668e85d968305304e23dd76ea765b9c4>> */ "use strict"; @@ -592,4 +592,4 @@ exports.useSyncExternalStore = function ( exports.useTransition = function () { return ReactSharedInternals.H.useTransition(); }; -exports.version = "19.1.0-native-fb-c81312e3-20250102"; +exports.version = "19.1.0-native-fb-3b009b4c-20250102"; 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 3cd23772cd..7944e472ea 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<<35c6e7394199e4852886fb48529b9bd2>> + * @generated SignedSource<> */ "use strict"; @@ -596,7 +596,7 @@ exports.useSyncExternalStore = function ( exports.useTransition = function () { return ReactSharedInternals.H.useTransition(); }; -exports.version = "19.1.0-native-fb-c81312e3-20250102"; +exports.version = "19.1.0-native-fb-3b009b4c-20250102"; "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 e91d0c760e..7948ae8f0e 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 @@ -c81312e3a78dcbf71ed98c8893abe6dbfeaef3f2 +3b009b4cd58d382cfde2a72232c87df1a34d56d5 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 7456990f33..80d394fbbc 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<<6fb984615ba7ac0f4ccb9995ab72eaa8>> + * @generated SignedSource<<92246bb1bce388163787c8d5db5e11cc>> */ "use strict"; @@ -3952,7 +3952,7 @@ __DEV__ && null; hookTypesUpdateIndexDev = -1; null !== current && - (current.flags & 31457280) !== (workInProgress.flags & 31457280) && + (current.flags & 29360128) !== (workInProgress.flags & 29360128) && 0 !== (current.mode & 1) && error$jscomp$0( "Internal React error: Expected static flag was missing. Please notify the React team." @@ -7516,14 +7516,14 @@ __DEV__ && if (null === ref) null !== current && null !== current.ref && - (workInProgress.flags |= 2097664); + (workInProgress.flags |= 4194816); else { if ("function" !== typeof ref && "object" !== typeof ref) throw Error( "Expected ref to be a function, an object returned by React.createRef(), or undefined/null." ); if (null === current || current.ref !== ref) - workInProgress.flags |= 2097664; + workInProgress.flags |= 4194816; } } function updateFunctionComponent( @@ -8237,7 +8237,7 @@ __DEV__ && (nextProps.treeBaseDuration = didSuspend.treeBaseDuration)), (workInProgress.deletions = null)) : ((nextProps = createWorkInProgress(didSuspend, primaryChildProps)), - (nextProps.subtreeFlags = didSuspend.subtreeFlags & 31457280)); + (nextProps.subtreeFlags = didSuspend.subtreeFlags & 29360128)); null !== currentFallbackChildFragment ? (nextPrimaryChildren = createWorkInProgress( currentFallbackChildFragment, @@ -9385,8 +9385,8 @@ __DEV__ && ) (newChildLanes |= _child2.lanes | _child2.childLanes), - (subtreeFlags |= _child2.subtreeFlags & 31457280), - (subtreeFlags |= _child2.flags & 31457280), + (subtreeFlags |= _child2.subtreeFlags & 29360128), + (subtreeFlags |= _child2.flags & 29360128), (_treeBaseDuration += _child2.treeBaseDuration), (_child2 = _child2.sibling); completedWork.treeBaseDuration = _treeBaseDuration; @@ -9398,8 +9398,8 @@ __DEV__ && ) (newChildLanes |= _treeBaseDuration.lanes | _treeBaseDuration.childLanes), - (subtreeFlags |= _treeBaseDuration.subtreeFlags & 31457280), - (subtreeFlags |= _treeBaseDuration.flags & 31457280), + (subtreeFlags |= _treeBaseDuration.subtreeFlags & 29360128), + (subtreeFlags |= _treeBaseDuration.flags & 29360128), (_treeBaseDuration.return = completedWork), (_treeBaseDuration = _treeBaseDuration.sibling); else if (0 !== (completedWork.mode & 2)) { @@ -13823,7 +13823,7 @@ __DEV__ && (workInProgress.deletions = null), (workInProgress.actualDuration = -0), (workInProgress.actualStartTime = -1.1)); - workInProgress.flags = current.flags & 31457280; + workInProgress.flags = current.flags & 29360128; workInProgress.childLanes = current.childLanes; workInProgress.lanes = current.lanes; workInProgress.child = current.child; @@ -13861,7 +13861,7 @@ __DEV__ && return workInProgress; } function resetWorkInProgress(workInProgress, renderLanes) { - workInProgress.flags &= 31457282; + workInProgress.flags &= 29360130; var current = workInProgress.alternate; null === current ? ((workInProgress.childLanes = 0), @@ -17464,10 +17464,10 @@ __DEV__ && (function () { var internals = { bundleType: 1, - version: "19.1.0-native-fb-c81312e3-20250102", + version: "19.1.0-native-fb-3b009b4c-20250102", rendererPackageName: "react-native-renderer", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.1.0-native-fb-c81312e3-20250102" + reconcilerVersion: "19.1.0-native-fb-3b009b4c-20250102" }; 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 29269aac1b..3709134f0f 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<<7a623593383a03ef140977d82a0a2f9f>> */ "use strict"; @@ -5942,14 +5942,14 @@ function markRef(current, workInProgress) { if (null === ref) null !== current && null !== current.ref && - (workInProgress.flags |= 2097664); + (workInProgress.flags |= 4194816); else { if ("function" !== typeof ref && "object" !== typeof ref) throw Error( "Expected ref to be a function, an object returned by React.createRef(), or undefined/null." ); if (null === current || current.ref !== ref) - workInProgress.flags |= 2097664; + workInProgress.flags |= 4194816; } } function updateFunctionComponent( @@ -6501,7 +6501,7 @@ function updateSuspenseComponent(current, workInProgress, renderLanes) { (nextProps.pendingProps = primaryChildProps), (workInProgress.deletions = null)) : ((nextProps = createWorkInProgress(didSuspend, primaryChildProps)), - (nextProps.subtreeFlags = didSuspend.subtreeFlags & 31457280)); + (nextProps.subtreeFlags = didSuspend.subtreeFlags & 29360128)); null !== currentFallbackChildFragment ? (nextPrimaryChildren = createWorkInProgress( currentFallbackChildFragment, @@ -7395,8 +7395,8 @@ function bubbleProperties(completedWork) { if (didBailout) for (var child$95 = completedWork.child; null !== child$95; ) (newChildLanes |= child$95.lanes | child$95.childLanes), - (subtreeFlags |= child$95.subtreeFlags & 31457280), - (subtreeFlags |= child$95.flags & 31457280), + (subtreeFlags |= child$95.subtreeFlags & 29360128), + (subtreeFlags |= child$95.flags & 29360128), (child$95.return = completedWork), (child$95 = child$95.sibling); else @@ -10518,7 +10518,7 @@ function createWorkInProgress(current, pendingProps) { (workInProgress.flags = 0), (workInProgress.subtreeFlags = 0), (workInProgress.deletions = null)); - workInProgress.flags = current.flags & 31457280; + workInProgress.flags = current.flags & 29360128; workInProgress.childLanes = current.childLanes; workInProgress.lanes = current.lanes; workInProgress.child = current.child; @@ -10537,7 +10537,7 @@ function createWorkInProgress(current, pendingProps) { return workInProgress; } function resetWorkInProgress(workInProgress, renderLanes) { - workInProgress.flags &= 31457282; + workInProgress.flags &= 29360130; var current = workInProgress.alternate; null === current ? ((workInProgress.childLanes = 0), @@ -11142,10 +11142,10 @@ batchedUpdatesImpl = function (fn, a) { var roots = new Map(), internals$jscomp$inline_1224 = { bundleType: 0, - version: "19.1.0-native-fb-c81312e3-20250102", + version: "19.1.0-native-fb-3b009b4c-20250102", rendererPackageName: "react-native-renderer", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.1.0-native-fb-c81312e3-20250102" + reconcilerVersion: "19.1.0-native-fb-3b009b4c-20250102" }; null !== extraDevToolsConfig && (internals$jscomp$inline_1224.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 5fa5be222a..426de4b5b3 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<<897e753f6959a309dcaaf0aa8aa2c2cb>> */ "use strict"; @@ -6092,14 +6092,14 @@ function markRef(current, workInProgress) { if (null === ref) null !== current && null !== current.ref && - (workInProgress.flags |= 2097664); + (workInProgress.flags |= 4194816); else { if ("function" !== typeof ref && "object" !== typeof ref) throw Error( "Expected ref to be a function, an object returned by React.createRef(), or undefined/null." ); if (null === current || current.ref !== ref) - workInProgress.flags |= 2097664; + workInProgress.flags |= 4194816; } } function updateFunctionComponent( @@ -6667,7 +6667,7 @@ function updateSuspenseComponent(current, workInProgress, renderLanes) { (nextProps.treeBaseDuration = didSuspend.treeBaseDuration)), (workInProgress.deletions = null)) : ((nextProps = createWorkInProgress(didSuspend, primaryChildProps)), - (nextProps.subtreeFlags = didSuspend.subtreeFlags & 31457280)); + (nextProps.subtreeFlags = didSuspend.subtreeFlags & 29360128)); null !== currentFallbackChildFragment ? (nextPrimaryChildren = createWorkInProgress( currentFallbackChildFragment, @@ -7588,8 +7588,8 @@ function bubbleProperties(completedWork) { ) (newChildLanes |= child$100.lanes | child$100.childLanes), - (subtreeFlags |= child$100.subtreeFlags & 31457280), - (subtreeFlags |= child$100.flags & 31457280), + (subtreeFlags |= child$100.subtreeFlags & 29360128), + (subtreeFlags |= child$100.flags & 29360128), (treeBaseDuration$99 += child$100.treeBaseDuration), (child$100 = child$100.sibling); completedWork.treeBaseDuration = treeBaseDuration$99; @@ -7601,8 +7601,8 @@ function bubbleProperties(completedWork) { ) (newChildLanes |= treeBaseDuration$99.lanes | treeBaseDuration$99.childLanes), - (subtreeFlags |= treeBaseDuration$99.subtreeFlags & 31457280), - (subtreeFlags |= treeBaseDuration$99.flags & 31457280), + (subtreeFlags |= treeBaseDuration$99.subtreeFlags & 29360128), + (subtreeFlags |= treeBaseDuration$99.flags & 29360128), (treeBaseDuration$99.return = completedWork), (treeBaseDuration$99 = treeBaseDuration$99.sibling); else if (0 !== (completedWork.mode & 2)) { @@ -11155,7 +11155,7 @@ function createWorkInProgress(current, pendingProps) { (workInProgress.deletions = null), (workInProgress.actualDuration = -0), (workInProgress.actualStartTime = -1.1)); - workInProgress.flags = current.flags & 31457280; + workInProgress.flags = current.flags & 29360128; workInProgress.childLanes = current.childLanes; workInProgress.lanes = current.lanes; workInProgress.child = current.child; @@ -11176,7 +11176,7 @@ function createWorkInProgress(current, pendingProps) { return workInProgress; } function resetWorkInProgress(workInProgress, renderLanes) { - workInProgress.flags &= 31457282; + workInProgress.flags &= 29360130; var current = workInProgress.alternate; null === current ? ((workInProgress.childLanes = 0), @@ -11793,10 +11793,10 @@ batchedUpdatesImpl = function (fn, a) { var roots = new Map(), internals$jscomp$inline_1317 = { bundleType: 0, - version: "19.1.0-native-fb-c81312e3-20250102", + version: "19.1.0-native-fb-3b009b4c-20250102", rendererPackageName: "react-native-renderer", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.1.0-native-fb-c81312e3-20250102" + reconcilerVersion: "19.1.0-native-fb-3b009b4c-20250102" }; null !== extraDevToolsConfig && (internals$jscomp$inline_1317.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 1a9846ef6f..d82e12b888 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<<6738aaeddc21fb5b795b1367b7e1877a>> */ "use strict"; @@ -4175,7 +4175,7 @@ __DEV__ && null; hookTypesUpdateIndexDev = -1; null !== current && - (current.flags & 31457280) !== (workInProgress.flags & 31457280) && + (current.flags & 29360128) !== (workInProgress.flags & 29360128) && 0 !== (current.mode & 1) && error$jscomp$0( "Internal React error: Expected static flag was missing. Please notify the React team." @@ -7739,14 +7739,14 @@ __DEV__ && if (null === ref) null !== current && null !== current.ref && - (workInProgress.flags |= 2097664); + (workInProgress.flags |= 4194816); else { if ("function" !== typeof ref && "object" !== typeof ref) throw Error( "Expected ref to be a function, an object returned by React.createRef(), or undefined/null." ); if (null === current || current.ref !== ref) - workInProgress.flags |= 2097664; + workInProgress.flags |= 4194816; } } function updateFunctionComponent( @@ -8460,7 +8460,7 @@ __DEV__ && (nextProps.treeBaseDuration = didSuspend.treeBaseDuration)), (workInProgress.deletions = null)) : ((nextProps = createWorkInProgress(didSuspend, primaryChildProps)), - (nextProps.subtreeFlags = didSuspend.subtreeFlags & 31457280)); + (nextProps.subtreeFlags = didSuspend.subtreeFlags & 29360128)); null !== currentFallbackChildFragment ? (nextPrimaryChildren = createWorkInProgress( currentFallbackChildFragment, @@ -9489,8 +9489,8 @@ __DEV__ && ) (newChildLanes |= _child2.lanes | _child2.childLanes), - (subtreeFlags |= _child2.subtreeFlags & 31457280), - (subtreeFlags |= _child2.flags & 31457280), + (subtreeFlags |= _child2.subtreeFlags & 29360128), + (subtreeFlags |= _child2.flags & 29360128), (_treeBaseDuration += _child2.treeBaseDuration), (_child2 = _child2.sibling); completedWork.treeBaseDuration = _treeBaseDuration; @@ -9502,8 +9502,8 @@ __DEV__ && ) (newChildLanes |= _treeBaseDuration.lanes | _treeBaseDuration.childLanes), - (subtreeFlags |= _treeBaseDuration.subtreeFlags & 31457280), - (subtreeFlags |= _treeBaseDuration.flags & 31457280), + (subtreeFlags |= _treeBaseDuration.subtreeFlags & 29360128), + (subtreeFlags |= _treeBaseDuration.flags & 29360128), (_treeBaseDuration.return = completedWork), (_treeBaseDuration = _treeBaseDuration.sibling); else if (0 !== (completedWork.mode & 2)) { @@ -14173,7 +14173,7 @@ __DEV__ && (workInProgress.deletions = null), (workInProgress.actualDuration = -0), (workInProgress.actualStartTime = -1.1)); - workInProgress.flags = current.flags & 31457280; + workInProgress.flags = current.flags & 29360128; workInProgress.childLanes = current.childLanes; workInProgress.lanes = current.lanes; workInProgress.child = current.child; @@ -14211,7 +14211,7 @@ __DEV__ && return workInProgress; } function resetWorkInProgress(workInProgress, renderLanes) { - workInProgress.flags &= 31457282; + workInProgress.flags &= 29360130; var current = workInProgress.alternate; null === current ? ((workInProgress.childLanes = 0), @@ -17678,11 +17678,11 @@ __DEV__ && shouldSuspendImpl = newShouldSuspendImpl; }; var isomorphicReactPackageVersion = React.version; - if ("19.1.0-native-fb-c81312e3-20250102" !== isomorphicReactPackageVersion) + if ("19.1.0-native-fb-3b009b4c-20250102" !== isomorphicReactPackageVersion) throw Error( 'Incompatible React versions: The "react" and "react-native-renderer" packages must have the exact same version. Instead got:\n - react: ' + (isomorphicReactPackageVersion + - "\n - react-native-renderer: 19.1.0-native-fb-c81312e3-20250102\nLearn more: https://react.dev/warnings/version-mismatch") + "\n - react-native-renderer: 19.1.0-native-fb-3b009b4c-20250102\nLearn more: https://react.dev/warnings/version-mismatch") ); if ( "function" !== @@ -17708,10 +17708,10 @@ __DEV__ && (function () { var internals = { bundleType: 1, - version: "19.1.0-native-fb-c81312e3-20250102", + version: "19.1.0-native-fb-3b009b4c-20250102", rendererPackageName: "react-native-renderer", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.1.0-native-fb-c81312e3-20250102" + reconcilerVersion: "19.1.0-native-fb-3b009b4c-20250102" }; 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 cbd5ce2831..63a6a6157b 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<<6a2d114a2a19f6e1efeaea363353cd3d>> + * @generated SignedSource<<23850c57a1718b4e53d81ec04788ce54>> */ "use strict"; @@ -6232,14 +6232,14 @@ function markRef(current, workInProgress) { if (null === ref) null !== current && null !== current.ref && - (workInProgress.flags |= 2097664); + (workInProgress.flags |= 4194816); else { if ("function" !== typeof ref && "object" !== typeof ref) throw Error( "Expected ref to be a function, an object returned by React.createRef(), or undefined/null." ); if (null === current || current.ref !== ref) - workInProgress.flags |= 2097664; + workInProgress.flags |= 4194816; } } function updateFunctionComponent( @@ -6791,7 +6791,7 @@ function updateSuspenseComponent(current, workInProgress, renderLanes) { (nextProps.pendingProps = primaryChildProps), (workInProgress.deletions = null)) : ((nextProps = createWorkInProgress(didSuspend, primaryChildProps)), - (nextProps.subtreeFlags = didSuspend.subtreeFlags & 31457280)); + (nextProps.subtreeFlags = didSuspend.subtreeFlags & 29360128)); null !== currentFallbackChildFragment ? (nextPrimaryChildren = createWorkInProgress( currentFallbackChildFragment, @@ -7566,8 +7566,8 @@ function bubbleProperties(completedWork) { if (didBailout) for (var child$95 = completedWork.child; null !== child$95; ) (newChildLanes |= child$95.lanes | child$95.childLanes), - (subtreeFlags |= child$95.subtreeFlags & 31457280), - (subtreeFlags |= child$95.flags & 31457280), + (subtreeFlags |= child$95.subtreeFlags & 29360128), + (subtreeFlags |= child$95.flags & 29360128), (child$95.return = completedWork), (child$95 = child$95.sibling); else @@ -10947,7 +10947,7 @@ function createWorkInProgress(current, pendingProps) { (workInProgress.flags = 0), (workInProgress.subtreeFlags = 0), (workInProgress.deletions = null)); - workInProgress.flags = current.flags & 31457280; + workInProgress.flags = current.flags & 29360128; workInProgress.childLanes = current.childLanes; workInProgress.lanes = current.lanes; workInProgress.child = current.child; @@ -10966,7 +10966,7 @@ function createWorkInProgress(current, pendingProps) { return workInProgress; } function resetWorkInProgress(workInProgress, renderLanes) { - workInProgress.flags &= 31457282; + workInProgress.flags &= 29360130; var current = workInProgress.alternate; null === current ? ((workInProgress.childLanes = 0), @@ -11269,11 +11269,11 @@ function updateContainer(element, container, parentComponent, callback) { return lane; } var isomorphicReactPackageVersion = React.version; -if ("19.1.0-native-fb-c81312e3-20250102" !== isomorphicReactPackageVersion) +if ("19.1.0-native-fb-3b009b4c-20250102" !== isomorphicReactPackageVersion) throw Error( 'Incompatible React versions: The "react" and "react-native-renderer" packages must have the exact same version. Instead got:\n - react: ' + (isomorphicReactPackageVersion + - "\n - react-native-renderer: 19.1.0-native-fb-c81312e3-20250102\nLearn more: https://react.dev/warnings/version-mismatch") + "\n - react-native-renderer: 19.1.0-native-fb-3b009b4c-20250102\nLearn more: https://react.dev/warnings/version-mismatch") ); if ( "function" !== @@ -11322,10 +11322,10 @@ batchedUpdatesImpl = function (fn, a) { var roots = new Map(), internals$jscomp$inline_1296 = { bundleType: 0, - version: "19.1.0-native-fb-c81312e3-20250102", + version: "19.1.0-native-fb-3b009b4c-20250102", rendererPackageName: "react-native-renderer", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.1.0-native-fb-c81312e3-20250102" + reconcilerVersion: "19.1.0-native-fb-3b009b4c-20250102" }; null !== extraDevToolsConfig && (internals$jscomp$inline_1296.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 3dcc37c5de..638befeb71 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<> + * @generated SignedSource<> */ "use strict"; @@ -6382,14 +6382,14 @@ function markRef(current, workInProgress) { if (null === ref) null !== current && null !== current.ref && - (workInProgress.flags |= 2097664); + (workInProgress.flags |= 4194816); else { if ("function" !== typeof ref && "object" !== typeof ref) throw Error( "Expected ref to be a function, an object returned by React.createRef(), or undefined/null." ); if (null === current || current.ref !== ref) - workInProgress.flags |= 2097664; + workInProgress.flags |= 4194816; } } function updateFunctionComponent( @@ -6957,7 +6957,7 @@ function updateSuspenseComponent(current, workInProgress, renderLanes) { (nextProps.treeBaseDuration = didSuspend.treeBaseDuration)), (workInProgress.deletions = null)) : ((nextProps = createWorkInProgress(didSuspend, primaryChildProps)), - (nextProps.subtreeFlags = didSuspend.subtreeFlags & 31457280)); + (nextProps.subtreeFlags = didSuspend.subtreeFlags & 29360128)); null !== currentFallbackChildFragment ? (nextPrimaryChildren = createWorkInProgress( currentFallbackChildFragment, @@ -7759,8 +7759,8 @@ function bubbleProperties(completedWork) { ) (newChildLanes |= child$100.lanes | child$100.childLanes), - (subtreeFlags |= child$100.subtreeFlags & 31457280), - (subtreeFlags |= child$100.flags & 31457280), + (subtreeFlags |= child$100.subtreeFlags & 29360128), + (subtreeFlags |= child$100.flags & 29360128), (treeBaseDuration$99 += child$100.treeBaseDuration), (child$100 = child$100.sibling); completedWork.treeBaseDuration = treeBaseDuration$99; @@ -7772,8 +7772,8 @@ function bubbleProperties(completedWork) { ) (newChildLanes |= treeBaseDuration$99.lanes | treeBaseDuration$99.childLanes), - (subtreeFlags |= treeBaseDuration$99.subtreeFlags & 31457280), - (subtreeFlags |= treeBaseDuration$99.flags & 31457280), + (subtreeFlags |= treeBaseDuration$99.subtreeFlags & 29360128), + (subtreeFlags |= treeBaseDuration$99.flags & 29360128), (treeBaseDuration$99.return = completedWork), (treeBaseDuration$99 = treeBaseDuration$99.sibling); else if (0 !== (completedWork.mode & 2)) { @@ -11583,7 +11583,7 @@ function createWorkInProgress(current, pendingProps) { (workInProgress.deletions = null), (workInProgress.actualDuration = -0), (workInProgress.actualStartTime = -1.1)); - workInProgress.flags = current.flags & 31457280; + workInProgress.flags = current.flags & 29360128; workInProgress.childLanes = current.childLanes; workInProgress.lanes = current.lanes; workInProgress.child = current.child; @@ -11604,7 +11604,7 @@ function createWorkInProgress(current, pendingProps) { return workInProgress; } function resetWorkInProgress(workInProgress, renderLanes) { - workInProgress.flags &= 31457282; + workInProgress.flags &= 29360130; var current = workInProgress.alternate; null === current ? ((workInProgress.childLanes = 0), @@ -11919,11 +11919,11 @@ function updateContainer(element, container, parentComponent, callback) { return lane; } var isomorphicReactPackageVersion = React.version; -if ("19.1.0-native-fb-c81312e3-20250102" !== isomorphicReactPackageVersion) +if ("19.1.0-native-fb-3b009b4c-20250102" !== isomorphicReactPackageVersion) throw Error( 'Incompatible React versions: The "react" and "react-native-renderer" packages must have the exact same version. Instead got:\n - react: ' + (isomorphicReactPackageVersion + - "\n - react-native-renderer: 19.1.0-native-fb-c81312e3-20250102\nLearn more: https://react.dev/warnings/version-mismatch") + "\n - react-native-renderer: 19.1.0-native-fb-3b009b4c-20250102\nLearn more: https://react.dev/warnings/version-mismatch") ); if ( "function" !== @@ -11972,10 +11972,10 @@ batchedUpdatesImpl = function (fn, a) { var roots = new Map(), internals$jscomp$inline_1389 = { bundleType: 0, - version: "19.1.0-native-fb-c81312e3-20250102", + version: "19.1.0-native-fb-3b009b4c-20250102", rendererPackageName: "react-native-renderer", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.1.0-native-fb-c81312e3-20250102" + reconcilerVersion: "19.1.0-native-fb-3b009b4c-20250102" }; null !== extraDevToolsConfig && (internals$jscomp$inline_1389.rendererConfig = extraDevToolsConfig);