[Fiber] Add context for the display: inline warning (#34461)

This warning doesn't execute within any particular context so doesn't
have a stack.

Pick the fiber of the child if it exists, otherwise the parent.

<img width="846" height="316" alt="Screenshot 2025-09-10 at 12 38 28 PM"
src="https://github.com/user-attachments/assets/7ab283a9-6e11-428d-9def-38f80ca958ef"
/>

DiffTrain build for [93d7aa69b2](https://github.com/facebook/react/commit/93d7aa69b29c20529c40cf64b0afdb5d51c9ddd1)
This commit is contained in:
sebmarkbage
2025-09-12 09:04:24 -07:00
parent 29c2cedbb3
commit 17f8109f8d
24 changed files with 321 additions and 321 deletions
+1 -1
View File
@@ -1 +1 @@
19.2.0-native-fb-20e54317-20250912
19.2.0-native-fb-93d7aa69-20250912
@@ -7,7 +7,7 @@
* @noflow
* @nolint
* @preventMunge
* @generated SignedSource<<28cb14c888f908445cdea620aff9b5fb>>
* @generated SignedSource<<e63e29e0d092e173415687e31f07045e>>
*/
"use strict";
@@ -404,5 +404,5 @@ __DEV__ &&
exports.useFormStatus = function () {
return resolveDispatcher().useHostTransitionStatus();
};
exports.version = "19.2.0-native-fb-20e54317-20250912";
exports.version = "19.2.0-native-fb-93d7aa69-20250912";
})();
@@ -7,7 +7,7 @@
* @noflow
* @nolint
* @preventMunge
* @generated SignedSource<<b5b44f51dd9a3041f0cbc89a39a0c1c4>>
* @generated SignedSource<<de7c73a0263772064d7ac26c495ffb72>>
*/
"use strict";
@@ -203,4 +203,4 @@ exports.useFormState = function (action, initialState, permalink) {
exports.useFormStatus = function () {
return ReactSharedInternals.H.useHostTransitionStatus();
};
exports.version = "19.2.0-native-fb-20e54317-20250912";
exports.version = "19.2.0-native-fb-93d7aa69-20250912";
@@ -7,7 +7,7 @@
* @noflow
* @nolint
* @preventMunge
* @generated SignedSource<<b5b44f51dd9a3041f0cbc89a39a0c1c4>>
* @generated SignedSource<<de7c73a0263772064d7ac26c495ffb72>>
*/
"use strict";
@@ -203,4 +203,4 @@ exports.useFormState = function (action, initialState, permalink) {
exports.useFormStatus = function () {
return ReactSharedInternals.H.useHostTransitionStatus();
};
exports.version = "19.2.0-native-fb-20e54317-20250912";
exports.version = "19.2.0-native-fb-93d7aa69-20250912";
@@ -7,7 +7,7 @@
* @noflow
* @nolint
* @preventMunge
* @generated SignedSource<<1cf12a1ac34badb260c1d046d70812b4>>
* @generated SignedSource<<c9879fbca9e84ae49142c8206bcba3b9>>
*/
/*
@@ -11198,24 +11198,24 @@ __DEV__ &&
return current;
}
function updateSuspenseComponent(current, workInProgress, renderLanes) {
var JSCompiler_object_inline_digest_2926;
var JSCompiler_object_inline_stack_2927 = workInProgress.pendingProps;
var JSCompiler_object_inline_digest_2922;
var JSCompiler_object_inline_stack_2923 = workInProgress.pendingProps;
shouldSuspendImpl(workInProgress) && (workInProgress.flags |= 128);
var JSCompiler_object_inline_message_2925 = !1;
var JSCompiler_object_inline_message_2921 = !1;
var didSuspend = 0 !== (workInProgress.flags & 128);
(JSCompiler_object_inline_digest_2926 = didSuspend) ||
(JSCompiler_object_inline_digest_2926 =
(JSCompiler_object_inline_digest_2922 = didSuspend) ||
(JSCompiler_object_inline_digest_2922 =
null !== current && null === current.memoizedState
? !1
: 0 !== (suspenseStackCursor.current & ForceSuspenseFallback));
JSCompiler_object_inline_digest_2926 &&
((JSCompiler_object_inline_message_2925 = !0),
JSCompiler_object_inline_digest_2922 &&
((JSCompiler_object_inline_message_2921 = !0),
(workInProgress.flags &= -129));
JSCompiler_object_inline_digest_2926 = 0 !== (workInProgress.flags & 32);
JSCompiler_object_inline_digest_2922 = 0 !== (workInProgress.flags & 32);
workInProgress.flags &= -33;
if (null === current) {
if (isHydrating) {
JSCompiler_object_inline_message_2925
JSCompiler_object_inline_message_2921
? pushPrimaryTreeSuspenseHandler(workInProgress)
: reuseSuspenseHandlerOnStack(workInProgress);
(renderLanes = nextHydratableInstance)
@@ -11228,18 +11228,18 @@ __DEV__ &&
? current
: null),
null !== current &&
((JSCompiler_object_inline_digest_2926 = {
((JSCompiler_object_inline_digest_2922 = {
dehydrated: current,
treeContext: getSuspendedTreeContext(),
retryLane: 536870912,
hydrationErrors: null
}),
(workInProgress.memoizedState =
JSCompiler_object_inline_digest_2926),
(JSCompiler_object_inline_digest_2926 =
JSCompiler_object_inline_digest_2922),
(JSCompiler_object_inline_digest_2922 =
createFiberFromDehydratedFragment(current)),
(JSCompiler_object_inline_digest_2926.return = workInProgress),
(workInProgress.child = JSCompiler_object_inline_digest_2926),
(JSCompiler_object_inline_digest_2922.return = workInProgress),
(workInProgress.child = JSCompiler_object_inline_digest_2922),
(hydrationParentFiber = workInProgress),
(nextHydratableInstance = null)))
: (current = null);
@@ -11253,9 +11253,9 @@ __DEV__ &&
: (workInProgress.lanes = 536870912);
return null;
}
var nextPrimaryChildren = JSCompiler_object_inline_stack_2927.children,
nextFallbackChildren = JSCompiler_object_inline_stack_2927.fallback;
if (JSCompiler_object_inline_message_2925)
var nextPrimaryChildren = JSCompiler_object_inline_stack_2923.children,
nextFallbackChildren = JSCompiler_object_inline_stack_2923.fallback;
if (JSCompiler_object_inline_message_2921)
return (
reuseSuspenseHandlerOnStack(workInProgress),
mountSuspenseFallbackChildren(
@@ -11264,21 +11264,21 @@ __DEV__ &&
nextFallbackChildren,
renderLanes
),
(JSCompiler_object_inline_stack_2927 = workInProgress.child),
(JSCompiler_object_inline_stack_2927.memoizedState =
(JSCompiler_object_inline_stack_2923 = workInProgress.child),
(JSCompiler_object_inline_stack_2923.memoizedState =
mountSuspenseOffscreenState(renderLanes)),
(JSCompiler_object_inline_stack_2927.childLanes =
(JSCompiler_object_inline_stack_2923.childLanes =
getRemainingWorkInPrimaryTree(
current,
JSCompiler_object_inline_digest_2926,
JSCompiler_object_inline_digest_2922,
renderLanes
)),
(workInProgress.memoizedState = SUSPENDED_MARKER),
bailoutOffscreenComponent(null, JSCompiler_object_inline_stack_2927)
bailoutOffscreenComponent(null, JSCompiler_object_inline_stack_2923)
);
if (
"number" ===
typeof JSCompiler_object_inline_stack_2927.unstable_expectedLoadTime
typeof JSCompiler_object_inline_stack_2923.unstable_expectedLoadTime
)
return (
reuseSuspenseHandlerOnStack(workInProgress),
@@ -11288,18 +11288,18 @@ __DEV__ &&
nextFallbackChildren,
renderLanes
),
(JSCompiler_object_inline_stack_2927 = workInProgress.child),
(JSCompiler_object_inline_stack_2927.memoizedState =
(JSCompiler_object_inline_stack_2923 = workInProgress.child),
(JSCompiler_object_inline_stack_2923.memoizedState =
mountSuspenseOffscreenState(renderLanes)),
(JSCompiler_object_inline_stack_2927.childLanes =
(JSCompiler_object_inline_stack_2923.childLanes =
getRemainingWorkInPrimaryTree(
current,
JSCompiler_object_inline_digest_2926,
JSCompiler_object_inline_digest_2922,
renderLanes
)),
(workInProgress.memoizedState = SUSPENDED_MARKER),
(workInProgress.lanes = 4194304),
bailoutOffscreenComponent(null, JSCompiler_object_inline_stack_2927)
bailoutOffscreenComponent(null, JSCompiler_object_inline_stack_2923)
);
pushPrimaryTreeSuspenseHandler(workInProgress);
return mountSuspensePrimaryChildren(
@@ -11309,8 +11309,8 @@ __DEV__ &&
}
var prevState = current.memoizedState;
if (null !== prevState) {
var JSCompiler_object_inline_componentStack_2928 = prevState.dehydrated;
if (null !== JSCompiler_object_inline_componentStack_2928) {
var JSCompiler_object_inline_componentStack_2924 = prevState.dehydrated;
if (null !== JSCompiler_object_inline_componentStack_2924) {
if (didSuspend)
workInProgress.flags & 256
? (pushPrimaryTreeSuspenseHandler(workInProgress),
@@ -11327,13 +11327,13 @@ __DEV__ &&
(workInProgress = null))
: (reuseSuspenseHandlerOnStack(workInProgress),
(nextPrimaryChildren =
JSCompiler_object_inline_stack_2927.fallback),
JSCompiler_object_inline_stack_2923.fallback),
(nextFallbackChildren = workInProgress.mode),
(JSCompiler_object_inline_stack_2927 =
(JSCompiler_object_inline_stack_2923 =
mountWorkInProgressOffscreenFiber(
{
mode: "visible",
children: JSCompiler_object_inline_stack_2927.children
children: JSCompiler_object_inline_stack_2923.children
},
nextFallbackChildren
)),
@@ -11344,11 +11344,11 @@ __DEV__ &&
null
)),
(nextPrimaryChildren.flags |= 2),
(JSCompiler_object_inline_stack_2927.return = workInProgress),
(JSCompiler_object_inline_stack_2923.return = workInProgress),
(nextPrimaryChildren.return = workInProgress),
(JSCompiler_object_inline_stack_2927.sibling =
(JSCompiler_object_inline_stack_2923.sibling =
nextPrimaryChildren),
(workInProgress.child = JSCompiler_object_inline_stack_2927),
(workInProgress.child = JSCompiler_object_inline_stack_2923),
(workInProgress.mode & ConcurrentMode) !== NoMode &&
reconcileChildFibers(
workInProgress,
@@ -11356,19 +11356,19 @@ __DEV__ &&
null,
renderLanes
),
(JSCompiler_object_inline_stack_2927 = workInProgress.child),
(JSCompiler_object_inline_stack_2927.memoizedState =
(JSCompiler_object_inline_stack_2923 = workInProgress.child),
(JSCompiler_object_inline_stack_2923.memoizedState =
mountSuspenseOffscreenState(renderLanes)),
(JSCompiler_object_inline_stack_2927.childLanes =
(JSCompiler_object_inline_stack_2923.childLanes =
getRemainingWorkInPrimaryTree(
current,
JSCompiler_object_inline_digest_2926,
JSCompiler_object_inline_digest_2922,
renderLanes
)),
(workInProgress.memoizedState = SUSPENDED_MARKER),
(workInProgress = bailoutOffscreenComponent(
null,
JSCompiler_object_inline_stack_2927
JSCompiler_object_inline_stack_2923
)));
else if (
(pushPrimaryTreeSuspenseHandler(workInProgress),
@@ -11376,45 +11376,45 @@ __DEV__ &&
0 !== (renderLanes & 536870912) &&
markRenderDerivedCause(workInProgress),
isSuspenseInstanceFallback(
JSCompiler_object_inline_componentStack_2928
JSCompiler_object_inline_componentStack_2924
))
) {
JSCompiler_object_inline_digest_2926 =
JSCompiler_object_inline_componentStack_2928.nextSibling &&
JSCompiler_object_inline_componentStack_2928.nextSibling.dataset;
if (JSCompiler_object_inline_digest_2926) {
nextPrimaryChildren = JSCompiler_object_inline_digest_2926.dgst;
var message = JSCompiler_object_inline_digest_2926.msg;
nextFallbackChildren = JSCompiler_object_inline_digest_2926.stck;
var componentStack = JSCompiler_object_inline_digest_2926.cstck;
JSCompiler_object_inline_digest_2922 =
JSCompiler_object_inline_componentStack_2924.nextSibling &&
JSCompiler_object_inline_componentStack_2924.nextSibling.dataset;
if (JSCompiler_object_inline_digest_2922) {
nextPrimaryChildren = JSCompiler_object_inline_digest_2922.dgst;
var message = JSCompiler_object_inline_digest_2922.msg;
nextFallbackChildren = JSCompiler_object_inline_digest_2922.stck;
var componentStack = JSCompiler_object_inline_digest_2922.cstck;
}
JSCompiler_object_inline_message_2925 = message;
JSCompiler_object_inline_digest_2926 = nextPrimaryChildren;
JSCompiler_object_inline_stack_2927 = nextFallbackChildren;
JSCompiler_object_inline_componentStack_2928 = componentStack;
nextPrimaryChildren = JSCompiler_object_inline_message_2925;
nextFallbackChildren = JSCompiler_object_inline_componentStack_2928;
JSCompiler_object_inline_message_2921 = message;
JSCompiler_object_inline_digest_2922 = nextPrimaryChildren;
JSCompiler_object_inline_stack_2923 = nextFallbackChildren;
JSCompiler_object_inline_componentStack_2924 = componentStack;
nextPrimaryChildren = JSCompiler_object_inline_message_2921;
nextFallbackChildren = JSCompiler_object_inline_componentStack_2924;
nextPrimaryChildren = nextPrimaryChildren
? Error(nextPrimaryChildren)
: Error(
"The server could not finish this Suspense boundary, likely due to an error during server rendering. Switched to client rendering."
);
nextPrimaryChildren.stack =
JSCompiler_object_inline_stack_2927 || "";
nextPrimaryChildren.digest = JSCompiler_object_inline_digest_2926;
JSCompiler_object_inline_digest_2926 =
JSCompiler_object_inline_stack_2923 || "";
nextPrimaryChildren.digest = JSCompiler_object_inline_digest_2922;
JSCompiler_object_inline_digest_2922 =
void 0 === nextFallbackChildren ? null : nextFallbackChildren;
JSCompiler_object_inline_stack_2927 = {
JSCompiler_object_inline_stack_2923 = {
value: nextPrimaryChildren,
source: null,
stack: JSCompiler_object_inline_digest_2926
stack: JSCompiler_object_inline_digest_2922
};
"string" === typeof JSCompiler_object_inline_digest_2926 &&
"string" === typeof JSCompiler_object_inline_digest_2922 &&
CapturedStacks.set(
nextPrimaryChildren,
JSCompiler_object_inline_stack_2927
JSCompiler_object_inline_stack_2923
);
queueHydrationError(JSCompiler_object_inline_stack_2927);
queueHydrationError(JSCompiler_object_inline_stack_2923);
workInProgress = retrySuspenseComponentWithoutHydrating(
current,
workInProgress,
@@ -11428,35 +11428,35 @@ __DEV__ &&
renderLanes,
!1
),
(JSCompiler_object_inline_digest_2926 =
(JSCompiler_object_inline_digest_2922 =
0 !== (renderLanes & current.childLanes)),
didReceiveUpdate || JSCompiler_object_inline_digest_2926)
didReceiveUpdate || JSCompiler_object_inline_digest_2922)
) {
JSCompiler_object_inline_digest_2926 = workInProgressRoot;
JSCompiler_object_inline_digest_2922 = workInProgressRoot;
if (
null !== JSCompiler_object_inline_digest_2926 &&
((JSCompiler_object_inline_stack_2927 = getBumpedLaneForHydration(
JSCompiler_object_inline_digest_2926,
null !== JSCompiler_object_inline_digest_2922 &&
((JSCompiler_object_inline_stack_2923 = getBumpedLaneForHydration(
JSCompiler_object_inline_digest_2922,
renderLanes
)),
0 !== JSCompiler_object_inline_stack_2927 &&
JSCompiler_object_inline_stack_2927 !== prevState.retryLane)
0 !== JSCompiler_object_inline_stack_2923 &&
JSCompiler_object_inline_stack_2923 !== prevState.retryLane)
)
throw (
((prevState.retryLane = JSCompiler_object_inline_stack_2927),
((prevState.retryLane = JSCompiler_object_inline_stack_2923),
enqueueConcurrentRenderForLane(
current,
JSCompiler_object_inline_stack_2927
JSCompiler_object_inline_stack_2923
),
scheduleUpdateOnFiber(
JSCompiler_object_inline_digest_2926,
JSCompiler_object_inline_digest_2922,
current,
JSCompiler_object_inline_stack_2927
JSCompiler_object_inline_stack_2923
),
SelectiveHydrationException)
);
isSuspenseInstancePending(
JSCompiler_object_inline_componentStack_2928
JSCompiler_object_inline_componentStack_2924
) || renderDidSuspendDelayIfPossible();
workInProgress = retrySuspenseComponentWithoutHydrating(
current,
@@ -11465,14 +11465,14 @@ __DEV__ &&
);
} else
isSuspenseInstancePending(
JSCompiler_object_inline_componentStack_2928
JSCompiler_object_inline_componentStack_2924
)
? ((workInProgress.flags |= 192),
(workInProgress.child = current.child),
(workInProgress = null))
: ((renderLanes = prevState.treeContext),
(nextHydratableInstance = getNextHydratable(
JSCompiler_object_inline_componentStack_2928.nextSibling
JSCompiler_object_inline_componentStack_2924.nextSibling
)),
(hydrationParentFiber = workInProgress),
(isHydrating = !0),
@@ -11484,47 +11484,47 @@ __DEV__ &&
restoreSuspendedTreeContext(workInProgress, renderLanes),
(workInProgress = mountSuspensePrimaryChildren(
workInProgress,
JSCompiler_object_inline_stack_2927.children
JSCompiler_object_inline_stack_2923.children
)),
(workInProgress.flags |= 4096));
return workInProgress;
}
}
if (JSCompiler_object_inline_message_2925)
if (JSCompiler_object_inline_message_2921)
return (
reuseSuspenseHandlerOnStack(workInProgress),
(nextPrimaryChildren = JSCompiler_object_inline_stack_2927.fallback),
(nextPrimaryChildren = JSCompiler_object_inline_stack_2923.fallback),
(nextFallbackChildren = workInProgress.mode),
(componentStack = current.child),
(JSCompiler_object_inline_componentStack_2928 =
(JSCompiler_object_inline_componentStack_2924 =
componentStack.sibling),
(JSCompiler_object_inline_message_2925 = {
(JSCompiler_object_inline_message_2921 = {
mode: "hidden",
children: JSCompiler_object_inline_stack_2927.children
children: JSCompiler_object_inline_stack_2923.children
}),
(nextFallbackChildren & ConcurrentMode) === NoMode &&
workInProgress.child !== componentStack
? ((JSCompiler_object_inline_stack_2927 = workInProgress.child),
(JSCompiler_object_inline_stack_2927.childLanes = 0),
(JSCompiler_object_inline_stack_2927.pendingProps =
JSCompiler_object_inline_message_2925),
? ((JSCompiler_object_inline_stack_2923 = workInProgress.child),
(JSCompiler_object_inline_stack_2923.childLanes = 0),
(JSCompiler_object_inline_stack_2923.pendingProps =
JSCompiler_object_inline_message_2921),
workInProgress.mode & ProfileMode &&
((JSCompiler_object_inline_stack_2927.actualDuration = -0),
(JSCompiler_object_inline_stack_2927.actualStartTime = -1.1),
(JSCompiler_object_inline_stack_2927.selfBaseDuration =
((JSCompiler_object_inline_stack_2923.actualDuration = -0),
(JSCompiler_object_inline_stack_2923.actualStartTime = -1.1),
(JSCompiler_object_inline_stack_2923.selfBaseDuration =
componentStack.selfBaseDuration),
(JSCompiler_object_inline_stack_2927.treeBaseDuration =
(JSCompiler_object_inline_stack_2923.treeBaseDuration =
componentStack.treeBaseDuration)),
(workInProgress.deletions = null))
: ((JSCompiler_object_inline_stack_2927 = createWorkInProgress(
: ((JSCompiler_object_inline_stack_2923 = createWorkInProgress(
componentStack,
JSCompiler_object_inline_message_2925
JSCompiler_object_inline_message_2921
)),
(JSCompiler_object_inline_stack_2927.subtreeFlags =
(JSCompiler_object_inline_stack_2923.subtreeFlags =
componentStack.subtreeFlags & 65011712)),
null !== JSCompiler_object_inline_componentStack_2928
null !== JSCompiler_object_inline_componentStack_2924
? (nextPrimaryChildren = createWorkInProgress(
JSCompiler_object_inline_componentStack_2928,
JSCompiler_object_inline_componentStack_2924,
nextPrimaryChildren
))
: ((nextPrimaryChildren = createFiberFromFragment(
@@ -11535,11 +11535,11 @@ __DEV__ &&
)),
(nextPrimaryChildren.flags |= 2)),
(nextPrimaryChildren.return = workInProgress),
(JSCompiler_object_inline_stack_2927.return = workInProgress),
(JSCompiler_object_inline_stack_2927.sibling = nextPrimaryChildren),
(workInProgress.child = JSCompiler_object_inline_stack_2927),
bailoutOffscreenComponent(null, JSCompiler_object_inline_stack_2927),
(JSCompiler_object_inline_stack_2927 = workInProgress.child),
(JSCompiler_object_inline_stack_2923.return = workInProgress),
(JSCompiler_object_inline_stack_2923.sibling = nextPrimaryChildren),
(workInProgress.child = JSCompiler_object_inline_stack_2923),
bailoutOffscreenComponent(null, JSCompiler_object_inline_stack_2923),
(JSCompiler_object_inline_stack_2923 = workInProgress.child),
(nextPrimaryChildren = current.child.memoizedState),
null === nextPrimaryChildren
? (nextPrimaryChildren = mountSuspenseOffscreenState(renderLanes))
@@ -11555,18 +11555,18 @@ __DEV__ &&
baseLanes: nextPrimaryChildren.baseLanes | renderLanes,
cachePool: nextFallbackChildren
})),
(JSCompiler_object_inline_stack_2927.memoizedState =
(JSCompiler_object_inline_stack_2923.memoizedState =
nextPrimaryChildren),
(JSCompiler_object_inline_stack_2927.childLanes =
(JSCompiler_object_inline_stack_2923.childLanes =
getRemainingWorkInPrimaryTree(
current,
JSCompiler_object_inline_digest_2926,
JSCompiler_object_inline_digest_2922,
renderLanes
)),
(workInProgress.memoizedState = SUSPENDED_MARKER),
bailoutOffscreenComponent(
current.child,
JSCompiler_object_inline_stack_2927
JSCompiler_object_inline_stack_2923
)
);
null !== prevState &&
@@ -11574,28 +11574,28 @@ __DEV__ &&
0 !== (renderLanes & current.lanes) &&
markRenderDerivedCause(workInProgress);
pushPrimaryTreeSuspenseHandler(workInProgress);
JSCompiler_object_inline_digest_2926 = current.child;
current = JSCompiler_object_inline_digest_2926.sibling;
JSCompiler_object_inline_digest_2926 = createWorkInProgress(
JSCompiler_object_inline_digest_2926,
JSCompiler_object_inline_digest_2922 = current.child;
current = JSCompiler_object_inline_digest_2922.sibling;
JSCompiler_object_inline_digest_2922 = createWorkInProgress(
JSCompiler_object_inline_digest_2922,
{
mode: "visible",
children: JSCompiler_object_inline_stack_2927.children
children: JSCompiler_object_inline_stack_2923.children
}
);
(workInProgress.mode & ConcurrentMode) === NoMode &&
(JSCompiler_object_inline_digest_2926.lanes = renderLanes);
JSCompiler_object_inline_digest_2926.return = workInProgress;
JSCompiler_object_inline_digest_2926.sibling = null;
(JSCompiler_object_inline_digest_2922.lanes = renderLanes);
JSCompiler_object_inline_digest_2922.return = workInProgress;
JSCompiler_object_inline_digest_2922.sibling = null;
null !== current &&
((renderLanes = workInProgress.deletions),
null === renderLanes
? ((workInProgress.deletions = [current]),
(workInProgress.flags |= 16))
: renderLanes.push(current));
workInProgress.child = JSCompiler_object_inline_digest_2926;
workInProgress.child = JSCompiler_object_inline_digest_2922;
workInProgress.memoizedState = null;
return JSCompiler_object_inline_digest_2926;
return JSCompiler_object_inline_digest_2922;
}
function mountSuspensePrimaryChildren(workInProgress, primaryChildren) {
primaryChildren = mountWorkInProgressOffscreenFiber(
@@ -29628,11 +29628,11 @@ __DEV__ &&
};
(function () {
var isomorphicReactPackageVersion = React.version;
if ("19.2.0-native-fb-20e54317-20250912" !== isomorphicReactPackageVersion)
if ("19.2.0-native-fb-93d7aa69-20250912" !== isomorphicReactPackageVersion)
throw Error(
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
(isomorphicReactPackageVersion +
"\n - react-dom: 19.2.0-native-fb-20e54317-20250912\nLearn more: https://react.dev/warnings/version-mismatch")
"\n - react-dom: 19.2.0-native-fb-93d7aa69-20250912\nLearn more: https://react.dev/warnings/version-mismatch")
);
})();
("function" === typeof Map &&
@@ -29669,10 +29669,10 @@ __DEV__ &&
!(function () {
var internals = {
bundleType: 1,
version: "19.2.0-native-fb-20e54317-20250912",
version: "19.2.0-native-fb-93d7aa69-20250912",
rendererPackageName: "react-dom",
currentDispatcherRef: ReactSharedInternals,
reconcilerVersion: "19.2.0-native-fb-20e54317-20250912"
reconcilerVersion: "19.2.0-native-fb-93d7aa69-20250912"
};
internals.overrideHookState = overrideHookState;
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -29821,5 +29821,5 @@ __DEV__ &&
listenToAllSupportedEvents(container);
return new ReactDOMHydrationRoot(initialChildren);
};
exports.version = "19.2.0-native-fb-20e54317-20250912";
exports.version = "19.2.0-native-fb-93d7aa69-20250912";
})();
@@ -7,7 +7,7 @@
* @noflow
* @nolint
* @preventMunge
* @generated SignedSource<<5cdd71807a3cbd6c1c203605c76d530c>>
* @generated SignedSource<<a927412a87cd929beb7dc89646c7765d>>
*/
/*
@@ -17388,14 +17388,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
};
var isomorphicReactPackageVersion$jscomp$inline_2069 = React.version;
if (
"19.2.0-native-fb-20e54317-20250912" !==
"19.2.0-native-fb-93d7aa69-20250912" !==
isomorphicReactPackageVersion$jscomp$inline_2069
)
throw Error(
formatProdErrorMessage(
527,
isomorphicReactPackageVersion$jscomp$inline_2069,
"19.2.0-native-fb-20e54317-20250912"
"19.2.0-native-fb-93d7aa69-20250912"
)
);
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -17417,10 +17417,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
};
var internals$jscomp$inline_2642 = {
bundleType: 0,
version: "19.2.0-native-fb-20e54317-20250912",
version: "19.2.0-native-fb-93d7aa69-20250912",
rendererPackageName: "react-dom",
currentDispatcherRef: ReactSharedInternals,
reconcilerVersion: "19.2.0-native-fb-20e54317-20250912"
reconcilerVersion: "19.2.0-native-fb-93d7aa69-20250912"
};
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
var hook$jscomp$inline_2643 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -17527,4 +17527,4 @@ exports.hydrateRoot = function (container, initialChildren, options) {
listenToAllSupportedEvents(container);
return new ReactDOMHydrationRoot(initialChildren);
};
exports.version = "19.2.0-native-fb-20e54317-20250912";
exports.version = "19.2.0-native-fb-93d7aa69-20250912";
@@ -7,7 +7,7 @@
* @noflow
* @nolint
* @preventMunge
* @generated SignedSource<<183f5a0009de2f57be75f8fb3a61d601>>
* @generated SignedSource<<9ec730e590767d26e67fda295cbd5a7e>>
*/
/*
@@ -19398,14 +19398,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
};
var isomorphicReactPackageVersion$jscomp$inline_2326 = React.version;
if (
"19.2.0-native-fb-20e54317-20250912" !==
"19.2.0-native-fb-93d7aa69-20250912" !==
isomorphicReactPackageVersion$jscomp$inline_2326
)
throw Error(
formatProdErrorMessage(
527,
isomorphicReactPackageVersion$jscomp$inline_2326,
"19.2.0-native-fb-20e54317-20250912"
"19.2.0-native-fb-93d7aa69-20250912"
)
);
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -19427,10 +19427,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
};
var internals$jscomp$inline_2333 = {
bundleType: 0,
version: "19.2.0-native-fb-20e54317-20250912",
version: "19.2.0-native-fb-93d7aa69-20250912",
rendererPackageName: "react-dom",
currentDispatcherRef: ReactSharedInternals,
reconcilerVersion: "19.2.0-native-fb-20e54317-20250912",
reconcilerVersion: "19.2.0-native-fb-93d7aa69-20250912",
getLaneLabelMap: function () {
for (
var map = new Map(), lane = 1, index$324 = 0;
@@ -19553,4 +19553,4 @@ exports.hydrateRoot = function (container, initialChildren, options) {
listenToAllSupportedEvents(container);
return new ReactDOMHydrationRoot(initialChildren);
};
exports.version = "19.2.0-native-fb-20e54317-20250912";
exports.version = "19.2.0-native-fb-93d7aa69-20250912";
@@ -7,7 +7,7 @@
* @noflow
* @nolint
* @preventMunge
* @generated SignedSource<<3bd583e648aafad01c6d4bfef7109921>>
* @generated SignedSource<<d84ebd4d40bac0239add44c6de92b222>>
*/
/*
@@ -11206,24 +11206,24 @@ __DEV__ &&
return current;
}
function updateSuspenseComponent(current, workInProgress, renderLanes) {
var JSCompiler_object_inline_digest_2931;
var JSCompiler_object_inline_stack_2932 = workInProgress.pendingProps;
var JSCompiler_object_inline_digest_2927;
var JSCompiler_object_inline_stack_2928 = workInProgress.pendingProps;
shouldSuspendImpl(workInProgress) && (workInProgress.flags |= 128);
var JSCompiler_object_inline_message_2930 = !1;
var JSCompiler_object_inline_message_2926 = !1;
var didSuspend = 0 !== (workInProgress.flags & 128);
(JSCompiler_object_inline_digest_2931 = didSuspend) ||
(JSCompiler_object_inline_digest_2931 =
(JSCompiler_object_inline_digest_2927 = didSuspend) ||
(JSCompiler_object_inline_digest_2927 =
null !== current && null === current.memoizedState
? !1
: 0 !== (suspenseStackCursor.current & ForceSuspenseFallback));
JSCompiler_object_inline_digest_2931 &&
((JSCompiler_object_inline_message_2930 = !0),
JSCompiler_object_inline_digest_2927 &&
((JSCompiler_object_inline_message_2926 = !0),
(workInProgress.flags &= -129));
JSCompiler_object_inline_digest_2931 = 0 !== (workInProgress.flags & 32);
JSCompiler_object_inline_digest_2927 = 0 !== (workInProgress.flags & 32);
workInProgress.flags &= -33;
if (null === current) {
if (isHydrating) {
JSCompiler_object_inline_message_2930
JSCompiler_object_inline_message_2926
? pushPrimaryTreeSuspenseHandler(workInProgress)
: reuseSuspenseHandlerOnStack(workInProgress);
(renderLanes = nextHydratableInstance)
@@ -11236,18 +11236,18 @@ __DEV__ &&
? current
: null),
null !== current &&
((JSCompiler_object_inline_digest_2931 = {
((JSCompiler_object_inline_digest_2927 = {
dehydrated: current,
treeContext: getSuspendedTreeContext(),
retryLane: 536870912,
hydrationErrors: null
}),
(workInProgress.memoizedState =
JSCompiler_object_inline_digest_2931),
(JSCompiler_object_inline_digest_2931 =
JSCompiler_object_inline_digest_2927),
(JSCompiler_object_inline_digest_2927 =
createFiberFromDehydratedFragment(current)),
(JSCompiler_object_inline_digest_2931.return = workInProgress),
(workInProgress.child = JSCompiler_object_inline_digest_2931),
(JSCompiler_object_inline_digest_2927.return = workInProgress),
(workInProgress.child = JSCompiler_object_inline_digest_2927),
(hydrationParentFiber = workInProgress),
(nextHydratableInstance = null)))
: (current = null);
@@ -11261,9 +11261,9 @@ __DEV__ &&
: (workInProgress.lanes = 536870912);
return null;
}
var nextPrimaryChildren = JSCompiler_object_inline_stack_2932.children,
nextFallbackChildren = JSCompiler_object_inline_stack_2932.fallback;
if (JSCompiler_object_inline_message_2930)
var nextPrimaryChildren = JSCompiler_object_inline_stack_2928.children,
nextFallbackChildren = JSCompiler_object_inline_stack_2928.fallback;
if (JSCompiler_object_inline_message_2926)
return (
reuseSuspenseHandlerOnStack(workInProgress),
mountSuspenseFallbackChildren(
@@ -11272,21 +11272,21 @@ __DEV__ &&
nextFallbackChildren,
renderLanes
),
(JSCompiler_object_inline_stack_2932 = workInProgress.child),
(JSCompiler_object_inline_stack_2932.memoizedState =
(JSCompiler_object_inline_stack_2928 = workInProgress.child),
(JSCompiler_object_inline_stack_2928.memoizedState =
mountSuspenseOffscreenState(renderLanes)),
(JSCompiler_object_inline_stack_2932.childLanes =
(JSCompiler_object_inline_stack_2928.childLanes =
getRemainingWorkInPrimaryTree(
current,
JSCompiler_object_inline_digest_2931,
JSCompiler_object_inline_digest_2927,
renderLanes
)),
(workInProgress.memoizedState = SUSPENDED_MARKER),
bailoutOffscreenComponent(null, JSCompiler_object_inline_stack_2932)
bailoutOffscreenComponent(null, JSCompiler_object_inline_stack_2928)
);
if (
"number" ===
typeof JSCompiler_object_inline_stack_2932.unstable_expectedLoadTime
typeof JSCompiler_object_inline_stack_2928.unstable_expectedLoadTime
)
return (
reuseSuspenseHandlerOnStack(workInProgress),
@@ -11296,18 +11296,18 @@ __DEV__ &&
nextFallbackChildren,
renderLanes
),
(JSCompiler_object_inline_stack_2932 = workInProgress.child),
(JSCompiler_object_inline_stack_2932.memoizedState =
(JSCompiler_object_inline_stack_2928 = workInProgress.child),
(JSCompiler_object_inline_stack_2928.memoizedState =
mountSuspenseOffscreenState(renderLanes)),
(JSCompiler_object_inline_stack_2932.childLanes =
(JSCompiler_object_inline_stack_2928.childLanes =
getRemainingWorkInPrimaryTree(
current,
JSCompiler_object_inline_digest_2931,
JSCompiler_object_inline_digest_2927,
renderLanes
)),
(workInProgress.memoizedState = SUSPENDED_MARKER),
(workInProgress.lanes = 4194304),
bailoutOffscreenComponent(null, JSCompiler_object_inline_stack_2932)
bailoutOffscreenComponent(null, JSCompiler_object_inline_stack_2928)
);
pushPrimaryTreeSuspenseHandler(workInProgress);
return mountSuspensePrimaryChildren(
@@ -11317,8 +11317,8 @@ __DEV__ &&
}
var prevState = current.memoizedState;
if (null !== prevState) {
var JSCompiler_object_inline_componentStack_2933 = prevState.dehydrated;
if (null !== JSCompiler_object_inline_componentStack_2933) {
var JSCompiler_object_inline_componentStack_2929 = prevState.dehydrated;
if (null !== JSCompiler_object_inline_componentStack_2929) {
if (didSuspend)
workInProgress.flags & 256
? (pushPrimaryTreeSuspenseHandler(workInProgress),
@@ -11335,13 +11335,13 @@ __DEV__ &&
(workInProgress = null))
: (reuseSuspenseHandlerOnStack(workInProgress),
(nextPrimaryChildren =
JSCompiler_object_inline_stack_2932.fallback),
JSCompiler_object_inline_stack_2928.fallback),
(nextFallbackChildren = workInProgress.mode),
(JSCompiler_object_inline_stack_2932 =
(JSCompiler_object_inline_stack_2928 =
mountWorkInProgressOffscreenFiber(
{
mode: "visible",
children: JSCompiler_object_inline_stack_2932.children
children: JSCompiler_object_inline_stack_2928.children
},
nextFallbackChildren
)),
@@ -11352,11 +11352,11 @@ __DEV__ &&
null
)),
(nextPrimaryChildren.flags |= 2),
(JSCompiler_object_inline_stack_2932.return = workInProgress),
(JSCompiler_object_inline_stack_2928.return = workInProgress),
(nextPrimaryChildren.return = workInProgress),
(JSCompiler_object_inline_stack_2932.sibling =
(JSCompiler_object_inline_stack_2928.sibling =
nextPrimaryChildren),
(workInProgress.child = JSCompiler_object_inline_stack_2932),
(workInProgress.child = JSCompiler_object_inline_stack_2928),
(workInProgress.mode & ConcurrentMode) !== NoMode &&
reconcileChildFibers(
workInProgress,
@@ -11364,19 +11364,19 @@ __DEV__ &&
null,
renderLanes
),
(JSCompiler_object_inline_stack_2932 = workInProgress.child),
(JSCompiler_object_inline_stack_2932.memoizedState =
(JSCompiler_object_inline_stack_2928 = workInProgress.child),
(JSCompiler_object_inline_stack_2928.memoizedState =
mountSuspenseOffscreenState(renderLanes)),
(JSCompiler_object_inline_stack_2932.childLanes =
(JSCompiler_object_inline_stack_2928.childLanes =
getRemainingWorkInPrimaryTree(
current,
JSCompiler_object_inline_digest_2931,
JSCompiler_object_inline_digest_2927,
renderLanes
)),
(workInProgress.memoizedState = SUSPENDED_MARKER),
(workInProgress = bailoutOffscreenComponent(
null,
JSCompiler_object_inline_stack_2932
JSCompiler_object_inline_stack_2928
)));
else if (
(pushPrimaryTreeSuspenseHandler(workInProgress),
@@ -11384,45 +11384,45 @@ __DEV__ &&
0 !== (renderLanes & 536870912) &&
markRenderDerivedCause(workInProgress),
isSuspenseInstanceFallback(
JSCompiler_object_inline_componentStack_2933
JSCompiler_object_inline_componentStack_2929
))
) {
JSCompiler_object_inline_digest_2931 =
JSCompiler_object_inline_componentStack_2933.nextSibling &&
JSCompiler_object_inline_componentStack_2933.nextSibling.dataset;
if (JSCompiler_object_inline_digest_2931) {
nextPrimaryChildren = JSCompiler_object_inline_digest_2931.dgst;
var message = JSCompiler_object_inline_digest_2931.msg;
nextFallbackChildren = JSCompiler_object_inline_digest_2931.stck;
var componentStack = JSCompiler_object_inline_digest_2931.cstck;
JSCompiler_object_inline_digest_2927 =
JSCompiler_object_inline_componentStack_2929.nextSibling &&
JSCompiler_object_inline_componentStack_2929.nextSibling.dataset;
if (JSCompiler_object_inline_digest_2927) {
nextPrimaryChildren = JSCompiler_object_inline_digest_2927.dgst;
var message = JSCompiler_object_inline_digest_2927.msg;
nextFallbackChildren = JSCompiler_object_inline_digest_2927.stck;
var componentStack = JSCompiler_object_inline_digest_2927.cstck;
}
JSCompiler_object_inline_message_2930 = message;
JSCompiler_object_inline_digest_2931 = nextPrimaryChildren;
JSCompiler_object_inline_stack_2932 = nextFallbackChildren;
JSCompiler_object_inline_componentStack_2933 = componentStack;
nextPrimaryChildren = JSCompiler_object_inline_message_2930;
nextFallbackChildren = JSCompiler_object_inline_componentStack_2933;
JSCompiler_object_inline_message_2926 = message;
JSCompiler_object_inline_digest_2927 = nextPrimaryChildren;
JSCompiler_object_inline_stack_2928 = nextFallbackChildren;
JSCompiler_object_inline_componentStack_2929 = componentStack;
nextPrimaryChildren = JSCompiler_object_inline_message_2926;
nextFallbackChildren = JSCompiler_object_inline_componentStack_2929;
nextPrimaryChildren = nextPrimaryChildren
? Error(nextPrimaryChildren)
: Error(
"The server could not finish this Suspense boundary, likely due to an error during server rendering. Switched to client rendering."
);
nextPrimaryChildren.stack =
JSCompiler_object_inline_stack_2932 || "";
nextPrimaryChildren.digest = JSCompiler_object_inline_digest_2931;
JSCompiler_object_inline_digest_2931 =
JSCompiler_object_inline_stack_2928 || "";
nextPrimaryChildren.digest = JSCompiler_object_inline_digest_2927;
JSCompiler_object_inline_digest_2927 =
void 0 === nextFallbackChildren ? null : nextFallbackChildren;
JSCompiler_object_inline_stack_2932 = {
JSCompiler_object_inline_stack_2928 = {
value: nextPrimaryChildren,
source: null,
stack: JSCompiler_object_inline_digest_2931
stack: JSCompiler_object_inline_digest_2927
};
"string" === typeof JSCompiler_object_inline_digest_2931 &&
"string" === typeof JSCompiler_object_inline_digest_2927 &&
CapturedStacks.set(
nextPrimaryChildren,
JSCompiler_object_inline_stack_2932
JSCompiler_object_inline_stack_2928
);
queueHydrationError(JSCompiler_object_inline_stack_2932);
queueHydrationError(JSCompiler_object_inline_stack_2928);
workInProgress = retrySuspenseComponentWithoutHydrating(
current,
workInProgress,
@@ -11436,35 +11436,35 @@ __DEV__ &&
renderLanes,
!1
),
(JSCompiler_object_inline_digest_2931 =
(JSCompiler_object_inline_digest_2927 =
0 !== (renderLanes & current.childLanes)),
didReceiveUpdate || JSCompiler_object_inline_digest_2931)
didReceiveUpdate || JSCompiler_object_inline_digest_2927)
) {
JSCompiler_object_inline_digest_2931 = workInProgressRoot;
JSCompiler_object_inline_digest_2927 = workInProgressRoot;
if (
null !== JSCompiler_object_inline_digest_2931 &&
((JSCompiler_object_inline_stack_2932 = getBumpedLaneForHydration(
JSCompiler_object_inline_digest_2931,
null !== JSCompiler_object_inline_digest_2927 &&
((JSCompiler_object_inline_stack_2928 = getBumpedLaneForHydration(
JSCompiler_object_inline_digest_2927,
renderLanes
)),
0 !== JSCompiler_object_inline_stack_2932 &&
JSCompiler_object_inline_stack_2932 !== prevState.retryLane)
0 !== JSCompiler_object_inline_stack_2928 &&
JSCompiler_object_inline_stack_2928 !== prevState.retryLane)
)
throw (
((prevState.retryLane = JSCompiler_object_inline_stack_2932),
((prevState.retryLane = JSCompiler_object_inline_stack_2928),
enqueueConcurrentRenderForLane(
current,
JSCompiler_object_inline_stack_2932
JSCompiler_object_inline_stack_2928
),
scheduleUpdateOnFiber(
JSCompiler_object_inline_digest_2931,
JSCompiler_object_inline_digest_2927,
current,
JSCompiler_object_inline_stack_2932
JSCompiler_object_inline_stack_2928
),
SelectiveHydrationException)
);
isSuspenseInstancePending(
JSCompiler_object_inline_componentStack_2933
JSCompiler_object_inline_componentStack_2929
) || renderDidSuspendDelayIfPossible();
workInProgress = retrySuspenseComponentWithoutHydrating(
current,
@@ -11473,14 +11473,14 @@ __DEV__ &&
);
} else
isSuspenseInstancePending(
JSCompiler_object_inline_componentStack_2933
JSCompiler_object_inline_componentStack_2929
)
? ((workInProgress.flags |= 192),
(workInProgress.child = current.child),
(workInProgress = null))
: ((renderLanes = prevState.treeContext),
(nextHydratableInstance = getNextHydratable(
JSCompiler_object_inline_componentStack_2933.nextSibling
JSCompiler_object_inline_componentStack_2929.nextSibling
)),
(hydrationParentFiber = workInProgress),
(isHydrating = !0),
@@ -11492,47 +11492,47 @@ __DEV__ &&
restoreSuspendedTreeContext(workInProgress, renderLanes),
(workInProgress = mountSuspensePrimaryChildren(
workInProgress,
JSCompiler_object_inline_stack_2932.children
JSCompiler_object_inline_stack_2928.children
)),
(workInProgress.flags |= 4096));
return workInProgress;
}
}
if (JSCompiler_object_inline_message_2930)
if (JSCompiler_object_inline_message_2926)
return (
reuseSuspenseHandlerOnStack(workInProgress),
(nextPrimaryChildren = JSCompiler_object_inline_stack_2932.fallback),
(nextPrimaryChildren = JSCompiler_object_inline_stack_2928.fallback),
(nextFallbackChildren = workInProgress.mode),
(componentStack = current.child),
(JSCompiler_object_inline_componentStack_2933 =
(JSCompiler_object_inline_componentStack_2929 =
componentStack.sibling),
(JSCompiler_object_inline_message_2930 = {
(JSCompiler_object_inline_message_2926 = {
mode: "hidden",
children: JSCompiler_object_inline_stack_2932.children
children: JSCompiler_object_inline_stack_2928.children
}),
(nextFallbackChildren & ConcurrentMode) === NoMode &&
workInProgress.child !== componentStack
? ((JSCompiler_object_inline_stack_2932 = workInProgress.child),
(JSCompiler_object_inline_stack_2932.childLanes = 0),
(JSCompiler_object_inline_stack_2932.pendingProps =
JSCompiler_object_inline_message_2930),
? ((JSCompiler_object_inline_stack_2928 = workInProgress.child),
(JSCompiler_object_inline_stack_2928.childLanes = 0),
(JSCompiler_object_inline_stack_2928.pendingProps =
JSCompiler_object_inline_message_2926),
workInProgress.mode & ProfileMode &&
((JSCompiler_object_inline_stack_2932.actualDuration = -0),
(JSCompiler_object_inline_stack_2932.actualStartTime = -1.1),
(JSCompiler_object_inline_stack_2932.selfBaseDuration =
((JSCompiler_object_inline_stack_2928.actualDuration = -0),
(JSCompiler_object_inline_stack_2928.actualStartTime = -1.1),
(JSCompiler_object_inline_stack_2928.selfBaseDuration =
componentStack.selfBaseDuration),
(JSCompiler_object_inline_stack_2932.treeBaseDuration =
(JSCompiler_object_inline_stack_2928.treeBaseDuration =
componentStack.treeBaseDuration)),
(workInProgress.deletions = null))
: ((JSCompiler_object_inline_stack_2932 = createWorkInProgress(
: ((JSCompiler_object_inline_stack_2928 = createWorkInProgress(
componentStack,
JSCompiler_object_inline_message_2930
JSCompiler_object_inline_message_2926
)),
(JSCompiler_object_inline_stack_2932.subtreeFlags =
(JSCompiler_object_inline_stack_2928.subtreeFlags =
componentStack.subtreeFlags & 65011712)),
null !== JSCompiler_object_inline_componentStack_2933
null !== JSCompiler_object_inline_componentStack_2929
? (nextPrimaryChildren = createWorkInProgress(
JSCompiler_object_inline_componentStack_2933,
JSCompiler_object_inline_componentStack_2929,
nextPrimaryChildren
))
: ((nextPrimaryChildren = createFiberFromFragment(
@@ -11543,11 +11543,11 @@ __DEV__ &&
)),
(nextPrimaryChildren.flags |= 2)),
(nextPrimaryChildren.return = workInProgress),
(JSCompiler_object_inline_stack_2932.return = workInProgress),
(JSCompiler_object_inline_stack_2932.sibling = nextPrimaryChildren),
(workInProgress.child = JSCompiler_object_inline_stack_2932),
bailoutOffscreenComponent(null, JSCompiler_object_inline_stack_2932),
(JSCompiler_object_inline_stack_2932 = workInProgress.child),
(JSCompiler_object_inline_stack_2928.return = workInProgress),
(JSCompiler_object_inline_stack_2928.sibling = nextPrimaryChildren),
(workInProgress.child = JSCompiler_object_inline_stack_2928),
bailoutOffscreenComponent(null, JSCompiler_object_inline_stack_2928),
(JSCompiler_object_inline_stack_2928 = workInProgress.child),
(nextPrimaryChildren = current.child.memoizedState),
null === nextPrimaryChildren
? (nextPrimaryChildren = mountSuspenseOffscreenState(renderLanes))
@@ -11563,18 +11563,18 @@ __DEV__ &&
baseLanes: nextPrimaryChildren.baseLanes | renderLanes,
cachePool: nextFallbackChildren
})),
(JSCompiler_object_inline_stack_2932.memoizedState =
(JSCompiler_object_inline_stack_2928.memoizedState =
nextPrimaryChildren),
(JSCompiler_object_inline_stack_2932.childLanes =
(JSCompiler_object_inline_stack_2928.childLanes =
getRemainingWorkInPrimaryTree(
current,
JSCompiler_object_inline_digest_2931,
JSCompiler_object_inline_digest_2927,
renderLanes
)),
(workInProgress.memoizedState = SUSPENDED_MARKER),
bailoutOffscreenComponent(
current.child,
JSCompiler_object_inline_stack_2932
JSCompiler_object_inline_stack_2928
)
);
null !== prevState &&
@@ -11582,28 +11582,28 @@ __DEV__ &&
0 !== (renderLanes & current.lanes) &&
markRenderDerivedCause(workInProgress);
pushPrimaryTreeSuspenseHandler(workInProgress);
JSCompiler_object_inline_digest_2931 = current.child;
current = JSCompiler_object_inline_digest_2931.sibling;
JSCompiler_object_inline_digest_2931 = createWorkInProgress(
JSCompiler_object_inline_digest_2931,
JSCompiler_object_inline_digest_2927 = current.child;
current = JSCompiler_object_inline_digest_2927.sibling;
JSCompiler_object_inline_digest_2927 = createWorkInProgress(
JSCompiler_object_inline_digest_2927,
{
mode: "visible",
children: JSCompiler_object_inline_stack_2932.children
children: JSCompiler_object_inline_stack_2928.children
}
);
(workInProgress.mode & ConcurrentMode) === NoMode &&
(JSCompiler_object_inline_digest_2931.lanes = renderLanes);
JSCompiler_object_inline_digest_2931.return = workInProgress;
JSCompiler_object_inline_digest_2931.sibling = null;
(JSCompiler_object_inline_digest_2927.lanes = renderLanes);
JSCompiler_object_inline_digest_2927.return = workInProgress;
JSCompiler_object_inline_digest_2927.sibling = null;
null !== current &&
((renderLanes = workInProgress.deletions),
null === renderLanes
? ((workInProgress.deletions = [current]),
(workInProgress.flags |= 16))
: renderLanes.push(current));
workInProgress.child = JSCompiler_object_inline_digest_2931;
workInProgress.child = JSCompiler_object_inline_digest_2927;
workInProgress.memoizedState = null;
return JSCompiler_object_inline_digest_2931;
return JSCompiler_object_inline_digest_2927;
}
function mountSuspensePrimaryChildren(workInProgress, primaryChildren) {
primaryChildren = mountWorkInProgressOffscreenFiber(
@@ -29684,11 +29684,11 @@ __DEV__ &&
};
(function () {
var isomorphicReactPackageVersion = React.version;
if ("19.2.0-native-fb-20e54317-20250912" !== isomorphicReactPackageVersion)
if ("19.2.0-native-fb-93d7aa69-20250912" !== isomorphicReactPackageVersion)
throw Error(
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
(isomorphicReactPackageVersion +
"\n - react-dom: 19.2.0-native-fb-20e54317-20250912\nLearn more: https://react.dev/warnings/version-mismatch")
"\n - react-dom: 19.2.0-native-fb-93d7aa69-20250912\nLearn more: https://react.dev/warnings/version-mismatch")
);
})();
("function" === typeof Map &&
@@ -29725,10 +29725,10 @@ __DEV__ &&
!(function () {
var internals = {
bundleType: 1,
version: "19.2.0-native-fb-20e54317-20250912",
version: "19.2.0-native-fb-93d7aa69-20250912",
rendererPackageName: "react-dom",
currentDispatcherRef: ReactSharedInternals,
reconcilerVersion: "19.2.0-native-fb-20e54317-20250912"
reconcilerVersion: "19.2.0-native-fb-93d7aa69-20250912"
};
internals.overrideHookState = overrideHookState;
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -30193,7 +30193,7 @@ __DEV__ &&
exports.useFormStatus = function () {
return resolveDispatcher().useHostTransitionStatus();
};
exports.version = "19.2.0-native-fb-20e54317-20250912";
exports.version = "19.2.0-native-fb-93d7aa69-20250912";
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
"function" ===
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
@@ -7,7 +7,7 @@
* @noflow
* @nolint
* @preventMunge
* @generated SignedSource<<2d473de87368f7b0e06497130108c252>>
* @generated SignedSource<<09e72e39dc00d0cbde62d4c1fe149482>>
*/
/*
@@ -17399,14 +17399,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
};
var isomorphicReactPackageVersion$jscomp$inline_2070 = React.version;
if (
"19.2.0-native-fb-20e54317-20250912" !==
"19.2.0-native-fb-93d7aa69-20250912" !==
isomorphicReactPackageVersion$jscomp$inline_2070
)
throw Error(
formatProdErrorMessage(
527,
isomorphicReactPackageVersion$jscomp$inline_2070,
"19.2.0-native-fb-20e54317-20250912"
"19.2.0-native-fb-93d7aa69-20250912"
)
);
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -17428,10 +17428,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
};
var internals$jscomp$inline_2645 = {
bundleType: 0,
version: "19.2.0-native-fb-20e54317-20250912",
version: "19.2.0-native-fb-93d7aa69-20250912",
rendererPackageName: "react-dom",
currentDispatcherRef: ReactSharedInternals,
reconcilerVersion: "19.2.0-native-fb-20e54317-20250912"
reconcilerVersion: "19.2.0-native-fb-93d7aa69-20250912"
};
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
var hook$jscomp$inline_2646 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -17691,4 +17691,4 @@ exports.useFormState = function (action, initialState, permalink) {
exports.useFormStatus = function () {
return ReactSharedInternals.H.useHostTransitionStatus();
};
exports.version = "19.2.0-native-fb-20e54317-20250912";
exports.version = "19.2.0-native-fb-93d7aa69-20250912";
@@ -7,7 +7,7 @@
* @noflow
* @nolint
* @preventMunge
* @generated SignedSource<<397b4849c205493999c8384d7350e2d9>>
* @generated SignedSource<<658db3a0c77e04427b1c088f057783df>>
*/
/*
@@ -19413,14 +19413,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
};
var isomorphicReactPackageVersion$jscomp$inline_2327 = React.version;
if (
"19.2.0-native-fb-20e54317-20250912" !==
"19.2.0-native-fb-93d7aa69-20250912" !==
isomorphicReactPackageVersion$jscomp$inline_2327
)
throw Error(
formatProdErrorMessage(
527,
isomorphicReactPackageVersion$jscomp$inline_2327,
"19.2.0-native-fb-20e54317-20250912"
"19.2.0-native-fb-93d7aa69-20250912"
)
);
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -19442,10 +19442,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
};
var internals$jscomp$inline_2334 = {
bundleType: 0,
version: "19.2.0-native-fb-20e54317-20250912",
version: "19.2.0-native-fb-93d7aa69-20250912",
rendererPackageName: "react-dom",
currentDispatcherRef: ReactSharedInternals,
reconcilerVersion: "19.2.0-native-fb-20e54317-20250912",
reconcilerVersion: "19.2.0-native-fb-93d7aa69-20250912",
getLaneLabelMap: function () {
for (
var map = new Map(), lane = 1, index$324 = 0;
@@ -19721,7 +19721,7 @@ exports.useFormState = function (action, initialState, permalink) {
exports.useFormStatus = function () {
return ReactSharedInternals.H.useHostTransitionStatus();
};
exports.version = "19.2.0-native-fb-20e54317-20250912";
exports.version = "19.2.0-native-fb-93d7aa69-20250912";
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
"function" ===
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
@@ -7,7 +7,7 @@
* @noflow
* @nolint
* @preventMunge
* @generated SignedSource<<a3b79a95ffc5685dcd27c4598bf11359>>
* @generated SignedSource<<b1a38af3574625c58f6efe32a6cc5def>>
*/
"use strict";
@@ -15913,10 +15913,10 @@ __DEV__ &&
(function () {
var internals = {
bundleType: 1,
version: "19.2.0-native-fb-20e54317-20250912",
version: "19.2.0-native-fb-93d7aa69-20250912",
rendererPackageName: "react-test-renderer",
currentDispatcherRef: ReactSharedInternals,
reconcilerVersion: "19.2.0-native-fb-20e54317-20250912"
reconcilerVersion: "19.2.0-native-fb-93d7aa69-20250912"
};
internals.overrideHookState = overrideHookState;
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -16061,5 +16061,5 @@ __DEV__ &&
flushSyncWorkAcrossRoots_impl(0, !0));
}
};
exports.version = "19.2.0-native-fb-20e54317-20250912";
exports.version = "19.2.0-native-fb-93d7aa69-20250912";
})();
@@ -7,7 +7,7 @@
* @noflow
* @nolint
* @preventMunge
* @generated SignedSource<<1877d308f61aad270dff86565c24890f>>
* @generated SignedSource<<0928ac852000698f7d8c561c4260094e>>
*/
"use strict";
@@ -10045,10 +10045,10 @@ function wrapFiber(fiber) {
}
var internals$jscomp$inline_1481 = {
bundleType: 0,
version: "19.2.0-native-fb-20e54317-20250912",
version: "19.2.0-native-fb-93d7aa69-20250912",
rendererPackageName: "react-test-renderer",
currentDispatcherRef: ReactSharedInternals,
reconcilerVersion: "19.2.0-native-fb-20e54317-20250912"
reconcilerVersion: "19.2.0-native-fb-93d7aa69-20250912"
};
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
var hook$jscomp$inline_1482 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -10184,4 +10184,4 @@ exports.unstable_batchedUpdates = function (fn, a) {
flushSyncWorkAcrossRoots_impl(0, !0));
}
};
exports.version = "19.2.0-native-fb-20e54317-20250912";
exports.version = "19.2.0-native-fb-93d7aa69-20250912";
@@ -7,7 +7,7 @@
* @noflow
* @nolint
* @preventMunge
* @generated SignedSource<<5906886ee8bbdb524568e0dcb4ee9247>>
* @generated SignedSource<<01baab66cb83110457e1bf46e412cc0d>>
*/
"use strict";
@@ -10666,10 +10666,10 @@ function wrapFiber(fiber) {
}
var internals$jscomp$inline_1272 = {
bundleType: 0,
version: "19.2.0-native-fb-20e54317-20250912",
version: "19.2.0-native-fb-93d7aa69-20250912",
rendererPackageName: "react-test-renderer",
currentDispatcherRef: ReactSharedInternals,
reconcilerVersion: "19.2.0-native-fb-20e54317-20250912",
reconcilerVersion: "19.2.0-native-fb-93d7aa69-20250912",
getLaneLabelMap: function () {
for (
var map = new Map(), lane = 1, index$145 = 0;
@@ -10820,4 +10820,4 @@ exports.unstable_batchedUpdates = function (fn, a) {
flushSyncWorkAcrossRoots_impl(0, !0));
}
};
exports.version = "19.2.0-native-fb-20e54317-20250912";
exports.version = "19.2.0-native-fb-93d7aa69-20250912";
@@ -7,7 +7,7 @@
* @noflow
* @nolint
* @preventMunge
* @generated SignedSource<<19c8aeae52011f8459c9c082d39fc824>>
* @generated SignedSource<<fceab134af2ccca69be9dcee99e61b62>>
*/
"use strict";
@@ -1397,7 +1397,7 @@ __DEV__ &&
exports.useTransition = function () {
return resolveDispatcher().useTransition();
};
exports.version = "19.2.0-native-fb-20e54317-20250912";
exports.version = "19.2.0-native-fb-93d7aa69-20250912";
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
"function" ===
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
@@ -7,7 +7,7 @@
* @noflow
* @nolint
* @preventMunge
* @generated SignedSource<<1937d40b1019bd03e45b35fe2d333da0>>
* @generated SignedSource<<eb25ad4c7ffb2dc93fd10cf4705af2a8>>
*/
"use strict";
@@ -579,4 +579,4 @@ exports.useSyncExternalStore = function (
exports.useTransition = function () {
return ReactSharedInternals.H.useTransition();
};
exports.version = "19.2.0-native-fb-20e54317-20250912";
exports.version = "19.2.0-native-fb-93d7aa69-20250912";
@@ -7,7 +7,7 @@
* @noflow
* @nolint
* @preventMunge
* @generated SignedSource<<c69266eb0200cd65b2119b38e9905ebe>>
* @generated SignedSource<<93c773fffce0f048bc6aecb17f6c244a>>
*/
"use strict";
@@ -583,7 +583,7 @@ exports.useSyncExternalStore = function (
exports.useTransition = function () {
return ReactSharedInternals.H.useTransition();
};
exports.version = "19.2.0-native-fb-20e54317-20250912";
exports.version = "19.2.0-native-fb-93d7aa69-20250912";
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
"function" ===
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
@@ -1 +1 @@
20e5431747347796b3be8312e56cef655b26ef4d
93d7aa69b29c20529c40cf64b0afdb5d51c9ddd1
@@ -7,7 +7,7 @@
* @noflow
* @nolint
* @preventMunge
* @generated SignedSource<<32dd844ee66431e60b60307d93bddd23>>
* @generated SignedSource<<79bc73814be29cf23a9be03ec6273d0e>>
*/
"use strict";
@@ -19753,10 +19753,10 @@ __DEV__ &&
(function () {
var internals = {
bundleType: 1,
version: "19.2.0-native-fb-20e54317-20250912",
version: "19.2.0-native-fb-93d7aa69-20250912",
rendererPackageName: "react-native-renderer",
currentDispatcherRef: ReactSharedInternals,
reconcilerVersion: "19.2.0-native-fb-20e54317-20250912"
reconcilerVersion: "19.2.0-native-fb-93d7aa69-20250912"
};
null !== extraDevToolsConfig &&
(internals.rendererConfig = extraDevToolsConfig);
@@ -7,7 +7,7 @@
* @noflow
* @nolint
* @preventMunge
* @generated SignedSource<<007c8729955101c946e905e3f24dfada>>
* @generated SignedSource<<9ff9e4cefa4a46dc381c32ece3ac94e1>>
*/
"use strict";
@@ -11211,10 +11211,10 @@ batchedUpdatesImpl = function (fn, a) {
var roots = new Map(),
internals$jscomp$inline_1293 = {
bundleType: 0,
version: "19.2.0-native-fb-20e54317-20250912",
version: "19.2.0-native-fb-93d7aa69-20250912",
rendererPackageName: "react-native-renderer",
currentDispatcherRef: ReactSharedInternals,
reconcilerVersion: "19.2.0-native-fb-20e54317-20250912"
reconcilerVersion: "19.2.0-native-fb-93d7aa69-20250912"
};
null !== extraDevToolsConfig &&
(internals$jscomp$inline_1293.rendererConfig = extraDevToolsConfig);
@@ -7,7 +7,7 @@
* @noflow
* @nolint
* @preventMunge
* @generated SignedSource<<c7e59fb0c04e026833de492794de171b>>
* @generated SignedSource<<14f7c4f0dccc6380b909e88c98df9445>>
*/
"use strict";
@@ -13162,10 +13162,10 @@ batchedUpdatesImpl = function (fn, a) {
var roots = new Map(),
internals$jscomp$inline_1543 = {
bundleType: 0,
version: "19.2.0-native-fb-20e54317-20250912",
version: "19.2.0-native-fb-93d7aa69-20250912",
rendererPackageName: "react-native-renderer",
currentDispatcherRef: ReactSharedInternals,
reconcilerVersion: "19.2.0-native-fb-20e54317-20250912"
reconcilerVersion: "19.2.0-native-fb-93d7aa69-20250912"
};
null !== extraDevToolsConfig &&
(internals$jscomp$inline_1543.rendererConfig = extraDevToolsConfig);
@@ -7,7 +7,7 @@
* @noflow
* @nolint
* @preventMunge
* @generated SignedSource<<da0e1fc65f5ea6c8ea5ad6104c02873b>>
* @generated SignedSource<<3632d9f7d4196d057969e38b0938833d>>
*/
"use strict";
@@ -20033,11 +20033,11 @@ __DEV__ &&
shouldSuspendImpl = newShouldSuspendImpl;
};
var isomorphicReactPackageVersion = React.version;
if ("19.2.0-native-fb-20e54317-20250912" !== isomorphicReactPackageVersion)
if ("19.2.0-native-fb-93d7aa69-20250912" !== isomorphicReactPackageVersion)
throw Error(
'Incompatible React versions: The "react" and "react-native-renderer" packages must have the exact same version. Instead got:\n - react: ' +
(isomorphicReactPackageVersion +
"\n - react-native-renderer: 19.2.0-native-fb-20e54317-20250912\nLearn more: https://react.dev/warnings/version-mismatch")
"\n - react-native-renderer: 19.2.0-native-fb-93d7aa69-20250912\nLearn more: https://react.dev/warnings/version-mismatch")
);
if (
"function" !==
@@ -20063,10 +20063,10 @@ __DEV__ &&
(function () {
var internals = {
bundleType: 1,
version: "19.2.0-native-fb-20e54317-20250912",
version: "19.2.0-native-fb-93d7aa69-20250912",
rendererPackageName: "react-native-renderer",
currentDispatcherRef: ReactSharedInternals,
reconcilerVersion: "19.2.0-native-fb-20e54317-20250912"
reconcilerVersion: "19.2.0-native-fb-93d7aa69-20250912"
};
null !== extraDevToolsConfig &&
(internals.rendererConfig = extraDevToolsConfig);
@@ -7,7 +7,7 @@
* @noflow
* @nolint
* @preventMunge
* @generated SignedSource<<491356d381b6f580d6a06c341830890e>>
* @generated SignedSource<<0a8b7c584e8031315c89eef1c6f4cf80>>
*/
"use strict";
@@ -11370,11 +11370,11 @@ function updateContainer(element, container, parentComponent, callback) {
return lane;
}
var isomorphicReactPackageVersion = React.version;
if ("19.2.0-native-fb-20e54317-20250912" !== isomorphicReactPackageVersion)
if ("19.2.0-native-fb-93d7aa69-20250912" !== isomorphicReactPackageVersion)
throw Error(
'Incompatible React versions: The "react" and "react-native-renderer" packages must have the exact same version. Instead got:\n - react: ' +
(isomorphicReactPackageVersion +
"\n - react-native-renderer: 19.2.0-native-fb-20e54317-20250912\nLearn more: https://react.dev/warnings/version-mismatch")
"\n - react-native-renderer: 19.2.0-native-fb-93d7aa69-20250912\nLearn more: https://react.dev/warnings/version-mismatch")
);
if (
"function" !==
@@ -11424,10 +11424,10 @@ batchedUpdatesImpl = function (fn, a) {
var roots = new Map(),
internals$jscomp$inline_1324 = {
bundleType: 0,
version: "19.2.0-native-fb-20e54317-20250912",
version: "19.2.0-native-fb-93d7aa69-20250912",
rendererPackageName: "react-native-renderer",
currentDispatcherRef: ReactSharedInternals,
reconcilerVersion: "19.2.0-native-fb-20e54317-20250912"
reconcilerVersion: "19.2.0-native-fb-93d7aa69-20250912"
};
null !== extraDevToolsConfig &&
(internals$jscomp$inline_1324.rendererConfig = extraDevToolsConfig);
@@ -7,7 +7,7 @@
* @noflow
* @nolint
* @preventMunge
* @generated SignedSource<<92112b14f3444856202bfe977c4379f5>>
* @generated SignedSource<<e0016146140782f6cd8749641ffd82cf>>
*/
"use strict";
@@ -13311,11 +13311,11 @@ function updateContainer(element, container, parentComponent, callback) {
return lane;
}
var isomorphicReactPackageVersion = React.version;
if ("19.2.0-native-fb-20e54317-20250912" !== isomorphicReactPackageVersion)
if ("19.2.0-native-fb-93d7aa69-20250912" !== isomorphicReactPackageVersion)
throw Error(
'Incompatible React versions: The "react" and "react-native-renderer" packages must have the exact same version. Instead got:\n - react: ' +
(isomorphicReactPackageVersion +
"\n - react-native-renderer: 19.2.0-native-fb-20e54317-20250912\nLearn more: https://react.dev/warnings/version-mismatch")
"\n - react-native-renderer: 19.2.0-native-fb-93d7aa69-20250912\nLearn more: https://react.dev/warnings/version-mismatch")
);
if (
"function" !==
@@ -13365,10 +13365,10 @@ batchedUpdatesImpl = function (fn, a) {
var roots = new Map(),
internals$jscomp$inline_1574 = {
bundleType: 0,
version: "19.2.0-native-fb-20e54317-20250912",
version: "19.2.0-native-fb-93d7aa69-20250912",
rendererPackageName: "react-native-renderer",
currentDispatcherRef: ReactSharedInternals,
reconcilerVersion: "19.2.0-native-fb-20e54317-20250912"
reconcilerVersion: "19.2.0-native-fb-93d7aa69-20250912"
};
null !== extraDevToolsConfig &&
(internals$jscomp$inline_1574.rendererConfig = extraDevToolsConfig);
@@ -1,7 +1,7 @@
{
"name": "eslint-plugin-react-hooks",
"description": "ESLint rules for React Hooks",
"version": "0.0.0-experimental-20e54317-20250912",
"version": "0.0.0-experimental-93d7aa69-20250912",
"repository": {
"type": "git",
"url": "https://github.com/facebook/react.git",