mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Try not. Do... or do not. Hydrate Suspense Boundaries. (#32851)
Assertively claim a SuspenseInstance. We already know we're hydrating.
If there's no match, it throws anyway. So there's no other code path.
DiffTrain build for [961b625ab5](https://github.com/facebook/react/commit/961b625ab5d180180e836e0c7b221789f0ee336b)
This commit is contained in:
@@ -1 +1 @@
|
||||
19.2.0-native-fb-8a3c5e1a-20250410
|
||||
19.2.0-native-fb-961b625a-20250411
|
||||
Vendored
+2
-2
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<582044649157f707ca29454ec9394203>>
|
||||
* @generated SignedSource<<8a83787295077eea0877b9322ef98f61>>
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
@@ -404,5 +404,5 @@ __DEV__ &&
|
||||
exports.useFormStatus = function () {
|
||||
return resolveDispatcher().useHostTransitionStatus();
|
||||
};
|
||||
exports.version = "19.2.0-native-fb-8a3c5e1a-20250410";
|
||||
exports.version = "19.2.0-native-fb-961b625a-20250411";
|
||||
})();
|
||||
|
||||
Vendored
+2
-2
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<764f91dd7f7978edb3c50973755671ed>>
|
||||
* @generated SignedSource<<845ac41d4ec208dfe12f70b51622c845>>
|
||||
*/
|
||||
|
||||
"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-8a3c5e1a-20250410";
|
||||
exports.version = "19.2.0-native-fb-961b625a-20250411";
|
||||
|
||||
Vendored
+2
-2
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<764f91dd7f7978edb3c50973755671ed>>
|
||||
* @generated SignedSource<<845ac41d4ec208dfe12f70b51622c845>>
|
||||
*/
|
||||
|
||||
"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-8a3c5e1a-20250410";
|
||||
exports.version = "19.2.0-native-fb-961b625a-20250411";
|
||||
|
||||
Vendored
+140
-142
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<1b9d2b6d79cde194625c235e04d6660f>>
|
||||
* @generated SignedSource<<47538994f18128c11aaac16abc17f20e>>
|
||||
*/
|
||||
|
||||
/*
|
||||
@@ -9909,100 +9909,90 @@ __DEV__ &&
|
||||
var JSCompiler_object_inline_digest_2414;
|
||||
var JSCompiler_object_inline_stack_2415 = workInProgress.pendingProps;
|
||||
shouldSuspendImpl(workInProgress) && (workInProgress.flags |= 128);
|
||||
var JSCompiler_object_inline_componentStack_2416 = !1;
|
||||
var didSuspend = 0 !== (workInProgress.flags & 128);
|
||||
var showFallback = !1,
|
||||
didSuspend = 0 !== (workInProgress.flags & 128);
|
||||
(JSCompiler_object_inline_digest_2414 = didSuspend) ||
|
||||
(JSCompiler_object_inline_digest_2414 =
|
||||
null !== current && null === current.memoizedState
|
||||
? !1
|
||||
: 0 !== (suspenseStackCursor.current & ForceSuspenseFallback));
|
||||
JSCompiler_object_inline_digest_2414 &&
|
||||
((JSCompiler_object_inline_componentStack_2416 = !0),
|
||||
(workInProgress.flags &= -129));
|
||||
((showFallback = !0), (workInProgress.flags &= -129));
|
||||
JSCompiler_object_inline_digest_2414 = 0 !== (workInProgress.flags & 32);
|
||||
workInProgress.flags &= -33;
|
||||
if (null === current) {
|
||||
if (isHydrating) {
|
||||
JSCompiler_object_inline_componentStack_2416
|
||||
showFallback
|
||||
? pushPrimaryTreeSuspenseHandler(workInProgress)
|
||||
: reuseSuspenseHandlerOnStack(workInProgress);
|
||||
if (isHydrating) {
|
||||
var JSCompiler_object_inline_message_2413 = nextHydratableInstance;
|
||||
var JSCompiler_temp;
|
||||
if (!(JSCompiler_temp = !JSCompiler_object_inline_message_2413)) {
|
||||
c: {
|
||||
var instance = JSCompiler_object_inline_message_2413;
|
||||
for (
|
||||
JSCompiler_temp = rootOrSingletonContext;
|
||||
8 !== instance.nodeType;
|
||||
if ((renderLanes = nextHydratableInstance)) {
|
||||
a: {
|
||||
JSCompiler_object_inline_digest_2414 = renderLanes;
|
||||
for (
|
||||
current = rootOrSingletonContext;
|
||||
8 !== JSCompiler_object_inline_digest_2414.nodeType;
|
||||
|
||||
) {
|
||||
if (!JSCompiler_temp) {
|
||||
JSCompiler_temp = null;
|
||||
break c;
|
||||
}
|
||||
instance = getNextHydratable(instance.nextSibling);
|
||||
if (null === instance) {
|
||||
JSCompiler_temp = null;
|
||||
break c;
|
||||
}
|
||||
) {
|
||||
if (!current) {
|
||||
current = null;
|
||||
break a;
|
||||
}
|
||||
JSCompiler_object_inline_digest_2414 = getNextHydratable(
|
||||
JSCompiler_object_inline_digest_2414.nextSibling
|
||||
);
|
||||
if (null === JSCompiler_object_inline_digest_2414) {
|
||||
current = null;
|
||||
break a;
|
||||
}
|
||||
JSCompiler_temp = instance;
|
||||
}
|
||||
null !== JSCompiler_temp
|
||||
? (warnIfNotHydrating(),
|
||||
(workInProgress.memoizedState = {
|
||||
dehydrated: JSCompiler_temp,
|
||||
treeContext:
|
||||
null !== treeContextProvider
|
||||
? { id: treeContextId, overflow: treeContextOverflow }
|
||||
: null,
|
||||
retryLane: 536870912,
|
||||
hydrationErrors: null
|
||||
}),
|
||||
(instance = createFiber(18, null, null, NoMode)),
|
||||
(instance.stateNode = JSCompiler_temp),
|
||||
(instance.return = workInProgress),
|
||||
(workInProgress.child = instance),
|
||||
(hydrationParentFiber = workInProgress),
|
||||
(nextHydratableInstance = null),
|
||||
(JSCompiler_temp = !0))
|
||||
: (JSCompiler_temp = !1);
|
||||
JSCompiler_temp = !JSCompiler_temp;
|
||||
current = JSCompiler_object_inline_digest_2414;
|
||||
}
|
||||
JSCompiler_temp &&
|
||||
(warnNonHydratedInstance(
|
||||
workInProgress,
|
||||
JSCompiler_object_inline_message_2413
|
||||
),
|
||||
throwOnHydrationMismatch(workInProgress));
|
||||
}
|
||||
JSCompiler_object_inline_message_2413 = workInProgress.memoizedState;
|
||||
if (
|
||||
null !== JSCompiler_object_inline_message_2413 &&
|
||||
((JSCompiler_object_inline_message_2413 =
|
||||
JSCompiler_object_inline_message_2413.dehydrated),
|
||||
null !== JSCompiler_object_inline_message_2413)
|
||||
)
|
||||
return (
|
||||
isSuspenseInstanceFallback(JSCompiler_object_inline_message_2413)
|
||||
? (workInProgress.lanes = 32)
|
||||
: (workInProgress.lanes = 536870912),
|
||||
null
|
||||
null !== current &&
|
||||
(warnIfNotHydrating(),
|
||||
(workInProgress.memoizedState = {
|
||||
dehydrated: current,
|
||||
treeContext:
|
||||
null !== treeContextProvider
|
||||
? { id: treeContextId, overflow: treeContextOverflow }
|
||||
: null,
|
||||
retryLane: 536870912,
|
||||
hydrationErrors: null
|
||||
}),
|
||||
(JSCompiler_object_inline_digest_2414 = current),
|
||||
(JSCompiler_object_inline_stack_2415 = createFiber(
|
||||
18,
|
||||
null,
|
||||
null,
|
||||
NoMode
|
||||
)),
|
||||
(JSCompiler_object_inline_stack_2415.stateNode =
|
||||
JSCompiler_object_inline_digest_2414),
|
||||
(JSCompiler_object_inline_stack_2415.return = workInProgress),
|
||||
(workInProgress.child = JSCompiler_object_inline_stack_2415),
|
||||
(hydrationParentFiber = workInProgress),
|
||||
(nextHydratableInstance = null));
|
||||
} else current = null;
|
||||
if (null === current)
|
||||
throw (
|
||||
(warnNonHydratedInstance(workInProgress, renderLanes),
|
||||
throwOnHydrationMismatch(workInProgress))
|
||||
);
|
||||
popSuspenseHandler(workInProgress);
|
||||
isSuspenseInstanceFallback(current)
|
||||
? (workInProgress.lanes = 32)
|
||||
: (workInProgress.lanes = 536870912);
|
||||
return null;
|
||||
}
|
||||
JSCompiler_object_inline_message_2413 =
|
||||
var JSCompiler_object_inline_componentStack_2416 =
|
||||
JSCompiler_object_inline_stack_2415.children;
|
||||
JSCompiler_temp = JSCompiler_object_inline_stack_2415.fallback;
|
||||
if (JSCompiler_object_inline_componentStack_2416)
|
||||
var nextFallbackChildren = JSCompiler_object_inline_stack_2415.fallback;
|
||||
if (showFallback)
|
||||
return (
|
||||
reuseSuspenseHandlerOnStack(workInProgress),
|
||||
(JSCompiler_object_inline_stack_2415 =
|
||||
mountSuspenseFallbackChildren(
|
||||
workInProgress,
|
||||
JSCompiler_object_inline_message_2413,
|
||||
JSCompiler_temp,
|
||||
JSCompiler_object_inline_componentStack_2416,
|
||||
nextFallbackChildren,
|
||||
renderLanes
|
||||
)),
|
||||
(JSCompiler_object_inline_componentStack_2416 =
|
||||
@@ -10027,8 +10017,8 @@ __DEV__ &&
|
||||
(JSCompiler_object_inline_stack_2415 =
|
||||
mountSuspenseFallbackChildren(
|
||||
workInProgress,
|
||||
JSCompiler_object_inline_message_2413,
|
||||
JSCompiler_temp,
|
||||
JSCompiler_object_inline_componentStack_2416,
|
||||
nextFallbackChildren,
|
||||
renderLanes
|
||||
)),
|
||||
(JSCompiler_object_inline_componentStack_2416 =
|
||||
@@ -10048,14 +10038,15 @@ __DEV__ &&
|
||||
pushPrimaryTreeSuspenseHandler(workInProgress);
|
||||
return mountSuspensePrimaryChildren(
|
||||
workInProgress,
|
||||
JSCompiler_object_inline_message_2413
|
||||
JSCompiler_object_inline_componentStack_2416
|
||||
);
|
||||
}
|
||||
var prevState = current.memoizedState;
|
||||
var JSCompiler_object_inline_message_2413 = current.memoizedState;
|
||||
if (
|
||||
null !== prevState &&
|
||||
((JSCompiler_object_inline_message_2413 = prevState.dehydrated),
|
||||
null !== JSCompiler_object_inline_message_2413)
|
||||
null !== JSCompiler_object_inline_message_2413 &&
|
||||
((JSCompiler_object_inline_componentStack_2416 =
|
||||
JSCompiler_object_inline_message_2413.dehydrated),
|
||||
null !== JSCompiler_object_inline_componentStack_2416)
|
||||
) {
|
||||
if (didSuspend)
|
||||
workInProgress.flags & 256
|
||||
@@ -10074,19 +10065,19 @@ __DEV__ &&
|
||||
: (reuseSuspenseHandlerOnStack(workInProgress),
|
||||
(JSCompiler_object_inline_componentStack_2416 =
|
||||
JSCompiler_object_inline_stack_2415.fallback),
|
||||
(JSCompiler_object_inline_message_2413 = workInProgress.mode),
|
||||
(nextFallbackChildren = workInProgress.mode),
|
||||
(JSCompiler_object_inline_stack_2415 =
|
||||
mountWorkInProgressOffscreenFiber(
|
||||
{
|
||||
mode: "visible",
|
||||
children: JSCompiler_object_inline_stack_2415.children
|
||||
},
|
||||
JSCompiler_object_inline_message_2413
|
||||
nextFallbackChildren
|
||||
)),
|
||||
(JSCompiler_object_inline_componentStack_2416 =
|
||||
createFiberFromFragment(
|
||||
JSCompiler_object_inline_componentStack_2416,
|
||||
JSCompiler_object_inline_message_2413,
|
||||
nextFallbackChildren,
|
||||
renderLanes,
|
||||
null
|
||||
)),
|
||||
@@ -10122,34 +10113,38 @@ __DEV__ &&
|
||||
console.error(
|
||||
"We should not be hydrating here. This is a bug in React. Please file a bug."
|
||||
),
|
||||
isSuspenseInstanceFallback(JSCompiler_object_inline_message_2413))
|
||||
isSuspenseInstanceFallback(
|
||||
JSCompiler_object_inline_componentStack_2416
|
||||
))
|
||||
) {
|
||||
JSCompiler_object_inline_digest_2414 =
|
||||
JSCompiler_object_inline_message_2413.nextSibling &&
|
||||
JSCompiler_object_inline_message_2413.nextSibling.dataset;
|
||||
JSCompiler_object_inline_componentStack_2416.nextSibling &&
|
||||
JSCompiler_object_inline_componentStack_2416.nextSibling.dataset;
|
||||
if (JSCompiler_object_inline_digest_2414) {
|
||||
JSCompiler_temp = JSCompiler_object_inline_digest_2414.dgst;
|
||||
nextFallbackChildren = JSCompiler_object_inline_digest_2414.dgst;
|
||||
var message = JSCompiler_object_inline_digest_2414.msg;
|
||||
instance = JSCompiler_object_inline_digest_2414.stck;
|
||||
var componentStack = JSCompiler_object_inline_digest_2414.cstck;
|
||||
var componentStack = JSCompiler_object_inline_digest_2414.stck;
|
||||
var componentStack$jscomp$0 =
|
||||
JSCompiler_object_inline_digest_2414.cstck;
|
||||
}
|
||||
JSCompiler_object_inline_message_2413 = message;
|
||||
JSCompiler_object_inline_digest_2414 = JSCompiler_temp;
|
||||
JSCompiler_object_inline_stack_2415 = instance;
|
||||
JSCompiler_temp = JSCompiler_object_inline_componentStack_2416 =
|
||||
componentStack;
|
||||
JSCompiler_object_inline_digest_2414 = nextFallbackChildren;
|
||||
JSCompiler_object_inline_stack_2415 = componentStack;
|
||||
JSCompiler_object_inline_componentStack_2416 =
|
||||
JSCompiler_object_inline_message_2413
|
||||
? Error(JSCompiler_object_inline_message_2413)
|
||||
: Error(
|
||||
"The server could not finish this Suspense boundary, likely due to an error during server rendering. Switched to client rendering."
|
||||
);
|
||||
componentStack$jscomp$0;
|
||||
nextFallbackChildren = JSCompiler_object_inline_message_2413;
|
||||
componentStack = JSCompiler_object_inline_componentStack_2416;
|
||||
JSCompiler_object_inline_componentStack_2416 = nextFallbackChildren
|
||||
? Error(nextFallbackChildren)
|
||||
: Error(
|
||||
"The server could not finish this Suspense boundary, likely due to an error during server rendering. Switched to client rendering."
|
||||
);
|
||||
JSCompiler_object_inline_componentStack_2416.stack =
|
||||
JSCompiler_object_inline_stack_2415 || "";
|
||||
JSCompiler_object_inline_componentStack_2416.digest =
|
||||
JSCompiler_object_inline_digest_2414;
|
||||
JSCompiler_object_inline_digest_2414 =
|
||||
void 0 === JSCompiler_temp ? null : JSCompiler_temp;
|
||||
void 0 === componentStack ? null : componentStack;
|
||||
JSCompiler_object_inline_stack_2415 = {
|
||||
value: JSCompiler_object_inline_componentStack_2416,
|
||||
source: null,
|
||||
@@ -10196,10 +10191,12 @@ __DEV__ &&
|
||||
? 0
|
||||
: JSCompiler_object_inline_stack_2415),
|
||||
0 !== JSCompiler_object_inline_stack_2415 &&
|
||||
JSCompiler_object_inline_stack_2415 !== prevState.retryLane)
|
||||
JSCompiler_object_inline_stack_2415 !==
|
||||
JSCompiler_object_inline_message_2413.retryLane)
|
||||
)
|
||||
throw (
|
||||
((prevState.retryLane = JSCompiler_object_inline_stack_2415),
|
||||
((JSCompiler_object_inline_message_2413.retryLane =
|
||||
JSCompiler_object_inline_stack_2415),
|
||||
enqueueConcurrentRenderForLane(
|
||||
current,
|
||||
JSCompiler_object_inline_stack_2415
|
||||
@@ -10211,7 +10208,7 @@ __DEV__ &&
|
||||
),
|
||||
SelectiveHydrationException)
|
||||
);
|
||||
JSCompiler_object_inline_message_2413.data ===
|
||||
JSCompiler_object_inline_componentStack_2416.data ===
|
||||
SUSPENSE_PENDING_START_DATA || renderDidSuspendDelayIfPossible();
|
||||
workInProgress = retrySuspenseComponentWithoutHydrating(
|
||||
current,
|
||||
@@ -10219,14 +10216,15 @@ __DEV__ &&
|
||||
renderLanes
|
||||
);
|
||||
} else
|
||||
JSCompiler_object_inline_message_2413.data ===
|
||||
JSCompiler_object_inline_componentStack_2416.data ===
|
||||
SUSPENSE_PENDING_START_DATA
|
||||
? ((workInProgress.flags |= 192),
|
||||
(workInProgress.child = current.child),
|
||||
(workInProgress = null))
|
||||
: ((renderLanes = prevState.treeContext),
|
||||
: ((renderLanes =
|
||||
JSCompiler_object_inline_message_2413.treeContext),
|
||||
(nextHydratableInstance = getNextHydratable(
|
||||
JSCompiler_object_inline_message_2413.nextSibling
|
||||
JSCompiler_object_inline_componentStack_2416.nextSibling
|
||||
)),
|
||||
(hydrationParentFiber = workInProgress),
|
||||
(isHydrating = !0),
|
||||
@@ -10249,48 +10247,48 @@ __DEV__ &&
|
||||
(workInProgress.flags |= 4096));
|
||||
return workInProgress;
|
||||
}
|
||||
if (JSCompiler_object_inline_componentStack_2416)
|
||||
if (showFallback)
|
||||
return (
|
||||
reuseSuspenseHandlerOnStack(workInProgress),
|
||||
(JSCompiler_object_inline_componentStack_2416 =
|
||||
JSCompiler_object_inline_stack_2415.fallback),
|
||||
(JSCompiler_object_inline_message_2413 = workInProgress.mode),
|
||||
(JSCompiler_temp = current.child),
|
||||
(instance = JSCompiler_temp.sibling),
|
||||
(componentStack = {
|
||||
(nextFallbackChildren = workInProgress.mode),
|
||||
(componentStack = current.child),
|
||||
(componentStack$jscomp$0 = componentStack.sibling),
|
||||
(JSCompiler_object_inline_message_2413 = {
|
||||
mode: "hidden",
|
||||
children: JSCompiler_object_inline_stack_2415.children
|
||||
}),
|
||||
(JSCompiler_object_inline_message_2413 & ConcurrentMode) === NoMode &&
|
||||
workInProgress.child !== JSCompiler_temp
|
||||
(nextFallbackChildren & ConcurrentMode) === NoMode &&
|
||||
workInProgress.child !== componentStack
|
||||
? ((JSCompiler_object_inline_stack_2415 = workInProgress.child),
|
||||
(JSCompiler_object_inline_stack_2415.childLanes = 0),
|
||||
(JSCompiler_object_inline_stack_2415.pendingProps =
|
||||
componentStack),
|
||||
JSCompiler_object_inline_message_2413),
|
||||
workInProgress.mode & ProfileMode &&
|
||||
((JSCompiler_object_inline_stack_2415.actualDuration = -0),
|
||||
(JSCompiler_object_inline_stack_2415.actualStartTime = -1.1),
|
||||
(JSCompiler_object_inline_stack_2415.selfBaseDuration =
|
||||
JSCompiler_temp.selfBaseDuration),
|
||||
componentStack.selfBaseDuration),
|
||||
(JSCompiler_object_inline_stack_2415.treeBaseDuration =
|
||||
JSCompiler_temp.treeBaseDuration)),
|
||||
componentStack.treeBaseDuration)),
|
||||
(workInProgress.deletions = null))
|
||||
: ((JSCompiler_object_inline_stack_2415 = createWorkInProgress(
|
||||
JSCompiler_temp,
|
||||
componentStack
|
||||
componentStack,
|
||||
JSCompiler_object_inline_message_2413
|
||||
)),
|
||||
(JSCompiler_object_inline_stack_2415.subtreeFlags =
|
||||
JSCompiler_temp.subtreeFlags & 65011712)),
|
||||
null !== instance
|
||||
componentStack.subtreeFlags & 65011712)),
|
||||
null !== componentStack$jscomp$0
|
||||
? (JSCompiler_object_inline_componentStack_2416 =
|
||||
createWorkInProgress(
|
||||
instance,
|
||||
componentStack$jscomp$0,
|
||||
JSCompiler_object_inline_componentStack_2416
|
||||
))
|
||||
: ((JSCompiler_object_inline_componentStack_2416 =
|
||||
createFiberFromFragment(
|
||||
JSCompiler_object_inline_componentStack_2416,
|
||||
JSCompiler_object_inline_message_2413,
|
||||
nextFallbackChildren,
|
||||
renderLanes,
|
||||
null
|
||||
)),
|
||||
@@ -10304,26 +10302,26 @@ __DEV__ &&
|
||||
(JSCompiler_object_inline_stack_2415 =
|
||||
JSCompiler_object_inline_componentStack_2416),
|
||||
(JSCompiler_object_inline_componentStack_2416 = workInProgress.child),
|
||||
(JSCompiler_object_inline_message_2413 = current.child.memoizedState),
|
||||
null === JSCompiler_object_inline_message_2413
|
||||
? (JSCompiler_object_inline_message_2413 =
|
||||
mountSuspenseOffscreenState(renderLanes))
|
||||
: ((JSCompiler_temp =
|
||||
JSCompiler_object_inline_message_2413.cachePool),
|
||||
null !== JSCompiler_temp
|
||||
? ((instance = CacheContext._currentValue),
|
||||
(JSCompiler_temp =
|
||||
JSCompiler_temp.parent !== instance
|
||||
? { parent: instance, pool: instance }
|
||||
: JSCompiler_temp))
|
||||
: (JSCompiler_temp = getSuspendedCache()),
|
||||
(JSCompiler_object_inline_message_2413 = {
|
||||
baseLanes:
|
||||
JSCompiler_object_inline_message_2413.baseLanes | renderLanes,
|
||||
cachePool: JSCompiler_temp
|
||||
(nextFallbackChildren = current.child.memoizedState),
|
||||
null === nextFallbackChildren
|
||||
? (nextFallbackChildren = mountSuspenseOffscreenState(renderLanes))
|
||||
: ((componentStack = nextFallbackChildren.cachePool),
|
||||
null !== componentStack
|
||||
? ((componentStack$jscomp$0 = CacheContext._currentValue),
|
||||
(componentStack =
|
||||
componentStack.parent !== componentStack$jscomp$0
|
||||
? {
|
||||
parent: componentStack$jscomp$0,
|
||||
pool: componentStack$jscomp$0
|
||||
}
|
||||
: componentStack))
|
||||
: (componentStack = getSuspendedCache()),
|
||||
(nextFallbackChildren = {
|
||||
baseLanes: nextFallbackChildren.baseLanes | renderLanes,
|
||||
cachePool: componentStack
|
||||
})),
|
||||
(JSCompiler_object_inline_componentStack_2416.memoizedState =
|
||||
JSCompiler_object_inline_message_2413),
|
||||
nextFallbackChildren),
|
||||
(JSCompiler_object_inline_componentStack_2416.childLanes =
|
||||
getRemainingWorkInPrimaryTree(
|
||||
current,
|
||||
@@ -25820,11 +25818,11 @@ __DEV__ &&
|
||||
};
|
||||
(function () {
|
||||
var isomorphicReactPackageVersion = React.version;
|
||||
if ("19.2.0-native-fb-8a3c5e1a-20250410" !== isomorphicReactPackageVersion)
|
||||
if ("19.2.0-native-fb-961b625a-20250411" !== 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-8a3c5e1a-20250410\nLearn more: https://react.dev/warnings/version-mismatch")
|
||||
"\n - react-dom: 19.2.0-native-fb-961b625a-20250411\nLearn more: https://react.dev/warnings/version-mismatch")
|
||||
);
|
||||
})();
|
||||
("function" === typeof Map &&
|
||||
@@ -25861,10 +25859,10 @@ __DEV__ &&
|
||||
!(function () {
|
||||
var internals = {
|
||||
bundleType: 1,
|
||||
version: "19.2.0-native-fb-8a3c5e1a-20250410",
|
||||
version: "19.2.0-native-fb-961b625a-20250411",
|
||||
rendererPackageName: "react-dom",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-native-fb-8a3c5e1a-20250410"
|
||||
reconcilerVersion: "19.2.0-native-fb-961b625a-20250411"
|
||||
};
|
||||
internals.overrideHookState = overrideHookState;
|
||||
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
|
||||
@@ -26008,5 +26006,5 @@ __DEV__ &&
|
||||
listenToAllSupportedEvents(container);
|
||||
return new ReactDOMHydrationRoot(initialChildren);
|
||||
};
|
||||
exports.version = "19.2.0-native-fb-8a3c5e1a-20250410";
|
||||
exports.version = "19.2.0-native-fb-961b625a-20250411";
|
||||
})();
|
||||
|
||||
compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOMClient-prod.js
Vendored
+134
-153
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<d920bc8cc8036810046f3210db8723b6>>
|
||||
* @generated SignedSource<<77befc7bbb5917a193b6069ebbc58f9f>>
|
||||
*/
|
||||
|
||||
/*
|
||||
@@ -6955,79 +6955,60 @@ function updateSuspenseComponent(current, workInProgress, renderLanes) {
|
||||
showFallback
|
||||
? pushPrimaryTreeSuspenseHandler(workInProgress)
|
||||
: reuseSuspenseHandlerOnStack(workInProgress);
|
||||
if (isHydrating) {
|
||||
var nextInstance = nextHydratableInstance,
|
||||
JSCompiler_temp$jscomp$0;
|
||||
if ((JSCompiler_temp$jscomp$0 = nextInstance)) {
|
||||
c: {
|
||||
JSCompiler_temp$jscomp$0 = nextInstance;
|
||||
for (
|
||||
nextInstance = rootOrSingletonContext;
|
||||
8 !== JSCompiler_temp$jscomp$0.nodeType;
|
||||
|
||||
) {
|
||||
if (!nextInstance) {
|
||||
nextInstance = null;
|
||||
break c;
|
||||
}
|
||||
JSCompiler_temp$jscomp$0 = getNextHydratable(
|
||||
JSCompiler_temp$jscomp$0.nextSibling
|
||||
);
|
||||
if (null === JSCompiler_temp$jscomp$0) {
|
||||
nextInstance = null;
|
||||
break c;
|
||||
}
|
||||
if ((renderLanes = nextHydratableInstance)) {
|
||||
a: {
|
||||
current = renderLanes;
|
||||
for (renderLanes = rootOrSingletonContext; 8 !== current.nodeType; ) {
|
||||
if (!renderLanes) {
|
||||
renderLanes = null;
|
||||
break a;
|
||||
}
|
||||
current = getNextHydratable(current.nextSibling);
|
||||
if (null === current) {
|
||||
renderLanes = null;
|
||||
break a;
|
||||
}
|
||||
nextInstance = JSCompiler_temp$jscomp$0;
|
||||
}
|
||||
null !== nextInstance
|
||||
? ((workInProgress.memoizedState = {
|
||||
dehydrated: nextInstance,
|
||||
treeContext:
|
||||
null !== treeContextProvider
|
||||
? { id: treeContextId, overflow: treeContextOverflow }
|
||||
: null,
|
||||
retryLane: 536870912,
|
||||
hydrationErrors: null
|
||||
}),
|
||||
(JSCompiler_temp$jscomp$0 = createFiber(18, null, null, 0)),
|
||||
(JSCompiler_temp$jscomp$0.stateNode = nextInstance),
|
||||
(JSCompiler_temp$jscomp$0.return = workInProgress),
|
||||
(workInProgress.child = JSCompiler_temp$jscomp$0),
|
||||
(hydrationParentFiber = workInProgress),
|
||||
(nextHydratableInstance = null),
|
||||
(JSCompiler_temp$jscomp$0 = !0))
|
||||
: (JSCompiler_temp$jscomp$0 = !1);
|
||||
renderLanes = current;
|
||||
}
|
||||
JSCompiler_temp$jscomp$0 || throwOnHydrationMismatch(workInProgress);
|
||||
}
|
||||
nextInstance = workInProgress.memoizedState;
|
||||
if (
|
||||
null !== nextInstance &&
|
||||
((nextInstance = nextInstance.dehydrated), null !== nextInstance)
|
||||
)
|
||||
return (
|
||||
isSuspenseInstanceFallback(nextInstance)
|
||||
? (workInProgress.lanes = 32)
|
||||
: (workInProgress.lanes = 536870912),
|
||||
null
|
||||
);
|
||||
popSuspenseHandler(workInProgress);
|
||||
null !== renderLanes &&
|
||||
((workInProgress.memoizedState = {
|
||||
dehydrated: renderLanes,
|
||||
treeContext:
|
||||
null !== treeContextProvider
|
||||
? { id: treeContextId, overflow: treeContextOverflow }
|
||||
: null,
|
||||
retryLane: 536870912,
|
||||
hydrationErrors: null
|
||||
}),
|
||||
(current = createFiber(18, null, null, 0)),
|
||||
(current.stateNode = renderLanes),
|
||||
(current.return = workInProgress),
|
||||
(workInProgress.child = current),
|
||||
(hydrationParentFiber = workInProgress),
|
||||
(nextHydratableInstance = null));
|
||||
} else renderLanes = null;
|
||||
if (null === renderLanes) throw throwOnHydrationMismatch(workInProgress);
|
||||
isSuspenseInstanceFallback(renderLanes)
|
||||
? (workInProgress.lanes = 32)
|
||||
: (workInProgress.lanes = 536870912);
|
||||
return null;
|
||||
}
|
||||
nextInstance = nextProps.children;
|
||||
JSCompiler_temp$jscomp$0 = nextProps.fallback;
|
||||
var nextPrimaryChildren = nextProps.children,
|
||||
nextFallbackChildren = nextProps.fallback;
|
||||
if (showFallback)
|
||||
return (
|
||||
reuseSuspenseHandlerOnStack(workInProgress),
|
||||
(nextProps = mountSuspenseFallbackChildren(
|
||||
workInProgress,
|
||||
nextInstance,
|
||||
JSCompiler_temp$jscomp$0,
|
||||
nextPrimaryChildren,
|
||||
nextFallbackChildren,
|
||||
renderLanes
|
||||
)),
|
||||
(showFallback = workInProgress.child),
|
||||
(showFallback.memoizedState = mountSuspenseOffscreenState(renderLanes)),
|
||||
(showFallback.childLanes = getRemainingWorkInPrimaryTree(
|
||||
(nextPrimaryChildren = workInProgress.child),
|
||||
(nextPrimaryChildren.memoizedState =
|
||||
mountSuspenseOffscreenState(renderLanes)),
|
||||
(nextPrimaryChildren.childLanes = getRemainingWorkInPrimaryTree(
|
||||
current,
|
||||
JSCompiler_temp,
|
||||
renderLanes
|
||||
@@ -7040,13 +7021,14 @@ function updateSuspenseComponent(current, workInProgress, renderLanes) {
|
||||
reuseSuspenseHandlerOnStack(workInProgress),
|
||||
(nextProps = mountSuspenseFallbackChildren(
|
||||
workInProgress,
|
||||
nextInstance,
|
||||
JSCompiler_temp$jscomp$0,
|
||||
nextPrimaryChildren,
|
||||
nextFallbackChildren,
|
||||
renderLanes
|
||||
)),
|
||||
(showFallback = workInProgress.child),
|
||||
(showFallback.memoizedState = mountSuspenseOffscreenState(renderLanes)),
|
||||
(showFallback.childLanes = getRemainingWorkInPrimaryTree(
|
||||
(nextPrimaryChildren = workInProgress.child),
|
||||
(nextPrimaryChildren.memoizedState =
|
||||
mountSuspenseOffscreenState(renderLanes)),
|
||||
(nextPrimaryChildren.childLanes = getRemainingWorkInPrimaryTree(
|
||||
current,
|
||||
JSCompiler_temp,
|
||||
renderLanes
|
||||
@@ -7056,13 +7038,13 @@ function updateSuspenseComponent(current, workInProgress, renderLanes) {
|
||||
nextProps
|
||||
);
|
||||
pushPrimaryTreeSuspenseHandler(workInProgress);
|
||||
return mountSuspensePrimaryChildren(workInProgress, nextInstance);
|
||||
return mountSuspensePrimaryChildren(workInProgress, nextPrimaryChildren);
|
||||
}
|
||||
JSCompiler_temp$jscomp$0 = current.memoizedState;
|
||||
nextFallbackChildren = current.memoizedState;
|
||||
if (
|
||||
null !== JSCompiler_temp$jscomp$0 &&
|
||||
((nextInstance = JSCompiler_temp$jscomp$0.dehydrated),
|
||||
null !== nextInstance)
|
||||
null !== nextFallbackChildren &&
|
||||
((nextPrimaryChildren = nextFallbackChildren.dehydrated),
|
||||
null !== nextPrimaryChildren)
|
||||
) {
|
||||
if (didSuspend)
|
||||
workInProgress.flags & 256
|
||||
@@ -7079,22 +7061,22 @@ function updateSuspenseComponent(current, workInProgress, renderLanes) {
|
||||
(workInProgress.flags |= 128),
|
||||
(workInProgress = null))
|
||||
: (reuseSuspenseHandlerOnStack(workInProgress),
|
||||
(showFallback = nextProps.fallback),
|
||||
(nextInstance = workInProgress.mode),
|
||||
(nextPrimaryChildren = nextProps.fallback),
|
||||
(nextFallbackChildren = workInProgress.mode),
|
||||
(nextProps = mountWorkInProgressOffscreenFiber(
|
||||
{ mode: "visible", children: nextProps.children },
|
||||
nextInstance
|
||||
nextFallbackChildren
|
||||
)),
|
||||
(showFallback = createFiberFromFragment(
|
||||
showFallback,
|
||||
nextInstance,
|
||||
(nextPrimaryChildren = createFiberFromFragment(
|
||||
nextPrimaryChildren,
|
||||
nextFallbackChildren,
|
||||
renderLanes,
|
||||
null
|
||||
)),
|
||||
(showFallback.flags |= 2),
|
||||
(nextPrimaryChildren.flags |= 2),
|
||||
(nextProps.return = workInProgress),
|
||||
(showFallback.return = workInProgress),
|
||||
(nextProps.sibling = showFallback),
|
||||
(nextPrimaryChildren.return = workInProgress),
|
||||
(nextProps.sibling = nextPrimaryChildren),
|
||||
(workInProgress.child = nextProps),
|
||||
0 !== (workInProgress.mode & 1) &&
|
||||
reconcileChildFibers(
|
||||
@@ -7112,13 +7094,14 @@ function updateSuspenseComponent(current, workInProgress, renderLanes) {
|
||||
renderLanes
|
||||
)),
|
||||
(workInProgress.memoizedState = SUSPENDED_MARKER),
|
||||
(workInProgress = showFallback));
|
||||
(workInProgress = nextPrimaryChildren));
|
||||
else if (
|
||||
(pushPrimaryTreeSuspenseHandler(workInProgress),
|
||||
isSuspenseInstanceFallback(nextInstance))
|
||||
isSuspenseInstanceFallback(nextPrimaryChildren))
|
||||
) {
|
||||
JSCompiler_temp =
|
||||
nextInstance.nextSibling && nextInstance.nextSibling.dataset;
|
||||
nextPrimaryChildren.nextSibling &&
|
||||
nextPrimaryChildren.nextSibling.dataset;
|
||||
if (JSCompiler_temp) var digest = JSCompiler_temp.dgst;
|
||||
JSCompiler_temp = digest;
|
||||
nextProps = Error(formatProdErrorMessage(419));
|
||||
@@ -7148,28 +7131,28 @@ function updateSuspenseComponent(current, workInProgress, renderLanes) {
|
||||
0 !== (nextProps & (JSCompiler_temp.suspendedLanes | renderLanes))
|
||||
? 0
|
||||
: nextProps),
|
||||
0 !== nextProps && nextProps !== JSCompiler_temp$jscomp$0.retryLane)
|
||||
0 !== nextProps && nextProps !== nextFallbackChildren.retryLane)
|
||||
)
|
||||
throw (
|
||||
((JSCompiler_temp$jscomp$0.retryLane = nextProps),
|
||||
((nextFallbackChildren.retryLane = nextProps),
|
||||
enqueueConcurrentRenderForLane(current, nextProps),
|
||||
scheduleUpdateOnFiber(JSCompiler_temp, current, nextProps),
|
||||
SelectiveHydrationException)
|
||||
);
|
||||
"$?" === nextInstance.data || renderDidSuspendDelayIfPossible();
|
||||
"$?" === nextPrimaryChildren.data || renderDidSuspendDelayIfPossible();
|
||||
workInProgress = retrySuspenseComponentWithoutHydrating(
|
||||
current,
|
||||
workInProgress,
|
||||
renderLanes
|
||||
);
|
||||
} else
|
||||
"$?" === nextInstance.data
|
||||
"$?" === nextPrimaryChildren.data
|
||||
? ((workInProgress.flags |= 192),
|
||||
(workInProgress.child = current.child),
|
||||
(workInProgress = null))
|
||||
: ((renderLanes = JSCompiler_temp$jscomp$0.treeContext),
|
||||
: ((renderLanes = nextFallbackChildren.treeContext),
|
||||
(nextHydratableInstance = getNextHydratable(
|
||||
nextInstance.nextSibling
|
||||
nextPrimaryChildren.nextSibling
|
||||
)),
|
||||
(hydrationParentFiber = workInProgress),
|
||||
(isHydrating = !0),
|
||||
@@ -7192,55 +7175,53 @@ function updateSuspenseComponent(current, workInProgress, renderLanes) {
|
||||
if (showFallback)
|
||||
return (
|
||||
reuseSuspenseHandlerOnStack(workInProgress),
|
||||
(showFallback = nextProps.fallback),
|
||||
(nextInstance = workInProgress.mode),
|
||||
(JSCompiler_temp$jscomp$0 = current.child),
|
||||
(digest = JSCompiler_temp$jscomp$0.sibling),
|
||||
(nextPrimaryChildren = nextProps.fallback),
|
||||
(nextFallbackChildren = workInProgress.mode),
|
||||
(showFallback = current.child),
|
||||
(digest = showFallback.sibling),
|
||||
(didSuspend = { mode: "hidden", children: nextProps.children }),
|
||||
0 === (nextInstance & 1) &&
|
||||
workInProgress.child !== JSCompiler_temp$jscomp$0
|
||||
0 === (nextFallbackChildren & 1) && workInProgress.child !== showFallback
|
||||
? ((nextProps = workInProgress.child),
|
||||
(nextProps.childLanes = 0),
|
||||
(nextProps.pendingProps = didSuspend),
|
||||
(workInProgress.deletions = null))
|
||||
: ((nextProps = createWorkInProgress(
|
||||
JSCompiler_temp$jscomp$0,
|
||||
didSuspend
|
||||
)),
|
||||
(nextProps.subtreeFlags =
|
||||
JSCompiler_temp$jscomp$0.subtreeFlags & 65011712)),
|
||||
: ((nextProps = createWorkInProgress(showFallback, didSuspend)),
|
||||
(nextProps.subtreeFlags = showFallback.subtreeFlags & 65011712)),
|
||||
null !== digest
|
||||
? (showFallback = createWorkInProgress(digest, showFallback))
|
||||
: ((showFallback = createFiberFromFragment(
|
||||
showFallback,
|
||||
nextInstance,
|
||||
? (nextPrimaryChildren = createWorkInProgress(
|
||||
digest,
|
||||
nextPrimaryChildren
|
||||
))
|
||||
: ((nextPrimaryChildren = createFiberFromFragment(
|
||||
nextPrimaryChildren,
|
||||
nextFallbackChildren,
|
||||
renderLanes,
|
||||
null
|
||||
)),
|
||||
(showFallback.flags |= 2)),
|
||||
(showFallback.return = workInProgress),
|
||||
(nextPrimaryChildren.flags |= 2)),
|
||||
(nextPrimaryChildren.return = workInProgress),
|
||||
(nextProps.return = workInProgress),
|
||||
(nextProps.sibling = showFallback),
|
||||
(nextProps.sibling = nextPrimaryChildren),
|
||||
(workInProgress.child = nextProps),
|
||||
(nextProps = showFallback),
|
||||
(showFallback = workInProgress.child),
|
||||
(nextInstance = current.child.memoizedState),
|
||||
null === nextInstance
|
||||
? (nextInstance = mountSuspenseOffscreenState(renderLanes))
|
||||
: ((JSCompiler_temp$jscomp$0 = nextInstance.cachePool),
|
||||
null !== JSCompiler_temp$jscomp$0
|
||||
(nextProps = nextPrimaryChildren),
|
||||
(nextPrimaryChildren = workInProgress.child),
|
||||
(nextFallbackChildren = current.child.memoizedState),
|
||||
null === nextFallbackChildren
|
||||
? (nextFallbackChildren = mountSuspenseOffscreenState(renderLanes))
|
||||
: ((showFallback = nextFallbackChildren.cachePool),
|
||||
null !== showFallback
|
||||
? ((digest = CacheContext._currentValue),
|
||||
(JSCompiler_temp$jscomp$0 =
|
||||
JSCompiler_temp$jscomp$0.parent !== digest
|
||||
(showFallback =
|
||||
showFallback.parent !== digest
|
||||
? { parent: digest, pool: digest }
|
||||
: JSCompiler_temp$jscomp$0))
|
||||
: (JSCompiler_temp$jscomp$0 = getSuspendedCache()),
|
||||
(nextInstance = {
|
||||
baseLanes: nextInstance.baseLanes | renderLanes,
|
||||
cachePool: JSCompiler_temp$jscomp$0
|
||||
: showFallback))
|
||||
: (showFallback = getSuspendedCache()),
|
||||
(nextFallbackChildren = {
|
||||
baseLanes: nextFallbackChildren.baseLanes | renderLanes,
|
||||
cachePool: showFallback
|
||||
})),
|
||||
(showFallback.memoizedState = nextInstance),
|
||||
(showFallback.childLanes = getRemainingWorkInPrimaryTree(
|
||||
(nextPrimaryChildren.memoizedState = nextFallbackChildren),
|
||||
(nextPrimaryChildren.childLanes = getRemainingWorkInPrimaryTree(
|
||||
current,
|
||||
JSCompiler_temp,
|
||||
renderLanes
|
||||
@@ -12457,20 +12438,20 @@ function debounceScrollEnd(targetInst, nativeEvent, nativeEventTarget) {
|
||||
(nativeEventTarget[internalScrollTimer] = targetInst));
|
||||
}
|
||||
for (
|
||||
var i$jscomp$inline_1549 = 0;
|
||||
i$jscomp$inline_1549 < simpleEventPluginEvents.length;
|
||||
i$jscomp$inline_1549++
|
||||
var i$jscomp$inline_1551 = 0;
|
||||
i$jscomp$inline_1551 < simpleEventPluginEvents.length;
|
||||
i$jscomp$inline_1551++
|
||||
) {
|
||||
var eventName$jscomp$inline_1550 =
|
||||
simpleEventPluginEvents[i$jscomp$inline_1549],
|
||||
domEventName$jscomp$inline_1551 =
|
||||
eventName$jscomp$inline_1550.toLowerCase(),
|
||||
capitalizedEvent$jscomp$inline_1552 =
|
||||
eventName$jscomp$inline_1550[0].toUpperCase() +
|
||||
eventName$jscomp$inline_1550.slice(1);
|
||||
var eventName$jscomp$inline_1552 =
|
||||
simpleEventPluginEvents[i$jscomp$inline_1551],
|
||||
domEventName$jscomp$inline_1553 =
|
||||
eventName$jscomp$inline_1552.toLowerCase(),
|
||||
capitalizedEvent$jscomp$inline_1554 =
|
||||
eventName$jscomp$inline_1552[0].toUpperCase() +
|
||||
eventName$jscomp$inline_1552.slice(1);
|
||||
registerSimpleEvent(
|
||||
domEventName$jscomp$inline_1551,
|
||||
"on" + capitalizedEvent$jscomp$inline_1552
|
||||
domEventName$jscomp$inline_1553,
|
||||
"on" + capitalizedEvent$jscomp$inline_1554
|
||||
);
|
||||
}
|
||||
registerSimpleEvent(ANIMATION_END, "onAnimationEnd");
|
||||
@@ -16047,16 +16028,16 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
|
||||
0 === i && attemptExplicitHydrationTarget(target);
|
||||
}
|
||||
};
|
||||
var isomorphicReactPackageVersion$jscomp$inline_1803 = React.version;
|
||||
var isomorphicReactPackageVersion$jscomp$inline_1805 = React.version;
|
||||
if (
|
||||
"19.2.0-native-fb-8a3c5e1a-20250410" !==
|
||||
isomorphicReactPackageVersion$jscomp$inline_1803
|
||||
"19.2.0-native-fb-961b625a-20250411" !==
|
||||
isomorphicReactPackageVersion$jscomp$inline_1805
|
||||
)
|
||||
throw Error(
|
||||
formatProdErrorMessage(
|
||||
527,
|
||||
isomorphicReactPackageVersion$jscomp$inline_1803,
|
||||
"19.2.0-native-fb-8a3c5e1a-20250410"
|
||||
isomorphicReactPackageVersion$jscomp$inline_1805,
|
||||
"19.2.0-native-fb-961b625a-20250411"
|
||||
)
|
||||
);
|
||||
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
||||
@@ -16076,24 +16057,24 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
||||
null === componentOrElement ? null : componentOrElement.stateNode;
|
||||
return componentOrElement;
|
||||
};
|
||||
var internals$jscomp$inline_2259 = {
|
||||
var internals$jscomp$inline_2261 = {
|
||||
bundleType: 0,
|
||||
version: "19.2.0-native-fb-8a3c5e1a-20250410",
|
||||
version: "19.2.0-native-fb-961b625a-20250411",
|
||||
rendererPackageName: "react-dom",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-native-fb-8a3c5e1a-20250410"
|
||||
reconcilerVersion: "19.2.0-native-fb-961b625a-20250411"
|
||||
};
|
||||
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
||||
var hook$jscomp$inline_2260 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
||||
var hook$jscomp$inline_2262 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
||||
if (
|
||||
!hook$jscomp$inline_2260.isDisabled &&
|
||||
hook$jscomp$inline_2260.supportsFiber
|
||||
!hook$jscomp$inline_2262.isDisabled &&
|
||||
hook$jscomp$inline_2262.supportsFiber
|
||||
)
|
||||
try {
|
||||
(rendererID = hook$jscomp$inline_2260.inject(
|
||||
internals$jscomp$inline_2259
|
||||
(rendererID = hook$jscomp$inline_2262.inject(
|
||||
internals$jscomp$inline_2261
|
||||
)),
|
||||
(injectedHook = hook$jscomp$inline_2260);
|
||||
(injectedHook = hook$jscomp$inline_2262);
|
||||
} catch (err) {}
|
||||
}
|
||||
exports.createRoot = function (container, options) {
|
||||
@@ -16185,4 +16166,4 @@ exports.hydrateRoot = function (container, initialChildren, options) {
|
||||
listenToAllSupportedEvents(container);
|
||||
return new ReactDOMHydrationRoot(initialChildren);
|
||||
};
|
||||
exports.version = "19.2.0-native-fb-8a3c5e1a-20250410";
|
||||
exports.version = "19.2.0-native-fb-961b625a-20250411";
|
||||
|
||||
+136
-157
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<6c7912055f763fc23741245c97bd6575>>
|
||||
* @generated SignedSource<<8b52c63ab7adb2564c1fd43a6bd9b8fc>>
|
||||
*/
|
||||
|
||||
/*
|
||||
@@ -7136,79 +7136,60 @@ function updateSuspenseComponent(current, workInProgress, renderLanes) {
|
||||
showFallback
|
||||
? pushPrimaryTreeSuspenseHandler(workInProgress)
|
||||
: reuseSuspenseHandlerOnStack(workInProgress);
|
||||
if (isHydrating) {
|
||||
var nextInstance = nextHydratableInstance,
|
||||
JSCompiler_temp$jscomp$0;
|
||||
if ((JSCompiler_temp$jscomp$0 = nextInstance)) {
|
||||
c: {
|
||||
JSCompiler_temp$jscomp$0 = nextInstance;
|
||||
for (
|
||||
nextInstance = rootOrSingletonContext;
|
||||
8 !== JSCompiler_temp$jscomp$0.nodeType;
|
||||
|
||||
) {
|
||||
if (!nextInstance) {
|
||||
nextInstance = null;
|
||||
break c;
|
||||
}
|
||||
JSCompiler_temp$jscomp$0 = getNextHydratable(
|
||||
JSCompiler_temp$jscomp$0.nextSibling
|
||||
);
|
||||
if (null === JSCompiler_temp$jscomp$0) {
|
||||
nextInstance = null;
|
||||
break c;
|
||||
}
|
||||
if ((renderLanes = nextHydratableInstance)) {
|
||||
a: {
|
||||
current = renderLanes;
|
||||
for (renderLanes = rootOrSingletonContext; 8 !== current.nodeType; ) {
|
||||
if (!renderLanes) {
|
||||
renderLanes = null;
|
||||
break a;
|
||||
}
|
||||
current = getNextHydratable(current.nextSibling);
|
||||
if (null === current) {
|
||||
renderLanes = null;
|
||||
break a;
|
||||
}
|
||||
nextInstance = JSCompiler_temp$jscomp$0;
|
||||
}
|
||||
null !== nextInstance
|
||||
? ((workInProgress.memoizedState = {
|
||||
dehydrated: nextInstance,
|
||||
treeContext:
|
||||
null !== treeContextProvider
|
||||
? { id: treeContextId, overflow: treeContextOverflow }
|
||||
: null,
|
||||
retryLane: 536870912,
|
||||
hydrationErrors: null
|
||||
}),
|
||||
(JSCompiler_temp$jscomp$0 = createFiber(18, null, null, 0)),
|
||||
(JSCompiler_temp$jscomp$0.stateNode = nextInstance),
|
||||
(JSCompiler_temp$jscomp$0.return = workInProgress),
|
||||
(workInProgress.child = JSCompiler_temp$jscomp$0),
|
||||
(hydrationParentFiber = workInProgress),
|
||||
(nextHydratableInstance = null),
|
||||
(JSCompiler_temp$jscomp$0 = !0))
|
||||
: (JSCompiler_temp$jscomp$0 = !1);
|
||||
renderLanes = current;
|
||||
}
|
||||
JSCompiler_temp$jscomp$0 || throwOnHydrationMismatch(workInProgress);
|
||||
}
|
||||
nextInstance = workInProgress.memoizedState;
|
||||
if (
|
||||
null !== nextInstance &&
|
||||
((nextInstance = nextInstance.dehydrated), null !== nextInstance)
|
||||
)
|
||||
return (
|
||||
isSuspenseInstanceFallback(nextInstance)
|
||||
? (workInProgress.lanes = 32)
|
||||
: (workInProgress.lanes = 536870912),
|
||||
null
|
||||
);
|
||||
popSuspenseHandler(workInProgress);
|
||||
null !== renderLanes &&
|
||||
((workInProgress.memoizedState = {
|
||||
dehydrated: renderLanes,
|
||||
treeContext:
|
||||
null !== treeContextProvider
|
||||
? { id: treeContextId, overflow: treeContextOverflow }
|
||||
: null,
|
||||
retryLane: 536870912,
|
||||
hydrationErrors: null
|
||||
}),
|
||||
(current = createFiber(18, null, null, 0)),
|
||||
(current.stateNode = renderLanes),
|
||||
(current.return = workInProgress),
|
||||
(workInProgress.child = current),
|
||||
(hydrationParentFiber = workInProgress),
|
||||
(nextHydratableInstance = null));
|
||||
} else renderLanes = null;
|
||||
if (null === renderLanes) throw throwOnHydrationMismatch(workInProgress);
|
||||
isSuspenseInstanceFallback(renderLanes)
|
||||
? (workInProgress.lanes = 32)
|
||||
: (workInProgress.lanes = 536870912);
|
||||
return null;
|
||||
}
|
||||
nextInstance = nextProps.children;
|
||||
JSCompiler_temp$jscomp$0 = nextProps.fallback;
|
||||
var nextPrimaryChildren = nextProps.children,
|
||||
nextFallbackChildren = nextProps.fallback;
|
||||
if (showFallback)
|
||||
return (
|
||||
reuseSuspenseHandlerOnStack(workInProgress),
|
||||
(nextProps = mountSuspenseFallbackChildren(
|
||||
workInProgress,
|
||||
nextInstance,
|
||||
JSCompiler_temp$jscomp$0,
|
||||
nextPrimaryChildren,
|
||||
nextFallbackChildren,
|
||||
renderLanes
|
||||
)),
|
||||
(showFallback = workInProgress.child),
|
||||
(showFallback.memoizedState = mountSuspenseOffscreenState(renderLanes)),
|
||||
(showFallback.childLanes = getRemainingWorkInPrimaryTree(
|
||||
(nextPrimaryChildren = workInProgress.child),
|
||||
(nextPrimaryChildren.memoizedState =
|
||||
mountSuspenseOffscreenState(renderLanes)),
|
||||
(nextPrimaryChildren.childLanes = getRemainingWorkInPrimaryTree(
|
||||
current,
|
||||
JSCompiler_temp,
|
||||
renderLanes
|
||||
@@ -7221,13 +7202,14 @@ function updateSuspenseComponent(current, workInProgress, renderLanes) {
|
||||
reuseSuspenseHandlerOnStack(workInProgress),
|
||||
(nextProps = mountSuspenseFallbackChildren(
|
||||
workInProgress,
|
||||
nextInstance,
|
||||
JSCompiler_temp$jscomp$0,
|
||||
nextPrimaryChildren,
|
||||
nextFallbackChildren,
|
||||
renderLanes
|
||||
)),
|
||||
(showFallback = workInProgress.child),
|
||||
(showFallback.memoizedState = mountSuspenseOffscreenState(renderLanes)),
|
||||
(showFallback.childLanes = getRemainingWorkInPrimaryTree(
|
||||
(nextPrimaryChildren = workInProgress.child),
|
||||
(nextPrimaryChildren.memoizedState =
|
||||
mountSuspenseOffscreenState(renderLanes)),
|
||||
(nextPrimaryChildren.childLanes = getRemainingWorkInPrimaryTree(
|
||||
current,
|
||||
JSCompiler_temp,
|
||||
renderLanes
|
||||
@@ -7237,13 +7219,13 @@ function updateSuspenseComponent(current, workInProgress, renderLanes) {
|
||||
nextProps
|
||||
);
|
||||
pushPrimaryTreeSuspenseHandler(workInProgress);
|
||||
return mountSuspensePrimaryChildren(workInProgress, nextInstance);
|
||||
return mountSuspensePrimaryChildren(workInProgress, nextPrimaryChildren);
|
||||
}
|
||||
JSCompiler_temp$jscomp$0 = current.memoizedState;
|
||||
nextFallbackChildren = current.memoizedState;
|
||||
if (
|
||||
null !== JSCompiler_temp$jscomp$0 &&
|
||||
((nextInstance = JSCompiler_temp$jscomp$0.dehydrated),
|
||||
null !== nextInstance)
|
||||
null !== nextFallbackChildren &&
|
||||
((nextPrimaryChildren = nextFallbackChildren.dehydrated),
|
||||
null !== nextPrimaryChildren)
|
||||
) {
|
||||
if (didSuspend)
|
||||
workInProgress.flags & 256
|
||||
@@ -7260,22 +7242,22 @@ function updateSuspenseComponent(current, workInProgress, renderLanes) {
|
||||
(workInProgress.flags |= 128),
|
||||
(workInProgress = null))
|
||||
: (reuseSuspenseHandlerOnStack(workInProgress),
|
||||
(showFallback = nextProps.fallback),
|
||||
(nextInstance = workInProgress.mode),
|
||||
(nextPrimaryChildren = nextProps.fallback),
|
||||
(nextFallbackChildren = workInProgress.mode),
|
||||
(nextProps = mountWorkInProgressOffscreenFiber(
|
||||
{ mode: "visible", children: nextProps.children },
|
||||
nextInstance
|
||||
nextFallbackChildren
|
||||
)),
|
||||
(showFallback = createFiberFromFragment(
|
||||
showFallback,
|
||||
nextInstance,
|
||||
(nextPrimaryChildren = createFiberFromFragment(
|
||||
nextPrimaryChildren,
|
||||
nextFallbackChildren,
|
||||
renderLanes,
|
||||
null
|
||||
)),
|
||||
(showFallback.flags |= 2),
|
||||
(nextPrimaryChildren.flags |= 2),
|
||||
(nextProps.return = workInProgress),
|
||||
(showFallback.return = workInProgress),
|
||||
(nextProps.sibling = showFallback),
|
||||
(nextPrimaryChildren.return = workInProgress),
|
||||
(nextProps.sibling = nextPrimaryChildren),
|
||||
(workInProgress.child = nextProps),
|
||||
0 !== (workInProgress.mode & 1) &&
|
||||
reconcileChildFibers(
|
||||
@@ -7293,13 +7275,14 @@ function updateSuspenseComponent(current, workInProgress, renderLanes) {
|
||||
renderLanes
|
||||
)),
|
||||
(workInProgress.memoizedState = SUSPENDED_MARKER),
|
||||
(workInProgress = showFallback));
|
||||
(workInProgress = nextPrimaryChildren));
|
||||
else if (
|
||||
(pushPrimaryTreeSuspenseHandler(workInProgress),
|
||||
isSuspenseInstanceFallback(nextInstance))
|
||||
isSuspenseInstanceFallback(nextPrimaryChildren))
|
||||
) {
|
||||
JSCompiler_temp =
|
||||
nextInstance.nextSibling && nextInstance.nextSibling.dataset;
|
||||
nextPrimaryChildren.nextSibling &&
|
||||
nextPrimaryChildren.nextSibling.dataset;
|
||||
if (JSCompiler_temp) var digest = JSCompiler_temp.dgst;
|
||||
JSCompiler_temp = digest;
|
||||
nextProps = Error(formatProdErrorMessage(419));
|
||||
@@ -7329,28 +7312,28 @@ function updateSuspenseComponent(current, workInProgress, renderLanes) {
|
||||
0 !== (nextProps & (JSCompiler_temp.suspendedLanes | renderLanes))
|
||||
? 0
|
||||
: nextProps),
|
||||
0 !== nextProps && nextProps !== JSCompiler_temp$jscomp$0.retryLane)
|
||||
0 !== nextProps && nextProps !== nextFallbackChildren.retryLane)
|
||||
)
|
||||
throw (
|
||||
((JSCompiler_temp$jscomp$0.retryLane = nextProps),
|
||||
((nextFallbackChildren.retryLane = nextProps),
|
||||
enqueueConcurrentRenderForLane(current, nextProps),
|
||||
scheduleUpdateOnFiber(JSCompiler_temp, current, nextProps),
|
||||
SelectiveHydrationException)
|
||||
);
|
||||
"$?" === nextInstance.data || renderDidSuspendDelayIfPossible();
|
||||
"$?" === nextPrimaryChildren.data || renderDidSuspendDelayIfPossible();
|
||||
workInProgress = retrySuspenseComponentWithoutHydrating(
|
||||
current,
|
||||
workInProgress,
|
||||
renderLanes
|
||||
);
|
||||
} else
|
||||
"$?" === nextInstance.data
|
||||
"$?" === nextPrimaryChildren.data
|
||||
? ((workInProgress.flags |= 192),
|
||||
(workInProgress.child = current.child),
|
||||
(workInProgress = null))
|
||||
: ((renderLanes = JSCompiler_temp$jscomp$0.treeContext),
|
||||
: ((renderLanes = nextFallbackChildren.treeContext),
|
||||
(nextHydratableInstance = getNextHydratable(
|
||||
nextInstance.nextSibling
|
||||
nextPrimaryChildren.nextSibling
|
||||
)),
|
||||
(hydrationParentFiber = workInProgress),
|
||||
(isHydrating = !0),
|
||||
@@ -7373,62 +7356,58 @@ function updateSuspenseComponent(current, workInProgress, renderLanes) {
|
||||
if (showFallback)
|
||||
return (
|
||||
reuseSuspenseHandlerOnStack(workInProgress),
|
||||
(showFallback = nextProps.fallback),
|
||||
(nextInstance = workInProgress.mode),
|
||||
(JSCompiler_temp$jscomp$0 = current.child),
|
||||
(digest = JSCompiler_temp$jscomp$0.sibling),
|
||||
(nextPrimaryChildren = nextProps.fallback),
|
||||
(nextFallbackChildren = workInProgress.mode),
|
||||
(showFallback = current.child),
|
||||
(digest = showFallback.sibling),
|
||||
(didSuspend = { mode: "hidden", children: nextProps.children }),
|
||||
0 === (nextInstance & 1) &&
|
||||
workInProgress.child !== JSCompiler_temp$jscomp$0
|
||||
0 === (nextFallbackChildren & 1) && workInProgress.child !== showFallback
|
||||
? ((nextProps = workInProgress.child),
|
||||
(nextProps.childLanes = 0),
|
||||
(nextProps.pendingProps = didSuspend),
|
||||
workInProgress.mode & 2 &&
|
||||
((nextProps.actualDuration = -0),
|
||||
(nextProps.actualStartTime = -1.1),
|
||||
(nextProps.selfBaseDuration =
|
||||
JSCompiler_temp$jscomp$0.selfBaseDuration),
|
||||
(nextProps.treeBaseDuration =
|
||||
JSCompiler_temp$jscomp$0.treeBaseDuration)),
|
||||
(nextProps.selfBaseDuration = showFallback.selfBaseDuration),
|
||||
(nextProps.treeBaseDuration = showFallback.treeBaseDuration)),
|
||||
(workInProgress.deletions = null))
|
||||
: ((nextProps = createWorkInProgress(
|
||||
JSCompiler_temp$jscomp$0,
|
||||
didSuspend
|
||||
)),
|
||||
(nextProps.subtreeFlags =
|
||||
JSCompiler_temp$jscomp$0.subtreeFlags & 65011712)),
|
||||
: ((nextProps = createWorkInProgress(showFallback, didSuspend)),
|
||||
(nextProps.subtreeFlags = showFallback.subtreeFlags & 65011712)),
|
||||
null !== digest
|
||||
? (showFallback = createWorkInProgress(digest, showFallback))
|
||||
: ((showFallback = createFiberFromFragment(
|
||||
showFallback,
|
||||
nextInstance,
|
||||
? (nextPrimaryChildren = createWorkInProgress(
|
||||
digest,
|
||||
nextPrimaryChildren
|
||||
))
|
||||
: ((nextPrimaryChildren = createFiberFromFragment(
|
||||
nextPrimaryChildren,
|
||||
nextFallbackChildren,
|
||||
renderLanes,
|
||||
null
|
||||
)),
|
||||
(showFallback.flags |= 2)),
|
||||
(showFallback.return = workInProgress),
|
||||
(nextPrimaryChildren.flags |= 2)),
|
||||
(nextPrimaryChildren.return = workInProgress),
|
||||
(nextProps.return = workInProgress),
|
||||
(nextProps.sibling = showFallback),
|
||||
(nextProps.sibling = nextPrimaryChildren),
|
||||
(workInProgress.child = nextProps),
|
||||
(nextProps = showFallback),
|
||||
(showFallback = workInProgress.child),
|
||||
(nextInstance = current.child.memoizedState),
|
||||
null === nextInstance
|
||||
? (nextInstance = mountSuspenseOffscreenState(renderLanes))
|
||||
: ((JSCompiler_temp$jscomp$0 = nextInstance.cachePool),
|
||||
null !== JSCompiler_temp$jscomp$0
|
||||
(nextProps = nextPrimaryChildren),
|
||||
(nextPrimaryChildren = workInProgress.child),
|
||||
(nextFallbackChildren = current.child.memoizedState),
|
||||
null === nextFallbackChildren
|
||||
? (nextFallbackChildren = mountSuspenseOffscreenState(renderLanes))
|
||||
: ((showFallback = nextFallbackChildren.cachePool),
|
||||
null !== showFallback
|
||||
? ((digest = CacheContext._currentValue),
|
||||
(JSCompiler_temp$jscomp$0 =
|
||||
JSCompiler_temp$jscomp$0.parent !== digest
|
||||
(showFallback =
|
||||
showFallback.parent !== digest
|
||||
? { parent: digest, pool: digest }
|
||||
: JSCompiler_temp$jscomp$0))
|
||||
: (JSCompiler_temp$jscomp$0 = getSuspendedCache()),
|
||||
(nextInstance = {
|
||||
baseLanes: nextInstance.baseLanes | renderLanes,
|
||||
cachePool: JSCompiler_temp$jscomp$0
|
||||
: showFallback))
|
||||
: (showFallback = getSuspendedCache()),
|
||||
(nextFallbackChildren = {
|
||||
baseLanes: nextFallbackChildren.baseLanes | renderLanes,
|
||||
cachePool: showFallback
|
||||
})),
|
||||
(showFallback.memoizedState = nextInstance),
|
||||
(showFallback.childLanes = getRemainingWorkInPrimaryTree(
|
||||
(nextPrimaryChildren.memoizedState = nextFallbackChildren),
|
||||
(nextPrimaryChildren.childLanes = getRemainingWorkInPrimaryTree(
|
||||
current,
|
||||
JSCompiler_temp,
|
||||
renderLanes
|
||||
@@ -13136,20 +13115,20 @@ function debounceScrollEnd(targetInst, nativeEvent, nativeEventTarget) {
|
||||
(nativeEventTarget[internalScrollTimer] = targetInst));
|
||||
}
|
||||
for (
|
||||
var i$jscomp$inline_1644 = 0;
|
||||
i$jscomp$inline_1644 < simpleEventPluginEvents.length;
|
||||
i$jscomp$inline_1644++
|
||||
var i$jscomp$inline_1646 = 0;
|
||||
i$jscomp$inline_1646 < simpleEventPluginEvents.length;
|
||||
i$jscomp$inline_1646++
|
||||
) {
|
||||
var eventName$jscomp$inline_1645 =
|
||||
simpleEventPluginEvents[i$jscomp$inline_1644],
|
||||
domEventName$jscomp$inline_1646 =
|
||||
eventName$jscomp$inline_1645.toLowerCase(),
|
||||
capitalizedEvent$jscomp$inline_1647 =
|
||||
eventName$jscomp$inline_1645[0].toUpperCase() +
|
||||
eventName$jscomp$inline_1645.slice(1);
|
||||
var eventName$jscomp$inline_1647 =
|
||||
simpleEventPluginEvents[i$jscomp$inline_1646],
|
||||
domEventName$jscomp$inline_1648 =
|
||||
eventName$jscomp$inline_1647.toLowerCase(),
|
||||
capitalizedEvent$jscomp$inline_1649 =
|
||||
eventName$jscomp$inline_1647[0].toUpperCase() +
|
||||
eventName$jscomp$inline_1647.slice(1);
|
||||
registerSimpleEvent(
|
||||
domEventName$jscomp$inline_1646,
|
||||
"on" + capitalizedEvent$jscomp$inline_1647
|
||||
domEventName$jscomp$inline_1648,
|
||||
"on" + capitalizedEvent$jscomp$inline_1649
|
||||
);
|
||||
}
|
||||
registerSimpleEvent(ANIMATION_END, "onAnimationEnd");
|
||||
@@ -16734,16 +16713,16 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
|
||||
0 === i && attemptExplicitHydrationTarget(target);
|
||||
}
|
||||
};
|
||||
var isomorphicReactPackageVersion$jscomp$inline_1900 = React.version;
|
||||
var isomorphicReactPackageVersion$jscomp$inline_1902 = React.version;
|
||||
if (
|
||||
"19.2.0-native-fb-8a3c5e1a-20250410" !==
|
||||
isomorphicReactPackageVersion$jscomp$inline_1900
|
||||
"19.2.0-native-fb-961b625a-20250411" !==
|
||||
isomorphicReactPackageVersion$jscomp$inline_1902
|
||||
)
|
||||
throw Error(
|
||||
formatProdErrorMessage(
|
||||
527,
|
||||
isomorphicReactPackageVersion$jscomp$inline_1900,
|
||||
"19.2.0-native-fb-8a3c5e1a-20250410"
|
||||
isomorphicReactPackageVersion$jscomp$inline_1902,
|
||||
"19.2.0-native-fb-961b625a-20250411"
|
||||
)
|
||||
);
|
||||
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
||||
@@ -16763,12 +16742,12 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
||||
null === componentOrElement ? null : componentOrElement.stateNode;
|
||||
return componentOrElement;
|
||||
};
|
||||
var internals$jscomp$inline_1907 = {
|
||||
var internals$jscomp$inline_1909 = {
|
||||
bundleType: 0,
|
||||
version: "19.2.0-native-fb-8a3c5e1a-20250410",
|
||||
version: "19.2.0-native-fb-961b625a-20250411",
|
||||
rendererPackageName: "react-dom",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-native-fb-8a3c5e1a-20250410",
|
||||
reconcilerVersion: "19.2.0-native-fb-961b625a-20250411",
|
||||
getLaneLabelMap: function () {
|
||||
for (
|
||||
var map = new Map(), lane = 1, index$297 = 0;
|
||||
@@ -16786,16 +16765,16 @@ var internals$jscomp$inline_1907 = {
|
||||
}
|
||||
};
|
||||
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
||||
var hook$jscomp$inline_2321 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
||||
var hook$jscomp$inline_2323 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
||||
if (
|
||||
!hook$jscomp$inline_2321.isDisabled &&
|
||||
hook$jscomp$inline_2321.supportsFiber
|
||||
!hook$jscomp$inline_2323.isDisabled &&
|
||||
hook$jscomp$inline_2323.supportsFiber
|
||||
)
|
||||
try {
|
||||
(rendererID = hook$jscomp$inline_2321.inject(
|
||||
internals$jscomp$inline_1907
|
||||
(rendererID = hook$jscomp$inline_2323.inject(
|
||||
internals$jscomp$inline_1909
|
||||
)),
|
||||
(injectedHook = hook$jscomp$inline_2321);
|
||||
(injectedHook = hook$jscomp$inline_2323);
|
||||
} catch (err) {}
|
||||
}
|
||||
exports.createRoot = function (container, options) {
|
||||
@@ -16887,4 +16866,4 @@ exports.hydrateRoot = function (container, initialChildren, options) {
|
||||
listenToAllSupportedEvents(container);
|
||||
return new ReactDOMHydrationRoot(initialChildren);
|
||||
};
|
||||
exports.version = "19.2.0-native-fb-8a3c5e1a-20250410";
|
||||
exports.version = "19.2.0-native-fb-961b625a-20250411";
|
||||
|
||||
+140
-142
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<2be09386a7341e5afe37a44b55c42e50>>
|
||||
* @generated SignedSource<<66e5de6d578b59662064aae808c9789c>>
|
||||
*/
|
||||
|
||||
/*
|
||||
@@ -9917,100 +9917,90 @@ __DEV__ &&
|
||||
var JSCompiler_object_inline_digest_2419;
|
||||
var JSCompiler_object_inline_stack_2420 = workInProgress.pendingProps;
|
||||
shouldSuspendImpl(workInProgress) && (workInProgress.flags |= 128);
|
||||
var JSCompiler_object_inline_componentStack_2421 = !1;
|
||||
var didSuspend = 0 !== (workInProgress.flags & 128);
|
||||
var showFallback = !1,
|
||||
didSuspend = 0 !== (workInProgress.flags & 128);
|
||||
(JSCompiler_object_inline_digest_2419 = didSuspend) ||
|
||||
(JSCompiler_object_inline_digest_2419 =
|
||||
null !== current && null === current.memoizedState
|
||||
? !1
|
||||
: 0 !== (suspenseStackCursor.current & ForceSuspenseFallback));
|
||||
JSCompiler_object_inline_digest_2419 &&
|
||||
((JSCompiler_object_inline_componentStack_2421 = !0),
|
||||
(workInProgress.flags &= -129));
|
||||
((showFallback = !0), (workInProgress.flags &= -129));
|
||||
JSCompiler_object_inline_digest_2419 = 0 !== (workInProgress.flags & 32);
|
||||
workInProgress.flags &= -33;
|
||||
if (null === current) {
|
||||
if (isHydrating) {
|
||||
JSCompiler_object_inline_componentStack_2421
|
||||
showFallback
|
||||
? pushPrimaryTreeSuspenseHandler(workInProgress)
|
||||
: reuseSuspenseHandlerOnStack(workInProgress);
|
||||
if (isHydrating) {
|
||||
var JSCompiler_object_inline_message_2418 = nextHydratableInstance;
|
||||
var JSCompiler_temp;
|
||||
if (!(JSCompiler_temp = !JSCompiler_object_inline_message_2418)) {
|
||||
c: {
|
||||
var instance = JSCompiler_object_inline_message_2418;
|
||||
for (
|
||||
JSCompiler_temp = rootOrSingletonContext;
|
||||
8 !== instance.nodeType;
|
||||
if ((renderLanes = nextHydratableInstance)) {
|
||||
a: {
|
||||
JSCompiler_object_inline_digest_2419 = renderLanes;
|
||||
for (
|
||||
current = rootOrSingletonContext;
|
||||
8 !== JSCompiler_object_inline_digest_2419.nodeType;
|
||||
|
||||
) {
|
||||
if (!JSCompiler_temp) {
|
||||
JSCompiler_temp = null;
|
||||
break c;
|
||||
}
|
||||
instance = getNextHydratable(instance.nextSibling);
|
||||
if (null === instance) {
|
||||
JSCompiler_temp = null;
|
||||
break c;
|
||||
}
|
||||
) {
|
||||
if (!current) {
|
||||
current = null;
|
||||
break a;
|
||||
}
|
||||
JSCompiler_object_inline_digest_2419 = getNextHydratable(
|
||||
JSCompiler_object_inline_digest_2419.nextSibling
|
||||
);
|
||||
if (null === JSCompiler_object_inline_digest_2419) {
|
||||
current = null;
|
||||
break a;
|
||||
}
|
||||
JSCompiler_temp = instance;
|
||||
}
|
||||
null !== JSCompiler_temp
|
||||
? (warnIfNotHydrating(),
|
||||
(workInProgress.memoizedState = {
|
||||
dehydrated: JSCompiler_temp,
|
||||
treeContext:
|
||||
null !== treeContextProvider
|
||||
? { id: treeContextId, overflow: treeContextOverflow }
|
||||
: null,
|
||||
retryLane: 536870912,
|
||||
hydrationErrors: null
|
||||
}),
|
||||
(instance = createFiber(18, null, null, NoMode)),
|
||||
(instance.stateNode = JSCompiler_temp),
|
||||
(instance.return = workInProgress),
|
||||
(workInProgress.child = instance),
|
||||
(hydrationParentFiber = workInProgress),
|
||||
(nextHydratableInstance = null),
|
||||
(JSCompiler_temp = !0))
|
||||
: (JSCompiler_temp = !1);
|
||||
JSCompiler_temp = !JSCompiler_temp;
|
||||
current = JSCompiler_object_inline_digest_2419;
|
||||
}
|
||||
JSCompiler_temp &&
|
||||
(warnNonHydratedInstance(
|
||||
workInProgress,
|
||||
JSCompiler_object_inline_message_2418
|
||||
),
|
||||
throwOnHydrationMismatch(workInProgress));
|
||||
}
|
||||
JSCompiler_object_inline_message_2418 = workInProgress.memoizedState;
|
||||
if (
|
||||
null !== JSCompiler_object_inline_message_2418 &&
|
||||
((JSCompiler_object_inline_message_2418 =
|
||||
JSCompiler_object_inline_message_2418.dehydrated),
|
||||
null !== JSCompiler_object_inline_message_2418)
|
||||
)
|
||||
return (
|
||||
isSuspenseInstanceFallback(JSCompiler_object_inline_message_2418)
|
||||
? (workInProgress.lanes = 32)
|
||||
: (workInProgress.lanes = 536870912),
|
||||
null
|
||||
null !== current &&
|
||||
(warnIfNotHydrating(),
|
||||
(workInProgress.memoizedState = {
|
||||
dehydrated: current,
|
||||
treeContext:
|
||||
null !== treeContextProvider
|
||||
? { id: treeContextId, overflow: treeContextOverflow }
|
||||
: null,
|
||||
retryLane: 536870912,
|
||||
hydrationErrors: null
|
||||
}),
|
||||
(JSCompiler_object_inline_digest_2419 = current),
|
||||
(JSCompiler_object_inline_stack_2420 = createFiber(
|
||||
18,
|
||||
null,
|
||||
null,
|
||||
NoMode
|
||||
)),
|
||||
(JSCompiler_object_inline_stack_2420.stateNode =
|
||||
JSCompiler_object_inline_digest_2419),
|
||||
(JSCompiler_object_inline_stack_2420.return = workInProgress),
|
||||
(workInProgress.child = JSCompiler_object_inline_stack_2420),
|
||||
(hydrationParentFiber = workInProgress),
|
||||
(nextHydratableInstance = null));
|
||||
} else current = null;
|
||||
if (null === current)
|
||||
throw (
|
||||
(warnNonHydratedInstance(workInProgress, renderLanes),
|
||||
throwOnHydrationMismatch(workInProgress))
|
||||
);
|
||||
popSuspenseHandler(workInProgress);
|
||||
isSuspenseInstanceFallback(current)
|
||||
? (workInProgress.lanes = 32)
|
||||
: (workInProgress.lanes = 536870912);
|
||||
return null;
|
||||
}
|
||||
JSCompiler_object_inline_message_2418 =
|
||||
var JSCompiler_object_inline_componentStack_2421 =
|
||||
JSCompiler_object_inline_stack_2420.children;
|
||||
JSCompiler_temp = JSCompiler_object_inline_stack_2420.fallback;
|
||||
if (JSCompiler_object_inline_componentStack_2421)
|
||||
var nextFallbackChildren = JSCompiler_object_inline_stack_2420.fallback;
|
||||
if (showFallback)
|
||||
return (
|
||||
reuseSuspenseHandlerOnStack(workInProgress),
|
||||
(JSCompiler_object_inline_stack_2420 =
|
||||
mountSuspenseFallbackChildren(
|
||||
workInProgress,
|
||||
JSCompiler_object_inline_message_2418,
|
||||
JSCompiler_temp,
|
||||
JSCompiler_object_inline_componentStack_2421,
|
||||
nextFallbackChildren,
|
||||
renderLanes
|
||||
)),
|
||||
(JSCompiler_object_inline_componentStack_2421 =
|
||||
@@ -10035,8 +10025,8 @@ __DEV__ &&
|
||||
(JSCompiler_object_inline_stack_2420 =
|
||||
mountSuspenseFallbackChildren(
|
||||
workInProgress,
|
||||
JSCompiler_object_inline_message_2418,
|
||||
JSCompiler_temp,
|
||||
JSCompiler_object_inline_componentStack_2421,
|
||||
nextFallbackChildren,
|
||||
renderLanes
|
||||
)),
|
||||
(JSCompiler_object_inline_componentStack_2421 =
|
||||
@@ -10056,14 +10046,15 @@ __DEV__ &&
|
||||
pushPrimaryTreeSuspenseHandler(workInProgress);
|
||||
return mountSuspensePrimaryChildren(
|
||||
workInProgress,
|
||||
JSCompiler_object_inline_message_2418
|
||||
JSCompiler_object_inline_componentStack_2421
|
||||
);
|
||||
}
|
||||
var prevState = current.memoizedState;
|
||||
var JSCompiler_object_inline_message_2418 = current.memoizedState;
|
||||
if (
|
||||
null !== prevState &&
|
||||
((JSCompiler_object_inline_message_2418 = prevState.dehydrated),
|
||||
null !== JSCompiler_object_inline_message_2418)
|
||||
null !== JSCompiler_object_inline_message_2418 &&
|
||||
((JSCompiler_object_inline_componentStack_2421 =
|
||||
JSCompiler_object_inline_message_2418.dehydrated),
|
||||
null !== JSCompiler_object_inline_componentStack_2421)
|
||||
) {
|
||||
if (didSuspend)
|
||||
workInProgress.flags & 256
|
||||
@@ -10082,19 +10073,19 @@ __DEV__ &&
|
||||
: (reuseSuspenseHandlerOnStack(workInProgress),
|
||||
(JSCompiler_object_inline_componentStack_2421 =
|
||||
JSCompiler_object_inline_stack_2420.fallback),
|
||||
(JSCompiler_object_inline_message_2418 = workInProgress.mode),
|
||||
(nextFallbackChildren = workInProgress.mode),
|
||||
(JSCompiler_object_inline_stack_2420 =
|
||||
mountWorkInProgressOffscreenFiber(
|
||||
{
|
||||
mode: "visible",
|
||||
children: JSCompiler_object_inline_stack_2420.children
|
||||
},
|
||||
JSCompiler_object_inline_message_2418
|
||||
nextFallbackChildren
|
||||
)),
|
||||
(JSCompiler_object_inline_componentStack_2421 =
|
||||
createFiberFromFragment(
|
||||
JSCompiler_object_inline_componentStack_2421,
|
||||
JSCompiler_object_inline_message_2418,
|
||||
nextFallbackChildren,
|
||||
renderLanes,
|
||||
null
|
||||
)),
|
||||
@@ -10130,34 +10121,38 @@ __DEV__ &&
|
||||
console.error(
|
||||
"We should not be hydrating here. This is a bug in React. Please file a bug."
|
||||
),
|
||||
isSuspenseInstanceFallback(JSCompiler_object_inline_message_2418))
|
||||
isSuspenseInstanceFallback(
|
||||
JSCompiler_object_inline_componentStack_2421
|
||||
))
|
||||
) {
|
||||
JSCompiler_object_inline_digest_2419 =
|
||||
JSCompiler_object_inline_message_2418.nextSibling &&
|
||||
JSCompiler_object_inline_message_2418.nextSibling.dataset;
|
||||
JSCompiler_object_inline_componentStack_2421.nextSibling &&
|
||||
JSCompiler_object_inline_componentStack_2421.nextSibling.dataset;
|
||||
if (JSCompiler_object_inline_digest_2419) {
|
||||
JSCompiler_temp = JSCompiler_object_inline_digest_2419.dgst;
|
||||
nextFallbackChildren = JSCompiler_object_inline_digest_2419.dgst;
|
||||
var message = JSCompiler_object_inline_digest_2419.msg;
|
||||
instance = JSCompiler_object_inline_digest_2419.stck;
|
||||
var componentStack = JSCompiler_object_inline_digest_2419.cstck;
|
||||
var componentStack = JSCompiler_object_inline_digest_2419.stck;
|
||||
var componentStack$jscomp$0 =
|
||||
JSCompiler_object_inline_digest_2419.cstck;
|
||||
}
|
||||
JSCompiler_object_inline_message_2418 = message;
|
||||
JSCompiler_object_inline_digest_2419 = JSCompiler_temp;
|
||||
JSCompiler_object_inline_stack_2420 = instance;
|
||||
JSCompiler_temp = JSCompiler_object_inline_componentStack_2421 =
|
||||
componentStack;
|
||||
JSCompiler_object_inline_digest_2419 = nextFallbackChildren;
|
||||
JSCompiler_object_inline_stack_2420 = componentStack;
|
||||
JSCompiler_object_inline_componentStack_2421 =
|
||||
JSCompiler_object_inline_message_2418
|
||||
? Error(JSCompiler_object_inline_message_2418)
|
||||
: Error(
|
||||
"The server could not finish this Suspense boundary, likely due to an error during server rendering. Switched to client rendering."
|
||||
);
|
||||
componentStack$jscomp$0;
|
||||
nextFallbackChildren = JSCompiler_object_inline_message_2418;
|
||||
componentStack = JSCompiler_object_inline_componentStack_2421;
|
||||
JSCompiler_object_inline_componentStack_2421 = nextFallbackChildren
|
||||
? Error(nextFallbackChildren)
|
||||
: Error(
|
||||
"The server could not finish this Suspense boundary, likely due to an error during server rendering. Switched to client rendering."
|
||||
);
|
||||
JSCompiler_object_inline_componentStack_2421.stack =
|
||||
JSCompiler_object_inline_stack_2420 || "";
|
||||
JSCompiler_object_inline_componentStack_2421.digest =
|
||||
JSCompiler_object_inline_digest_2419;
|
||||
JSCompiler_object_inline_digest_2419 =
|
||||
void 0 === JSCompiler_temp ? null : JSCompiler_temp;
|
||||
void 0 === componentStack ? null : componentStack;
|
||||
JSCompiler_object_inline_stack_2420 = {
|
||||
value: JSCompiler_object_inline_componentStack_2421,
|
||||
source: null,
|
||||
@@ -10204,10 +10199,12 @@ __DEV__ &&
|
||||
? 0
|
||||
: JSCompiler_object_inline_stack_2420),
|
||||
0 !== JSCompiler_object_inline_stack_2420 &&
|
||||
JSCompiler_object_inline_stack_2420 !== prevState.retryLane)
|
||||
JSCompiler_object_inline_stack_2420 !==
|
||||
JSCompiler_object_inline_message_2418.retryLane)
|
||||
)
|
||||
throw (
|
||||
((prevState.retryLane = JSCompiler_object_inline_stack_2420),
|
||||
((JSCompiler_object_inline_message_2418.retryLane =
|
||||
JSCompiler_object_inline_stack_2420),
|
||||
enqueueConcurrentRenderForLane(
|
||||
current,
|
||||
JSCompiler_object_inline_stack_2420
|
||||
@@ -10219,7 +10216,7 @@ __DEV__ &&
|
||||
),
|
||||
SelectiveHydrationException)
|
||||
);
|
||||
JSCompiler_object_inline_message_2418.data ===
|
||||
JSCompiler_object_inline_componentStack_2421.data ===
|
||||
SUSPENSE_PENDING_START_DATA || renderDidSuspendDelayIfPossible();
|
||||
workInProgress = retrySuspenseComponentWithoutHydrating(
|
||||
current,
|
||||
@@ -10227,14 +10224,15 @@ __DEV__ &&
|
||||
renderLanes
|
||||
);
|
||||
} else
|
||||
JSCompiler_object_inline_message_2418.data ===
|
||||
JSCompiler_object_inline_componentStack_2421.data ===
|
||||
SUSPENSE_PENDING_START_DATA
|
||||
? ((workInProgress.flags |= 192),
|
||||
(workInProgress.child = current.child),
|
||||
(workInProgress = null))
|
||||
: ((renderLanes = prevState.treeContext),
|
||||
: ((renderLanes =
|
||||
JSCompiler_object_inline_message_2418.treeContext),
|
||||
(nextHydratableInstance = getNextHydratable(
|
||||
JSCompiler_object_inline_message_2418.nextSibling
|
||||
JSCompiler_object_inline_componentStack_2421.nextSibling
|
||||
)),
|
||||
(hydrationParentFiber = workInProgress),
|
||||
(isHydrating = !0),
|
||||
@@ -10257,48 +10255,48 @@ __DEV__ &&
|
||||
(workInProgress.flags |= 4096));
|
||||
return workInProgress;
|
||||
}
|
||||
if (JSCompiler_object_inline_componentStack_2421)
|
||||
if (showFallback)
|
||||
return (
|
||||
reuseSuspenseHandlerOnStack(workInProgress),
|
||||
(JSCompiler_object_inline_componentStack_2421 =
|
||||
JSCompiler_object_inline_stack_2420.fallback),
|
||||
(JSCompiler_object_inline_message_2418 = workInProgress.mode),
|
||||
(JSCompiler_temp = current.child),
|
||||
(instance = JSCompiler_temp.sibling),
|
||||
(componentStack = {
|
||||
(nextFallbackChildren = workInProgress.mode),
|
||||
(componentStack = current.child),
|
||||
(componentStack$jscomp$0 = componentStack.sibling),
|
||||
(JSCompiler_object_inline_message_2418 = {
|
||||
mode: "hidden",
|
||||
children: JSCompiler_object_inline_stack_2420.children
|
||||
}),
|
||||
(JSCompiler_object_inline_message_2418 & ConcurrentMode) === NoMode &&
|
||||
workInProgress.child !== JSCompiler_temp
|
||||
(nextFallbackChildren & ConcurrentMode) === NoMode &&
|
||||
workInProgress.child !== componentStack
|
||||
? ((JSCompiler_object_inline_stack_2420 = workInProgress.child),
|
||||
(JSCompiler_object_inline_stack_2420.childLanes = 0),
|
||||
(JSCompiler_object_inline_stack_2420.pendingProps =
|
||||
componentStack),
|
||||
JSCompiler_object_inline_message_2418),
|
||||
workInProgress.mode & ProfileMode &&
|
||||
((JSCompiler_object_inline_stack_2420.actualDuration = -0),
|
||||
(JSCompiler_object_inline_stack_2420.actualStartTime = -1.1),
|
||||
(JSCompiler_object_inline_stack_2420.selfBaseDuration =
|
||||
JSCompiler_temp.selfBaseDuration),
|
||||
componentStack.selfBaseDuration),
|
||||
(JSCompiler_object_inline_stack_2420.treeBaseDuration =
|
||||
JSCompiler_temp.treeBaseDuration)),
|
||||
componentStack.treeBaseDuration)),
|
||||
(workInProgress.deletions = null))
|
||||
: ((JSCompiler_object_inline_stack_2420 = createWorkInProgress(
|
||||
JSCompiler_temp,
|
||||
componentStack
|
||||
componentStack,
|
||||
JSCompiler_object_inline_message_2418
|
||||
)),
|
||||
(JSCompiler_object_inline_stack_2420.subtreeFlags =
|
||||
JSCompiler_temp.subtreeFlags & 65011712)),
|
||||
null !== instance
|
||||
componentStack.subtreeFlags & 65011712)),
|
||||
null !== componentStack$jscomp$0
|
||||
? (JSCompiler_object_inline_componentStack_2421 =
|
||||
createWorkInProgress(
|
||||
instance,
|
||||
componentStack$jscomp$0,
|
||||
JSCompiler_object_inline_componentStack_2421
|
||||
))
|
||||
: ((JSCompiler_object_inline_componentStack_2421 =
|
||||
createFiberFromFragment(
|
||||
JSCompiler_object_inline_componentStack_2421,
|
||||
JSCompiler_object_inline_message_2418,
|
||||
nextFallbackChildren,
|
||||
renderLanes,
|
||||
null
|
||||
)),
|
||||
@@ -10312,26 +10310,26 @@ __DEV__ &&
|
||||
(JSCompiler_object_inline_stack_2420 =
|
||||
JSCompiler_object_inline_componentStack_2421),
|
||||
(JSCompiler_object_inline_componentStack_2421 = workInProgress.child),
|
||||
(JSCompiler_object_inline_message_2418 = current.child.memoizedState),
|
||||
null === JSCompiler_object_inline_message_2418
|
||||
? (JSCompiler_object_inline_message_2418 =
|
||||
mountSuspenseOffscreenState(renderLanes))
|
||||
: ((JSCompiler_temp =
|
||||
JSCompiler_object_inline_message_2418.cachePool),
|
||||
null !== JSCompiler_temp
|
||||
? ((instance = CacheContext._currentValue),
|
||||
(JSCompiler_temp =
|
||||
JSCompiler_temp.parent !== instance
|
||||
? { parent: instance, pool: instance }
|
||||
: JSCompiler_temp))
|
||||
: (JSCompiler_temp = getSuspendedCache()),
|
||||
(JSCompiler_object_inline_message_2418 = {
|
||||
baseLanes:
|
||||
JSCompiler_object_inline_message_2418.baseLanes | renderLanes,
|
||||
cachePool: JSCompiler_temp
|
||||
(nextFallbackChildren = current.child.memoizedState),
|
||||
null === nextFallbackChildren
|
||||
? (nextFallbackChildren = mountSuspenseOffscreenState(renderLanes))
|
||||
: ((componentStack = nextFallbackChildren.cachePool),
|
||||
null !== componentStack
|
||||
? ((componentStack$jscomp$0 = CacheContext._currentValue),
|
||||
(componentStack =
|
||||
componentStack.parent !== componentStack$jscomp$0
|
||||
? {
|
||||
parent: componentStack$jscomp$0,
|
||||
pool: componentStack$jscomp$0
|
||||
}
|
||||
: componentStack))
|
||||
: (componentStack = getSuspendedCache()),
|
||||
(nextFallbackChildren = {
|
||||
baseLanes: nextFallbackChildren.baseLanes | renderLanes,
|
||||
cachePool: componentStack
|
||||
})),
|
||||
(JSCompiler_object_inline_componentStack_2421.memoizedState =
|
||||
JSCompiler_object_inline_message_2418),
|
||||
nextFallbackChildren),
|
||||
(JSCompiler_object_inline_componentStack_2421.childLanes =
|
||||
getRemainingWorkInPrimaryTree(
|
||||
current,
|
||||
@@ -25881,11 +25879,11 @@ __DEV__ &&
|
||||
};
|
||||
(function () {
|
||||
var isomorphicReactPackageVersion = React.version;
|
||||
if ("19.2.0-native-fb-8a3c5e1a-20250410" !== isomorphicReactPackageVersion)
|
||||
if ("19.2.0-native-fb-961b625a-20250411" !== 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-8a3c5e1a-20250410\nLearn more: https://react.dev/warnings/version-mismatch")
|
||||
"\n - react-dom: 19.2.0-native-fb-961b625a-20250411\nLearn more: https://react.dev/warnings/version-mismatch")
|
||||
);
|
||||
})();
|
||||
("function" === typeof Map &&
|
||||
@@ -25922,10 +25920,10 @@ __DEV__ &&
|
||||
!(function () {
|
||||
var internals = {
|
||||
bundleType: 1,
|
||||
version: "19.2.0-native-fb-8a3c5e1a-20250410",
|
||||
version: "19.2.0-native-fb-961b625a-20250411",
|
||||
rendererPackageName: "react-dom",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-native-fb-8a3c5e1a-20250410"
|
||||
reconcilerVersion: "19.2.0-native-fb-961b625a-20250411"
|
||||
};
|
||||
internals.overrideHookState = overrideHookState;
|
||||
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
|
||||
@@ -26385,7 +26383,7 @@ __DEV__ &&
|
||||
exports.useFormStatus = function () {
|
||||
return resolveDispatcher().useHostTransitionStatus();
|
||||
};
|
||||
exports.version = "19.2.0-native-fb-8a3c5e1a-20250410";
|
||||
exports.version = "19.2.0-native-fb-961b625a-20250411";
|
||||
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
||||
"function" ===
|
||||
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
||||
|
||||
+134
-153
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<d259066dbb3b02b692b0493084a6e548>>
|
||||
* @generated SignedSource<<e1cf64d453bcf632e5151217dceb6215>>
|
||||
*/
|
||||
|
||||
/*
|
||||
@@ -6955,79 +6955,60 @@ function updateSuspenseComponent(current, workInProgress, renderLanes) {
|
||||
showFallback
|
||||
? pushPrimaryTreeSuspenseHandler(workInProgress)
|
||||
: reuseSuspenseHandlerOnStack(workInProgress);
|
||||
if (isHydrating) {
|
||||
var nextInstance = nextHydratableInstance,
|
||||
JSCompiler_temp$jscomp$0;
|
||||
if ((JSCompiler_temp$jscomp$0 = nextInstance)) {
|
||||
c: {
|
||||
JSCompiler_temp$jscomp$0 = nextInstance;
|
||||
for (
|
||||
nextInstance = rootOrSingletonContext;
|
||||
8 !== JSCompiler_temp$jscomp$0.nodeType;
|
||||
|
||||
) {
|
||||
if (!nextInstance) {
|
||||
nextInstance = null;
|
||||
break c;
|
||||
}
|
||||
JSCompiler_temp$jscomp$0 = getNextHydratable(
|
||||
JSCompiler_temp$jscomp$0.nextSibling
|
||||
);
|
||||
if (null === JSCompiler_temp$jscomp$0) {
|
||||
nextInstance = null;
|
||||
break c;
|
||||
}
|
||||
if ((renderLanes = nextHydratableInstance)) {
|
||||
a: {
|
||||
current = renderLanes;
|
||||
for (renderLanes = rootOrSingletonContext; 8 !== current.nodeType; ) {
|
||||
if (!renderLanes) {
|
||||
renderLanes = null;
|
||||
break a;
|
||||
}
|
||||
current = getNextHydratable(current.nextSibling);
|
||||
if (null === current) {
|
||||
renderLanes = null;
|
||||
break a;
|
||||
}
|
||||
nextInstance = JSCompiler_temp$jscomp$0;
|
||||
}
|
||||
null !== nextInstance
|
||||
? ((workInProgress.memoizedState = {
|
||||
dehydrated: nextInstance,
|
||||
treeContext:
|
||||
null !== treeContextProvider
|
||||
? { id: treeContextId, overflow: treeContextOverflow }
|
||||
: null,
|
||||
retryLane: 536870912,
|
||||
hydrationErrors: null
|
||||
}),
|
||||
(JSCompiler_temp$jscomp$0 = createFiber(18, null, null, 0)),
|
||||
(JSCompiler_temp$jscomp$0.stateNode = nextInstance),
|
||||
(JSCompiler_temp$jscomp$0.return = workInProgress),
|
||||
(workInProgress.child = JSCompiler_temp$jscomp$0),
|
||||
(hydrationParentFiber = workInProgress),
|
||||
(nextHydratableInstance = null),
|
||||
(JSCompiler_temp$jscomp$0 = !0))
|
||||
: (JSCompiler_temp$jscomp$0 = !1);
|
||||
renderLanes = current;
|
||||
}
|
||||
JSCompiler_temp$jscomp$0 || throwOnHydrationMismatch(workInProgress);
|
||||
}
|
||||
nextInstance = workInProgress.memoizedState;
|
||||
if (
|
||||
null !== nextInstance &&
|
||||
((nextInstance = nextInstance.dehydrated), null !== nextInstance)
|
||||
)
|
||||
return (
|
||||
isSuspenseInstanceFallback(nextInstance)
|
||||
? (workInProgress.lanes = 32)
|
||||
: (workInProgress.lanes = 536870912),
|
||||
null
|
||||
);
|
||||
popSuspenseHandler(workInProgress);
|
||||
null !== renderLanes &&
|
||||
((workInProgress.memoizedState = {
|
||||
dehydrated: renderLanes,
|
||||
treeContext:
|
||||
null !== treeContextProvider
|
||||
? { id: treeContextId, overflow: treeContextOverflow }
|
||||
: null,
|
||||
retryLane: 536870912,
|
||||
hydrationErrors: null
|
||||
}),
|
||||
(current = createFiber(18, null, null, 0)),
|
||||
(current.stateNode = renderLanes),
|
||||
(current.return = workInProgress),
|
||||
(workInProgress.child = current),
|
||||
(hydrationParentFiber = workInProgress),
|
||||
(nextHydratableInstance = null));
|
||||
} else renderLanes = null;
|
||||
if (null === renderLanes) throw throwOnHydrationMismatch(workInProgress);
|
||||
isSuspenseInstanceFallback(renderLanes)
|
||||
? (workInProgress.lanes = 32)
|
||||
: (workInProgress.lanes = 536870912);
|
||||
return null;
|
||||
}
|
||||
nextInstance = nextProps.children;
|
||||
JSCompiler_temp$jscomp$0 = nextProps.fallback;
|
||||
var nextPrimaryChildren = nextProps.children,
|
||||
nextFallbackChildren = nextProps.fallback;
|
||||
if (showFallback)
|
||||
return (
|
||||
reuseSuspenseHandlerOnStack(workInProgress),
|
||||
(nextProps = mountSuspenseFallbackChildren(
|
||||
workInProgress,
|
||||
nextInstance,
|
||||
JSCompiler_temp$jscomp$0,
|
||||
nextPrimaryChildren,
|
||||
nextFallbackChildren,
|
||||
renderLanes
|
||||
)),
|
||||
(showFallback = workInProgress.child),
|
||||
(showFallback.memoizedState = mountSuspenseOffscreenState(renderLanes)),
|
||||
(showFallback.childLanes = getRemainingWorkInPrimaryTree(
|
||||
(nextPrimaryChildren = workInProgress.child),
|
||||
(nextPrimaryChildren.memoizedState =
|
||||
mountSuspenseOffscreenState(renderLanes)),
|
||||
(nextPrimaryChildren.childLanes = getRemainingWorkInPrimaryTree(
|
||||
current,
|
||||
JSCompiler_temp,
|
||||
renderLanes
|
||||
@@ -7040,13 +7021,14 @@ function updateSuspenseComponent(current, workInProgress, renderLanes) {
|
||||
reuseSuspenseHandlerOnStack(workInProgress),
|
||||
(nextProps = mountSuspenseFallbackChildren(
|
||||
workInProgress,
|
||||
nextInstance,
|
||||
JSCompiler_temp$jscomp$0,
|
||||
nextPrimaryChildren,
|
||||
nextFallbackChildren,
|
||||
renderLanes
|
||||
)),
|
||||
(showFallback = workInProgress.child),
|
||||
(showFallback.memoizedState = mountSuspenseOffscreenState(renderLanes)),
|
||||
(showFallback.childLanes = getRemainingWorkInPrimaryTree(
|
||||
(nextPrimaryChildren = workInProgress.child),
|
||||
(nextPrimaryChildren.memoizedState =
|
||||
mountSuspenseOffscreenState(renderLanes)),
|
||||
(nextPrimaryChildren.childLanes = getRemainingWorkInPrimaryTree(
|
||||
current,
|
||||
JSCompiler_temp,
|
||||
renderLanes
|
||||
@@ -7056,13 +7038,13 @@ function updateSuspenseComponent(current, workInProgress, renderLanes) {
|
||||
nextProps
|
||||
);
|
||||
pushPrimaryTreeSuspenseHandler(workInProgress);
|
||||
return mountSuspensePrimaryChildren(workInProgress, nextInstance);
|
||||
return mountSuspensePrimaryChildren(workInProgress, nextPrimaryChildren);
|
||||
}
|
||||
JSCompiler_temp$jscomp$0 = current.memoizedState;
|
||||
nextFallbackChildren = current.memoizedState;
|
||||
if (
|
||||
null !== JSCompiler_temp$jscomp$0 &&
|
||||
((nextInstance = JSCompiler_temp$jscomp$0.dehydrated),
|
||||
null !== nextInstance)
|
||||
null !== nextFallbackChildren &&
|
||||
((nextPrimaryChildren = nextFallbackChildren.dehydrated),
|
||||
null !== nextPrimaryChildren)
|
||||
) {
|
||||
if (didSuspend)
|
||||
workInProgress.flags & 256
|
||||
@@ -7079,22 +7061,22 @@ function updateSuspenseComponent(current, workInProgress, renderLanes) {
|
||||
(workInProgress.flags |= 128),
|
||||
(workInProgress = null))
|
||||
: (reuseSuspenseHandlerOnStack(workInProgress),
|
||||
(showFallback = nextProps.fallback),
|
||||
(nextInstance = workInProgress.mode),
|
||||
(nextPrimaryChildren = nextProps.fallback),
|
||||
(nextFallbackChildren = workInProgress.mode),
|
||||
(nextProps = mountWorkInProgressOffscreenFiber(
|
||||
{ mode: "visible", children: nextProps.children },
|
||||
nextInstance
|
||||
nextFallbackChildren
|
||||
)),
|
||||
(showFallback = createFiberFromFragment(
|
||||
showFallback,
|
||||
nextInstance,
|
||||
(nextPrimaryChildren = createFiberFromFragment(
|
||||
nextPrimaryChildren,
|
||||
nextFallbackChildren,
|
||||
renderLanes,
|
||||
null
|
||||
)),
|
||||
(showFallback.flags |= 2),
|
||||
(nextPrimaryChildren.flags |= 2),
|
||||
(nextProps.return = workInProgress),
|
||||
(showFallback.return = workInProgress),
|
||||
(nextProps.sibling = showFallback),
|
||||
(nextPrimaryChildren.return = workInProgress),
|
||||
(nextProps.sibling = nextPrimaryChildren),
|
||||
(workInProgress.child = nextProps),
|
||||
0 !== (workInProgress.mode & 1) &&
|
||||
reconcileChildFibers(
|
||||
@@ -7112,13 +7094,14 @@ function updateSuspenseComponent(current, workInProgress, renderLanes) {
|
||||
renderLanes
|
||||
)),
|
||||
(workInProgress.memoizedState = SUSPENDED_MARKER),
|
||||
(workInProgress = showFallback));
|
||||
(workInProgress = nextPrimaryChildren));
|
||||
else if (
|
||||
(pushPrimaryTreeSuspenseHandler(workInProgress),
|
||||
isSuspenseInstanceFallback(nextInstance))
|
||||
isSuspenseInstanceFallback(nextPrimaryChildren))
|
||||
) {
|
||||
JSCompiler_temp =
|
||||
nextInstance.nextSibling && nextInstance.nextSibling.dataset;
|
||||
nextPrimaryChildren.nextSibling &&
|
||||
nextPrimaryChildren.nextSibling.dataset;
|
||||
if (JSCompiler_temp) var digest = JSCompiler_temp.dgst;
|
||||
JSCompiler_temp = digest;
|
||||
nextProps = Error(formatProdErrorMessage(419));
|
||||
@@ -7148,28 +7131,28 @@ function updateSuspenseComponent(current, workInProgress, renderLanes) {
|
||||
0 !== (nextProps & (JSCompiler_temp.suspendedLanes | renderLanes))
|
||||
? 0
|
||||
: nextProps),
|
||||
0 !== nextProps && nextProps !== JSCompiler_temp$jscomp$0.retryLane)
|
||||
0 !== nextProps && nextProps !== nextFallbackChildren.retryLane)
|
||||
)
|
||||
throw (
|
||||
((JSCompiler_temp$jscomp$0.retryLane = nextProps),
|
||||
((nextFallbackChildren.retryLane = nextProps),
|
||||
enqueueConcurrentRenderForLane(current, nextProps),
|
||||
scheduleUpdateOnFiber(JSCompiler_temp, current, nextProps),
|
||||
SelectiveHydrationException)
|
||||
);
|
||||
"$?" === nextInstance.data || renderDidSuspendDelayIfPossible();
|
||||
"$?" === nextPrimaryChildren.data || renderDidSuspendDelayIfPossible();
|
||||
workInProgress = retrySuspenseComponentWithoutHydrating(
|
||||
current,
|
||||
workInProgress,
|
||||
renderLanes
|
||||
);
|
||||
} else
|
||||
"$?" === nextInstance.data
|
||||
"$?" === nextPrimaryChildren.data
|
||||
? ((workInProgress.flags |= 192),
|
||||
(workInProgress.child = current.child),
|
||||
(workInProgress = null))
|
||||
: ((renderLanes = JSCompiler_temp$jscomp$0.treeContext),
|
||||
: ((renderLanes = nextFallbackChildren.treeContext),
|
||||
(nextHydratableInstance = getNextHydratable(
|
||||
nextInstance.nextSibling
|
||||
nextPrimaryChildren.nextSibling
|
||||
)),
|
||||
(hydrationParentFiber = workInProgress),
|
||||
(isHydrating = !0),
|
||||
@@ -7192,55 +7175,53 @@ function updateSuspenseComponent(current, workInProgress, renderLanes) {
|
||||
if (showFallback)
|
||||
return (
|
||||
reuseSuspenseHandlerOnStack(workInProgress),
|
||||
(showFallback = nextProps.fallback),
|
||||
(nextInstance = workInProgress.mode),
|
||||
(JSCompiler_temp$jscomp$0 = current.child),
|
||||
(digest = JSCompiler_temp$jscomp$0.sibling),
|
||||
(nextPrimaryChildren = nextProps.fallback),
|
||||
(nextFallbackChildren = workInProgress.mode),
|
||||
(showFallback = current.child),
|
||||
(digest = showFallback.sibling),
|
||||
(didSuspend = { mode: "hidden", children: nextProps.children }),
|
||||
0 === (nextInstance & 1) &&
|
||||
workInProgress.child !== JSCompiler_temp$jscomp$0
|
||||
0 === (nextFallbackChildren & 1) && workInProgress.child !== showFallback
|
||||
? ((nextProps = workInProgress.child),
|
||||
(nextProps.childLanes = 0),
|
||||
(nextProps.pendingProps = didSuspend),
|
||||
(workInProgress.deletions = null))
|
||||
: ((nextProps = createWorkInProgress(
|
||||
JSCompiler_temp$jscomp$0,
|
||||
didSuspend
|
||||
)),
|
||||
(nextProps.subtreeFlags =
|
||||
JSCompiler_temp$jscomp$0.subtreeFlags & 65011712)),
|
||||
: ((nextProps = createWorkInProgress(showFallback, didSuspend)),
|
||||
(nextProps.subtreeFlags = showFallback.subtreeFlags & 65011712)),
|
||||
null !== digest
|
||||
? (showFallback = createWorkInProgress(digest, showFallback))
|
||||
: ((showFallback = createFiberFromFragment(
|
||||
showFallback,
|
||||
nextInstance,
|
||||
? (nextPrimaryChildren = createWorkInProgress(
|
||||
digest,
|
||||
nextPrimaryChildren
|
||||
))
|
||||
: ((nextPrimaryChildren = createFiberFromFragment(
|
||||
nextPrimaryChildren,
|
||||
nextFallbackChildren,
|
||||
renderLanes,
|
||||
null
|
||||
)),
|
||||
(showFallback.flags |= 2)),
|
||||
(showFallback.return = workInProgress),
|
||||
(nextPrimaryChildren.flags |= 2)),
|
||||
(nextPrimaryChildren.return = workInProgress),
|
||||
(nextProps.return = workInProgress),
|
||||
(nextProps.sibling = showFallback),
|
||||
(nextProps.sibling = nextPrimaryChildren),
|
||||
(workInProgress.child = nextProps),
|
||||
(nextProps = showFallback),
|
||||
(showFallback = workInProgress.child),
|
||||
(nextInstance = current.child.memoizedState),
|
||||
null === nextInstance
|
||||
? (nextInstance = mountSuspenseOffscreenState(renderLanes))
|
||||
: ((JSCompiler_temp$jscomp$0 = nextInstance.cachePool),
|
||||
null !== JSCompiler_temp$jscomp$0
|
||||
(nextProps = nextPrimaryChildren),
|
||||
(nextPrimaryChildren = workInProgress.child),
|
||||
(nextFallbackChildren = current.child.memoizedState),
|
||||
null === nextFallbackChildren
|
||||
? (nextFallbackChildren = mountSuspenseOffscreenState(renderLanes))
|
||||
: ((showFallback = nextFallbackChildren.cachePool),
|
||||
null !== showFallback
|
||||
? ((digest = CacheContext._currentValue),
|
||||
(JSCompiler_temp$jscomp$0 =
|
||||
JSCompiler_temp$jscomp$0.parent !== digest
|
||||
(showFallback =
|
||||
showFallback.parent !== digest
|
||||
? { parent: digest, pool: digest }
|
||||
: JSCompiler_temp$jscomp$0))
|
||||
: (JSCompiler_temp$jscomp$0 = getSuspendedCache()),
|
||||
(nextInstance = {
|
||||
baseLanes: nextInstance.baseLanes | renderLanes,
|
||||
cachePool: JSCompiler_temp$jscomp$0
|
||||
: showFallback))
|
||||
: (showFallback = getSuspendedCache()),
|
||||
(nextFallbackChildren = {
|
||||
baseLanes: nextFallbackChildren.baseLanes | renderLanes,
|
||||
cachePool: showFallback
|
||||
})),
|
||||
(showFallback.memoizedState = nextInstance),
|
||||
(showFallback.childLanes = getRemainingWorkInPrimaryTree(
|
||||
(nextPrimaryChildren.memoizedState = nextFallbackChildren),
|
||||
(nextPrimaryChildren.childLanes = getRemainingWorkInPrimaryTree(
|
||||
current,
|
||||
JSCompiler_temp,
|
||||
renderLanes
|
||||
@@ -12457,20 +12438,20 @@ function debounceScrollEnd(targetInst, nativeEvent, nativeEventTarget) {
|
||||
(nativeEventTarget[internalScrollTimer] = targetInst));
|
||||
}
|
||||
for (
|
||||
var i$jscomp$inline_1550 = 0;
|
||||
i$jscomp$inline_1550 < simpleEventPluginEvents.length;
|
||||
i$jscomp$inline_1550++
|
||||
var i$jscomp$inline_1552 = 0;
|
||||
i$jscomp$inline_1552 < simpleEventPluginEvents.length;
|
||||
i$jscomp$inline_1552++
|
||||
) {
|
||||
var eventName$jscomp$inline_1551 =
|
||||
simpleEventPluginEvents[i$jscomp$inline_1550],
|
||||
domEventName$jscomp$inline_1552 =
|
||||
eventName$jscomp$inline_1551.toLowerCase(),
|
||||
capitalizedEvent$jscomp$inline_1553 =
|
||||
eventName$jscomp$inline_1551[0].toUpperCase() +
|
||||
eventName$jscomp$inline_1551.slice(1);
|
||||
var eventName$jscomp$inline_1553 =
|
||||
simpleEventPluginEvents[i$jscomp$inline_1552],
|
||||
domEventName$jscomp$inline_1554 =
|
||||
eventName$jscomp$inline_1553.toLowerCase(),
|
||||
capitalizedEvent$jscomp$inline_1555 =
|
||||
eventName$jscomp$inline_1553[0].toUpperCase() +
|
||||
eventName$jscomp$inline_1553.slice(1);
|
||||
registerSimpleEvent(
|
||||
domEventName$jscomp$inline_1552,
|
||||
"on" + capitalizedEvent$jscomp$inline_1553
|
||||
domEventName$jscomp$inline_1554,
|
||||
"on" + capitalizedEvent$jscomp$inline_1555
|
||||
);
|
||||
}
|
||||
registerSimpleEvent(ANIMATION_END, "onAnimationEnd");
|
||||
@@ -16058,16 +16039,16 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
|
||||
0 === i && attemptExplicitHydrationTarget(target);
|
||||
}
|
||||
};
|
||||
var isomorphicReactPackageVersion$jscomp$inline_1804 = React.version;
|
||||
var isomorphicReactPackageVersion$jscomp$inline_1806 = React.version;
|
||||
if (
|
||||
"19.2.0-native-fb-8a3c5e1a-20250410" !==
|
||||
isomorphicReactPackageVersion$jscomp$inline_1804
|
||||
"19.2.0-native-fb-961b625a-20250411" !==
|
||||
isomorphicReactPackageVersion$jscomp$inline_1806
|
||||
)
|
||||
throw Error(
|
||||
formatProdErrorMessage(
|
||||
527,
|
||||
isomorphicReactPackageVersion$jscomp$inline_1804,
|
||||
"19.2.0-native-fb-8a3c5e1a-20250410"
|
||||
isomorphicReactPackageVersion$jscomp$inline_1806,
|
||||
"19.2.0-native-fb-961b625a-20250411"
|
||||
)
|
||||
);
|
||||
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
||||
@@ -16087,24 +16068,24 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
||||
null === componentOrElement ? null : componentOrElement.stateNode;
|
||||
return componentOrElement;
|
||||
};
|
||||
var internals$jscomp$inline_2262 = {
|
||||
var internals$jscomp$inline_2264 = {
|
||||
bundleType: 0,
|
||||
version: "19.2.0-native-fb-8a3c5e1a-20250410",
|
||||
version: "19.2.0-native-fb-961b625a-20250411",
|
||||
rendererPackageName: "react-dom",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-native-fb-8a3c5e1a-20250410"
|
||||
reconcilerVersion: "19.2.0-native-fb-961b625a-20250411"
|
||||
};
|
||||
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
||||
var hook$jscomp$inline_2263 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
||||
var hook$jscomp$inline_2265 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
||||
if (
|
||||
!hook$jscomp$inline_2263.isDisabled &&
|
||||
hook$jscomp$inline_2263.supportsFiber
|
||||
!hook$jscomp$inline_2265.isDisabled &&
|
||||
hook$jscomp$inline_2265.supportsFiber
|
||||
)
|
||||
try {
|
||||
(rendererID = hook$jscomp$inline_2263.inject(
|
||||
internals$jscomp$inline_2262
|
||||
(rendererID = hook$jscomp$inline_2265.inject(
|
||||
internals$jscomp$inline_2264
|
||||
)),
|
||||
(injectedHook = hook$jscomp$inline_2263);
|
||||
(injectedHook = hook$jscomp$inline_2265);
|
||||
} catch (err) {}
|
||||
}
|
||||
function noop() {}
|
||||
@@ -16350,4 +16331,4 @@ exports.useFormState = function (action, initialState, permalink) {
|
||||
exports.useFormStatus = function () {
|
||||
return ReactSharedInternals.H.useHostTransitionStatus();
|
||||
};
|
||||
exports.version = "19.2.0-native-fb-8a3c5e1a-20250410";
|
||||
exports.version = "19.2.0-native-fb-961b625a-20250411";
|
||||
|
||||
+136
-157
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<d041b0d2e6f80217dce701470333f5c0>>
|
||||
* @generated SignedSource<<94119783a8f2cf7a83ae843b00fd9481>>
|
||||
*/
|
||||
|
||||
/*
|
||||
@@ -7140,79 +7140,60 @@ function updateSuspenseComponent(current, workInProgress, renderLanes) {
|
||||
showFallback
|
||||
? pushPrimaryTreeSuspenseHandler(workInProgress)
|
||||
: reuseSuspenseHandlerOnStack(workInProgress);
|
||||
if (isHydrating) {
|
||||
var nextInstance = nextHydratableInstance,
|
||||
JSCompiler_temp$jscomp$0;
|
||||
if ((JSCompiler_temp$jscomp$0 = nextInstance)) {
|
||||
c: {
|
||||
JSCompiler_temp$jscomp$0 = nextInstance;
|
||||
for (
|
||||
nextInstance = rootOrSingletonContext;
|
||||
8 !== JSCompiler_temp$jscomp$0.nodeType;
|
||||
|
||||
) {
|
||||
if (!nextInstance) {
|
||||
nextInstance = null;
|
||||
break c;
|
||||
}
|
||||
JSCompiler_temp$jscomp$0 = getNextHydratable(
|
||||
JSCompiler_temp$jscomp$0.nextSibling
|
||||
);
|
||||
if (null === JSCompiler_temp$jscomp$0) {
|
||||
nextInstance = null;
|
||||
break c;
|
||||
}
|
||||
if ((renderLanes = nextHydratableInstance)) {
|
||||
a: {
|
||||
current = renderLanes;
|
||||
for (renderLanes = rootOrSingletonContext; 8 !== current.nodeType; ) {
|
||||
if (!renderLanes) {
|
||||
renderLanes = null;
|
||||
break a;
|
||||
}
|
||||
current = getNextHydratable(current.nextSibling);
|
||||
if (null === current) {
|
||||
renderLanes = null;
|
||||
break a;
|
||||
}
|
||||
nextInstance = JSCompiler_temp$jscomp$0;
|
||||
}
|
||||
null !== nextInstance
|
||||
? ((workInProgress.memoizedState = {
|
||||
dehydrated: nextInstance,
|
||||
treeContext:
|
||||
null !== treeContextProvider
|
||||
? { id: treeContextId, overflow: treeContextOverflow }
|
||||
: null,
|
||||
retryLane: 536870912,
|
||||
hydrationErrors: null
|
||||
}),
|
||||
(JSCompiler_temp$jscomp$0 = createFiber(18, null, null, 0)),
|
||||
(JSCompiler_temp$jscomp$0.stateNode = nextInstance),
|
||||
(JSCompiler_temp$jscomp$0.return = workInProgress),
|
||||
(workInProgress.child = JSCompiler_temp$jscomp$0),
|
||||
(hydrationParentFiber = workInProgress),
|
||||
(nextHydratableInstance = null),
|
||||
(JSCompiler_temp$jscomp$0 = !0))
|
||||
: (JSCompiler_temp$jscomp$0 = !1);
|
||||
renderLanes = current;
|
||||
}
|
||||
JSCompiler_temp$jscomp$0 || throwOnHydrationMismatch(workInProgress);
|
||||
}
|
||||
nextInstance = workInProgress.memoizedState;
|
||||
if (
|
||||
null !== nextInstance &&
|
||||
((nextInstance = nextInstance.dehydrated), null !== nextInstance)
|
||||
)
|
||||
return (
|
||||
isSuspenseInstanceFallback(nextInstance)
|
||||
? (workInProgress.lanes = 32)
|
||||
: (workInProgress.lanes = 536870912),
|
||||
null
|
||||
);
|
||||
popSuspenseHandler(workInProgress);
|
||||
null !== renderLanes &&
|
||||
((workInProgress.memoizedState = {
|
||||
dehydrated: renderLanes,
|
||||
treeContext:
|
||||
null !== treeContextProvider
|
||||
? { id: treeContextId, overflow: treeContextOverflow }
|
||||
: null,
|
||||
retryLane: 536870912,
|
||||
hydrationErrors: null
|
||||
}),
|
||||
(current = createFiber(18, null, null, 0)),
|
||||
(current.stateNode = renderLanes),
|
||||
(current.return = workInProgress),
|
||||
(workInProgress.child = current),
|
||||
(hydrationParentFiber = workInProgress),
|
||||
(nextHydratableInstance = null));
|
||||
} else renderLanes = null;
|
||||
if (null === renderLanes) throw throwOnHydrationMismatch(workInProgress);
|
||||
isSuspenseInstanceFallback(renderLanes)
|
||||
? (workInProgress.lanes = 32)
|
||||
: (workInProgress.lanes = 536870912);
|
||||
return null;
|
||||
}
|
||||
nextInstance = nextProps.children;
|
||||
JSCompiler_temp$jscomp$0 = nextProps.fallback;
|
||||
var nextPrimaryChildren = nextProps.children,
|
||||
nextFallbackChildren = nextProps.fallback;
|
||||
if (showFallback)
|
||||
return (
|
||||
reuseSuspenseHandlerOnStack(workInProgress),
|
||||
(nextProps = mountSuspenseFallbackChildren(
|
||||
workInProgress,
|
||||
nextInstance,
|
||||
JSCompiler_temp$jscomp$0,
|
||||
nextPrimaryChildren,
|
||||
nextFallbackChildren,
|
||||
renderLanes
|
||||
)),
|
||||
(showFallback = workInProgress.child),
|
||||
(showFallback.memoizedState = mountSuspenseOffscreenState(renderLanes)),
|
||||
(showFallback.childLanes = getRemainingWorkInPrimaryTree(
|
||||
(nextPrimaryChildren = workInProgress.child),
|
||||
(nextPrimaryChildren.memoizedState =
|
||||
mountSuspenseOffscreenState(renderLanes)),
|
||||
(nextPrimaryChildren.childLanes = getRemainingWorkInPrimaryTree(
|
||||
current,
|
||||
JSCompiler_temp,
|
||||
renderLanes
|
||||
@@ -7225,13 +7206,14 @@ function updateSuspenseComponent(current, workInProgress, renderLanes) {
|
||||
reuseSuspenseHandlerOnStack(workInProgress),
|
||||
(nextProps = mountSuspenseFallbackChildren(
|
||||
workInProgress,
|
||||
nextInstance,
|
||||
JSCompiler_temp$jscomp$0,
|
||||
nextPrimaryChildren,
|
||||
nextFallbackChildren,
|
||||
renderLanes
|
||||
)),
|
||||
(showFallback = workInProgress.child),
|
||||
(showFallback.memoizedState = mountSuspenseOffscreenState(renderLanes)),
|
||||
(showFallback.childLanes = getRemainingWorkInPrimaryTree(
|
||||
(nextPrimaryChildren = workInProgress.child),
|
||||
(nextPrimaryChildren.memoizedState =
|
||||
mountSuspenseOffscreenState(renderLanes)),
|
||||
(nextPrimaryChildren.childLanes = getRemainingWorkInPrimaryTree(
|
||||
current,
|
||||
JSCompiler_temp,
|
||||
renderLanes
|
||||
@@ -7241,13 +7223,13 @@ function updateSuspenseComponent(current, workInProgress, renderLanes) {
|
||||
nextProps
|
||||
);
|
||||
pushPrimaryTreeSuspenseHandler(workInProgress);
|
||||
return mountSuspensePrimaryChildren(workInProgress, nextInstance);
|
||||
return mountSuspensePrimaryChildren(workInProgress, nextPrimaryChildren);
|
||||
}
|
||||
JSCompiler_temp$jscomp$0 = current.memoizedState;
|
||||
nextFallbackChildren = current.memoizedState;
|
||||
if (
|
||||
null !== JSCompiler_temp$jscomp$0 &&
|
||||
((nextInstance = JSCompiler_temp$jscomp$0.dehydrated),
|
||||
null !== nextInstance)
|
||||
null !== nextFallbackChildren &&
|
||||
((nextPrimaryChildren = nextFallbackChildren.dehydrated),
|
||||
null !== nextPrimaryChildren)
|
||||
) {
|
||||
if (didSuspend)
|
||||
workInProgress.flags & 256
|
||||
@@ -7264,22 +7246,22 @@ function updateSuspenseComponent(current, workInProgress, renderLanes) {
|
||||
(workInProgress.flags |= 128),
|
||||
(workInProgress = null))
|
||||
: (reuseSuspenseHandlerOnStack(workInProgress),
|
||||
(showFallback = nextProps.fallback),
|
||||
(nextInstance = workInProgress.mode),
|
||||
(nextPrimaryChildren = nextProps.fallback),
|
||||
(nextFallbackChildren = workInProgress.mode),
|
||||
(nextProps = mountWorkInProgressOffscreenFiber(
|
||||
{ mode: "visible", children: nextProps.children },
|
||||
nextInstance
|
||||
nextFallbackChildren
|
||||
)),
|
||||
(showFallback = createFiberFromFragment(
|
||||
showFallback,
|
||||
nextInstance,
|
||||
(nextPrimaryChildren = createFiberFromFragment(
|
||||
nextPrimaryChildren,
|
||||
nextFallbackChildren,
|
||||
renderLanes,
|
||||
null
|
||||
)),
|
||||
(showFallback.flags |= 2),
|
||||
(nextPrimaryChildren.flags |= 2),
|
||||
(nextProps.return = workInProgress),
|
||||
(showFallback.return = workInProgress),
|
||||
(nextProps.sibling = showFallback),
|
||||
(nextPrimaryChildren.return = workInProgress),
|
||||
(nextProps.sibling = nextPrimaryChildren),
|
||||
(workInProgress.child = nextProps),
|
||||
0 !== (workInProgress.mode & 1) &&
|
||||
reconcileChildFibers(
|
||||
@@ -7297,13 +7279,14 @@ function updateSuspenseComponent(current, workInProgress, renderLanes) {
|
||||
renderLanes
|
||||
)),
|
||||
(workInProgress.memoizedState = SUSPENDED_MARKER),
|
||||
(workInProgress = showFallback));
|
||||
(workInProgress = nextPrimaryChildren));
|
||||
else if (
|
||||
(pushPrimaryTreeSuspenseHandler(workInProgress),
|
||||
isSuspenseInstanceFallback(nextInstance))
|
||||
isSuspenseInstanceFallback(nextPrimaryChildren))
|
||||
) {
|
||||
JSCompiler_temp =
|
||||
nextInstance.nextSibling && nextInstance.nextSibling.dataset;
|
||||
nextPrimaryChildren.nextSibling &&
|
||||
nextPrimaryChildren.nextSibling.dataset;
|
||||
if (JSCompiler_temp) var digest = JSCompiler_temp.dgst;
|
||||
JSCompiler_temp = digest;
|
||||
nextProps = Error(formatProdErrorMessage(419));
|
||||
@@ -7333,28 +7316,28 @@ function updateSuspenseComponent(current, workInProgress, renderLanes) {
|
||||
0 !== (nextProps & (JSCompiler_temp.suspendedLanes | renderLanes))
|
||||
? 0
|
||||
: nextProps),
|
||||
0 !== nextProps && nextProps !== JSCompiler_temp$jscomp$0.retryLane)
|
||||
0 !== nextProps && nextProps !== nextFallbackChildren.retryLane)
|
||||
)
|
||||
throw (
|
||||
((JSCompiler_temp$jscomp$0.retryLane = nextProps),
|
||||
((nextFallbackChildren.retryLane = nextProps),
|
||||
enqueueConcurrentRenderForLane(current, nextProps),
|
||||
scheduleUpdateOnFiber(JSCompiler_temp, current, nextProps),
|
||||
SelectiveHydrationException)
|
||||
);
|
||||
"$?" === nextInstance.data || renderDidSuspendDelayIfPossible();
|
||||
"$?" === nextPrimaryChildren.data || renderDidSuspendDelayIfPossible();
|
||||
workInProgress = retrySuspenseComponentWithoutHydrating(
|
||||
current,
|
||||
workInProgress,
|
||||
renderLanes
|
||||
);
|
||||
} else
|
||||
"$?" === nextInstance.data
|
||||
"$?" === nextPrimaryChildren.data
|
||||
? ((workInProgress.flags |= 192),
|
||||
(workInProgress.child = current.child),
|
||||
(workInProgress = null))
|
||||
: ((renderLanes = JSCompiler_temp$jscomp$0.treeContext),
|
||||
: ((renderLanes = nextFallbackChildren.treeContext),
|
||||
(nextHydratableInstance = getNextHydratable(
|
||||
nextInstance.nextSibling
|
||||
nextPrimaryChildren.nextSibling
|
||||
)),
|
||||
(hydrationParentFiber = workInProgress),
|
||||
(isHydrating = !0),
|
||||
@@ -7377,62 +7360,58 @@ function updateSuspenseComponent(current, workInProgress, renderLanes) {
|
||||
if (showFallback)
|
||||
return (
|
||||
reuseSuspenseHandlerOnStack(workInProgress),
|
||||
(showFallback = nextProps.fallback),
|
||||
(nextInstance = workInProgress.mode),
|
||||
(JSCompiler_temp$jscomp$0 = current.child),
|
||||
(digest = JSCompiler_temp$jscomp$0.sibling),
|
||||
(nextPrimaryChildren = nextProps.fallback),
|
||||
(nextFallbackChildren = workInProgress.mode),
|
||||
(showFallback = current.child),
|
||||
(digest = showFallback.sibling),
|
||||
(didSuspend = { mode: "hidden", children: nextProps.children }),
|
||||
0 === (nextInstance & 1) &&
|
||||
workInProgress.child !== JSCompiler_temp$jscomp$0
|
||||
0 === (nextFallbackChildren & 1) && workInProgress.child !== showFallback
|
||||
? ((nextProps = workInProgress.child),
|
||||
(nextProps.childLanes = 0),
|
||||
(nextProps.pendingProps = didSuspend),
|
||||
workInProgress.mode & 2 &&
|
||||
((nextProps.actualDuration = -0),
|
||||
(nextProps.actualStartTime = -1.1),
|
||||
(nextProps.selfBaseDuration =
|
||||
JSCompiler_temp$jscomp$0.selfBaseDuration),
|
||||
(nextProps.treeBaseDuration =
|
||||
JSCompiler_temp$jscomp$0.treeBaseDuration)),
|
||||
(nextProps.selfBaseDuration = showFallback.selfBaseDuration),
|
||||
(nextProps.treeBaseDuration = showFallback.treeBaseDuration)),
|
||||
(workInProgress.deletions = null))
|
||||
: ((nextProps = createWorkInProgress(
|
||||
JSCompiler_temp$jscomp$0,
|
||||
didSuspend
|
||||
)),
|
||||
(nextProps.subtreeFlags =
|
||||
JSCompiler_temp$jscomp$0.subtreeFlags & 65011712)),
|
||||
: ((nextProps = createWorkInProgress(showFallback, didSuspend)),
|
||||
(nextProps.subtreeFlags = showFallback.subtreeFlags & 65011712)),
|
||||
null !== digest
|
||||
? (showFallback = createWorkInProgress(digest, showFallback))
|
||||
: ((showFallback = createFiberFromFragment(
|
||||
showFallback,
|
||||
nextInstance,
|
||||
? (nextPrimaryChildren = createWorkInProgress(
|
||||
digest,
|
||||
nextPrimaryChildren
|
||||
))
|
||||
: ((nextPrimaryChildren = createFiberFromFragment(
|
||||
nextPrimaryChildren,
|
||||
nextFallbackChildren,
|
||||
renderLanes,
|
||||
null
|
||||
)),
|
||||
(showFallback.flags |= 2)),
|
||||
(showFallback.return = workInProgress),
|
||||
(nextPrimaryChildren.flags |= 2)),
|
||||
(nextPrimaryChildren.return = workInProgress),
|
||||
(nextProps.return = workInProgress),
|
||||
(nextProps.sibling = showFallback),
|
||||
(nextProps.sibling = nextPrimaryChildren),
|
||||
(workInProgress.child = nextProps),
|
||||
(nextProps = showFallback),
|
||||
(showFallback = workInProgress.child),
|
||||
(nextInstance = current.child.memoizedState),
|
||||
null === nextInstance
|
||||
? (nextInstance = mountSuspenseOffscreenState(renderLanes))
|
||||
: ((JSCompiler_temp$jscomp$0 = nextInstance.cachePool),
|
||||
null !== JSCompiler_temp$jscomp$0
|
||||
(nextProps = nextPrimaryChildren),
|
||||
(nextPrimaryChildren = workInProgress.child),
|
||||
(nextFallbackChildren = current.child.memoizedState),
|
||||
null === nextFallbackChildren
|
||||
? (nextFallbackChildren = mountSuspenseOffscreenState(renderLanes))
|
||||
: ((showFallback = nextFallbackChildren.cachePool),
|
||||
null !== showFallback
|
||||
? ((digest = CacheContext._currentValue),
|
||||
(JSCompiler_temp$jscomp$0 =
|
||||
JSCompiler_temp$jscomp$0.parent !== digest
|
||||
(showFallback =
|
||||
showFallback.parent !== digest
|
||||
? { parent: digest, pool: digest }
|
||||
: JSCompiler_temp$jscomp$0))
|
||||
: (JSCompiler_temp$jscomp$0 = getSuspendedCache()),
|
||||
(nextInstance = {
|
||||
baseLanes: nextInstance.baseLanes | renderLanes,
|
||||
cachePool: JSCompiler_temp$jscomp$0
|
||||
: showFallback))
|
||||
: (showFallback = getSuspendedCache()),
|
||||
(nextFallbackChildren = {
|
||||
baseLanes: nextFallbackChildren.baseLanes | renderLanes,
|
||||
cachePool: showFallback
|
||||
})),
|
||||
(showFallback.memoizedState = nextInstance),
|
||||
(showFallback.childLanes = getRemainingWorkInPrimaryTree(
|
||||
(nextPrimaryChildren.memoizedState = nextFallbackChildren),
|
||||
(nextPrimaryChildren.childLanes = getRemainingWorkInPrimaryTree(
|
||||
current,
|
||||
JSCompiler_temp,
|
||||
renderLanes
|
||||
@@ -13140,20 +13119,20 @@ function debounceScrollEnd(targetInst, nativeEvent, nativeEventTarget) {
|
||||
(nativeEventTarget[internalScrollTimer] = targetInst));
|
||||
}
|
||||
for (
|
||||
var i$jscomp$inline_1645 = 0;
|
||||
i$jscomp$inline_1645 < simpleEventPluginEvents.length;
|
||||
i$jscomp$inline_1645++
|
||||
var i$jscomp$inline_1647 = 0;
|
||||
i$jscomp$inline_1647 < simpleEventPluginEvents.length;
|
||||
i$jscomp$inline_1647++
|
||||
) {
|
||||
var eventName$jscomp$inline_1646 =
|
||||
simpleEventPluginEvents[i$jscomp$inline_1645],
|
||||
domEventName$jscomp$inline_1647 =
|
||||
eventName$jscomp$inline_1646.toLowerCase(),
|
||||
capitalizedEvent$jscomp$inline_1648 =
|
||||
eventName$jscomp$inline_1646[0].toUpperCase() +
|
||||
eventName$jscomp$inline_1646.slice(1);
|
||||
var eventName$jscomp$inline_1648 =
|
||||
simpleEventPluginEvents[i$jscomp$inline_1647],
|
||||
domEventName$jscomp$inline_1649 =
|
||||
eventName$jscomp$inline_1648.toLowerCase(),
|
||||
capitalizedEvent$jscomp$inline_1650 =
|
||||
eventName$jscomp$inline_1648[0].toUpperCase() +
|
||||
eventName$jscomp$inline_1648.slice(1);
|
||||
registerSimpleEvent(
|
||||
domEventName$jscomp$inline_1647,
|
||||
"on" + capitalizedEvent$jscomp$inline_1648
|
||||
domEventName$jscomp$inline_1649,
|
||||
"on" + capitalizedEvent$jscomp$inline_1650
|
||||
);
|
||||
}
|
||||
registerSimpleEvent(ANIMATION_END, "onAnimationEnd");
|
||||
@@ -16749,16 +16728,16 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
|
||||
0 === i && attemptExplicitHydrationTarget(target);
|
||||
}
|
||||
};
|
||||
var isomorphicReactPackageVersion$jscomp$inline_1901 = React.version;
|
||||
var isomorphicReactPackageVersion$jscomp$inline_1903 = React.version;
|
||||
if (
|
||||
"19.2.0-native-fb-8a3c5e1a-20250410" !==
|
||||
isomorphicReactPackageVersion$jscomp$inline_1901
|
||||
"19.2.0-native-fb-961b625a-20250411" !==
|
||||
isomorphicReactPackageVersion$jscomp$inline_1903
|
||||
)
|
||||
throw Error(
|
||||
formatProdErrorMessage(
|
||||
527,
|
||||
isomorphicReactPackageVersion$jscomp$inline_1901,
|
||||
"19.2.0-native-fb-8a3c5e1a-20250410"
|
||||
isomorphicReactPackageVersion$jscomp$inline_1903,
|
||||
"19.2.0-native-fb-961b625a-20250411"
|
||||
)
|
||||
);
|
||||
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
||||
@@ -16778,12 +16757,12 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
||||
null === componentOrElement ? null : componentOrElement.stateNode;
|
||||
return componentOrElement;
|
||||
};
|
||||
var internals$jscomp$inline_1908 = {
|
||||
var internals$jscomp$inline_1910 = {
|
||||
bundleType: 0,
|
||||
version: "19.2.0-native-fb-8a3c5e1a-20250410",
|
||||
version: "19.2.0-native-fb-961b625a-20250411",
|
||||
rendererPackageName: "react-dom",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-native-fb-8a3c5e1a-20250410",
|
||||
reconcilerVersion: "19.2.0-native-fb-961b625a-20250411",
|
||||
getLaneLabelMap: function () {
|
||||
for (
|
||||
var map = new Map(), lane = 1, index$297 = 0;
|
||||
@@ -16801,16 +16780,16 @@ var internals$jscomp$inline_1908 = {
|
||||
}
|
||||
};
|
||||
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
||||
var hook$jscomp$inline_2324 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
||||
var hook$jscomp$inline_2326 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
||||
if (
|
||||
!hook$jscomp$inline_2324.isDisabled &&
|
||||
hook$jscomp$inline_2324.supportsFiber
|
||||
!hook$jscomp$inline_2326.isDisabled &&
|
||||
hook$jscomp$inline_2326.supportsFiber
|
||||
)
|
||||
try {
|
||||
(rendererID = hook$jscomp$inline_2324.inject(
|
||||
internals$jscomp$inline_1908
|
||||
(rendererID = hook$jscomp$inline_2326.inject(
|
||||
internals$jscomp$inline_1910
|
||||
)),
|
||||
(injectedHook = hook$jscomp$inline_2324);
|
||||
(injectedHook = hook$jscomp$inline_2326);
|
||||
} catch (err) {}
|
||||
}
|
||||
function noop() {}
|
||||
@@ -17056,7 +17035,7 @@ exports.useFormState = function (action, initialState, permalink) {
|
||||
exports.useFormStatus = function () {
|
||||
return ReactSharedInternals.H.useHostTransitionStatus();
|
||||
};
|
||||
exports.version = "19.2.0-native-fb-8a3c5e1a-20250410";
|
||||
exports.version = "19.2.0-native-fb-961b625a-20250411";
|
||||
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
||||
"function" ===
|
||||
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
||||
|
||||
+4
-4
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<cc71409813daaf311f7553882453d614>>
|
||||
* @generated SignedSource<<aae7489f2cc83ed12d4f0452d4f523b9>>
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
@@ -15410,10 +15410,10 @@ __DEV__ &&
|
||||
(function () {
|
||||
var internals = {
|
||||
bundleType: 1,
|
||||
version: "19.2.0-native-fb-8a3c5e1a-20250410",
|
||||
version: "19.2.0-native-fb-961b625a-20250411",
|
||||
rendererPackageName: "react-test-renderer",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-native-fb-8a3c5e1a-20250410"
|
||||
reconcilerVersion: "19.2.0-native-fb-961b625a-20250411"
|
||||
};
|
||||
internals.overrideHookState = overrideHookState;
|
||||
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
|
||||
@@ -15558,5 +15558,5 @@ __DEV__ &&
|
||||
flushSyncWorkAcrossRoots_impl(0, !0));
|
||||
}
|
||||
};
|
||||
exports.version = "19.2.0-native-fb-8a3c5e1a-20250410";
|
||||
exports.version = "19.2.0-native-fb-961b625a-20250411";
|
||||
})();
|
||||
|
||||
+4
-4
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<e265370e0e4d5b551d3a853feab7e451>>
|
||||
* @generated SignedSource<<75f8b92e3c7ae1334eaa7e9e3f8c5980>>
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
@@ -9717,10 +9717,10 @@ function wrapFiber(fiber) {
|
||||
}
|
||||
var internals$jscomp$inline_1416 = {
|
||||
bundleType: 0,
|
||||
version: "19.2.0-native-fb-8a3c5e1a-20250410",
|
||||
version: "19.2.0-native-fb-961b625a-20250411",
|
||||
rendererPackageName: "react-test-renderer",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-native-fb-8a3c5e1a-20250410"
|
||||
reconcilerVersion: "19.2.0-native-fb-961b625a-20250411"
|
||||
};
|
||||
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
||||
var hook$jscomp$inline_1417 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
||||
@@ -9856,4 +9856,4 @@ exports.unstable_batchedUpdates = function (fn, a) {
|
||||
flushSyncWorkAcrossRoots_impl(0, !0));
|
||||
}
|
||||
};
|
||||
exports.version = "19.2.0-native-fb-8a3c5e1a-20250410";
|
||||
exports.version = "19.2.0-native-fb-961b625a-20250411";
|
||||
|
||||
+4
-4
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<a74205dbb88786860e653f1ad9c9294c>>
|
||||
* @generated SignedSource<<6c653b180fd6a01f2d03ed82c69de59d>>
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
@@ -10325,10 +10325,10 @@ function wrapFiber(fiber) {
|
||||
}
|
||||
var internals$jscomp$inline_1229 = {
|
||||
bundleType: 0,
|
||||
version: "19.2.0-native-fb-8a3c5e1a-20250410",
|
||||
version: "19.2.0-native-fb-961b625a-20250411",
|
||||
rendererPackageName: "react-test-renderer",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-native-fb-8a3c5e1a-20250410",
|
||||
reconcilerVersion: "19.2.0-native-fb-961b625a-20250411",
|
||||
getLaneLabelMap: function () {
|
||||
for (
|
||||
var map = new Map(), lane = 1, index$148 = 0;
|
||||
@@ -10479,4 +10479,4 @@ exports.unstable_batchedUpdates = function (fn, a) {
|
||||
flushSyncWorkAcrossRoots_impl(0, !0));
|
||||
}
|
||||
};
|
||||
exports.version = "19.2.0-native-fb-8a3c5e1a-20250410";
|
||||
exports.version = "19.2.0-native-fb-961b625a-20250411";
|
||||
|
||||
+2
-2
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<6b5367ce4f393388236b04dabbd659a9>>
|
||||
* @generated SignedSource<<54a75a17050522e20c2b4e21913177bd>>
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
@@ -1412,7 +1412,7 @@ __DEV__ &&
|
||||
exports.useTransition = function () {
|
||||
return resolveDispatcher().useTransition();
|
||||
};
|
||||
exports.version = "19.2.0-native-fb-8a3c5e1a-20250410";
|
||||
exports.version = "19.2.0-native-fb-961b625a-20250411";
|
||||
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
||||
"function" ===
|
||||
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
||||
|
||||
+2
-2
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<213ca8458d8afe0c1fe7560d293a6418>>
|
||||
* @generated SignedSource<<4ff6531a23ba9874ff2cee3dad579525>>
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
@@ -587,4 +587,4 @@ exports.useSyncExternalStore = function (
|
||||
exports.useTransition = function () {
|
||||
return ReactSharedInternals.H.useTransition();
|
||||
};
|
||||
exports.version = "19.2.0-native-fb-8a3c5e1a-20250410";
|
||||
exports.version = "19.2.0-native-fb-961b625a-20250411";
|
||||
|
||||
Vendored
+2
-2
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<5944f223e176d8cf5c77cba0c0aa50b3>>
|
||||
* @generated SignedSource<<8125fb968d798ac70d5fc71d08fcbc8d>>
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
@@ -591,7 +591,7 @@ exports.useSyncExternalStore = function (
|
||||
exports.useTransition = function () {
|
||||
return ReactSharedInternals.H.useTransition();
|
||||
};
|
||||
exports.version = "19.2.0-native-fb-8a3c5e1a-20250410";
|
||||
exports.version = "19.2.0-native-fb-961b625a-20250411";
|
||||
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
||||
"function" ===
|
||||
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
||||
|
||||
+1
-1
@@ -1 +1 @@
|
||||
8a3c5e1a8d1d89a68ca36c6959c1f253710f6cef
|
||||
961b625ab5d180180e836e0c7b221789f0ee336b
|
||||
|
||||
+3
-3
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<1fe92fe7662d12ae3c0c83f404c07299>>
|
||||
* @generated SignedSource<<1a82e8ba85543d3a51ad323cc13eb9b4>>
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
@@ -17149,10 +17149,10 @@ __DEV__ &&
|
||||
(function () {
|
||||
var internals = {
|
||||
bundleType: 1,
|
||||
version: "19.2.0-native-fb-8a3c5e1a-20250410",
|
||||
version: "19.2.0-native-fb-961b625a-20250411",
|
||||
rendererPackageName: "react-native-renderer",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-native-fb-8a3c5e1a-20250410"
|
||||
reconcilerVersion: "19.2.0-native-fb-961b625a-20250411"
|
||||
};
|
||||
null !== extraDevToolsConfig &&
|
||||
(internals.rendererConfig = extraDevToolsConfig);
|
||||
|
||||
+3
-3
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<acb9a030d98584b8f8de5dc65e6a1315>>
|
||||
* @generated SignedSource<<81c19a9b6bb765491e606950c7ea7e2b>>
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
@@ -10939,10 +10939,10 @@ batchedUpdatesImpl = function (fn, a) {
|
||||
var roots = new Map(),
|
||||
internals$jscomp$inline_1223 = {
|
||||
bundleType: 0,
|
||||
version: "19.2.0-native-fb-8a3c5e1a-20250410",
|
||||
version: "19.2.0-native-fb-961b625a-20250411",
|
||||
rendererPackageName: "react-native-renderer",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-native-fb-8a3c5e1a-20250410"
|
||||
reconcilerVersion: "19.2.0-native-fb-961b625a-20250411"
|
||||
};
|
||||
null !== extraDevToolsConfig &&
|
||||
(internals$jscomp$inline_1223.rendererConfig = extraDevToolsConfig);
|
||||
|
||||
+3
-3
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<03569fbfb7002a8302822b400d3b57b2>>
|
||||
* @generated SignedSource<<0027e2312bdcf6334ed7153292275aa9>>
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
@@ -11631,10 +11631,10 @@ batchedUpdatesImpl = function (fn, a) {
|
||||
var roots = new Map(),
|
||||
internals$jscomp$inline_1318 = {
|
||||
bundleType: 0,
|
||||
version: "19.2.0-native-fb-8a3c5e1a-20250410",
|
||||
version: "19.2.0-native-fb-961b625a-20250411",
|
||||
rendererPackageName: "react-native-renderer",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-native-fb-8a3c5e1a-20250410"
|
||||
reconcilerVersion: "19.2.0-native-fb-961b625a-20250411"
|
||||
};
|
||||
null !== extraDevToolsConfig &&
|
||||
(internals$jscomp$inline_1318.rendererConfig = extraDevToolsConfig);
|
||||
|
||||
+5
-5
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<a94358ac6ed0e26e9216c3f70c424ec2>>
|
||||
* @generated SignedSource<<ccc77506c7bf8e1cff370720d00a9998>>
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
@@ -17320,11 +17320,11 @@ __DEV__ &&
|
||||
shouldSuspendImpl = newShouldSuspendImpl;
|
||||
};
|
||||
var isomorphicReactPackageVersion = React.version;
|
||||
if ("19.2.0-native-fb-8a3c5e1a-20250410" !== isomorphicReactPackageVersion)
|
||||
if ("19.2.0-native-fb-961b625a-20250411" !== 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-8a3c5e1a-20250410\nLearn more: https://react.dev/warnings/version-mismatch")
|
||||
"\n - react-native-renderer: 19.2.0-native-fb-961b625a-20250411\nLearn more: https://react.dev/warnings/version-mismatch")
|
||||
);
|
||||
if (
|
||||
"function" !==
|
||||
@@ -17350,10 +17350,10 @@ __DEV__ &&
|
||||
(function () {
|
||||
var internals = {
|
||||
bundleType: 1,
|
||||
version: "19.2.0-native-fb-8a3c5e1a-20250410",
|
||||
version: "19.2.0-native-fb-961b625a-20250411",
|
||||
rendererPackageName: "react-native-renderer",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-native-fb-8a3c5e1a-20250410"
|
||||
reconcilerVersion: "19.2.0-native-fb-961b625a-20250411"
|
||||
};
|
||||
null !== extraDevToolsConfig &&
|
||||
(internals.rendererConfig = extraDevToolsConfig);
|
||||
|
||||
+5
-5
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<2e0ff7190cbec45539b38ccbd4d100cb>>
|
||||
* @generated SignedSource<<631f28ea9260293160b9c75d642f8dcf>>
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
@@ -11029,11 +11029,11 @@ function updateContainer(element, container, parentComponent, callback) {
|
||||
return lane;
|
||||
}
|
||||
var isomorphicReactPackageVersion = React.version;
|
||||
if ("19.2.0-native-fb-8a3c5e1a-20250410" !== isomorphicReactPackageVersion)
|
||||
if ("19.2.0-native-fb-961b625a-20250411" !== 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-8a3c5e1a-20250410\nLearn more: https://react.dev/warnings/version-mismatch")
|
||||
"\n - react-native-renderer: 19.2.0-native-fb-961b625a-20250411\nLearn more: https://react.dev/warnings/version-mismatch")
|
||||
);
|
||||
if (
|
||||
"function" !==
|
||||
@@ -11082,10 +11082,10 @@ batchedUpdatesImpl = function (fn, a) {
|
||||
var roots = new Map(),
|
||||
internals$jscomp$inline_1286 = {
|
||||
bundleType: 0,
|
||||
version: "19.2.0-native-fb-8a3c5e1a-20250410",
|
||||
version: "19.2.0-native-fb-961b625a-20250411",
|
||||
rendererPackageName: "react-native-renderer",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-native-fb-8a3c5e1a-20250410"
|
||||
reconcilerVersion: "19.2.0-native-fb-961b625a-20250411"
|
||||
};
|
||||
null !== extraDevToolsConfig &&
|
||||
(internals$jscomp$inline_1286.rendererConfig = extraDevToolsConfig);
|
||||
|
||||
+5
-5
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<1849d0367eda56d5f65d8075b024e23c>>
|
||||
* @generated SignedSource<<1b27e95135f030699be3face7fca23cc>>
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
@@ -11719,11 +11719,11 @@ function updateContainer(element, container, parentComponent, callback) {
|
||||
return lane;
|
||||
}
|
||||
var isomorphicReactPackageVersion = React.version;
|
||||
if ("19.2.0-native-fb-8a3c5e1a-20250410" !== isomorphicReactPackageVersion)
|
||||
if ("19.2.0-native-fb-961b625a-20250411" !== 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-8a3c5e1a-20250410\nLearn more: https://react.dev/warnings/version-mismatch")
|
||||
"\n - react-native-renderer: 19.2.0-native-fb-961b625a-20250411\nLearn more: https://react.dev/warnings/version-mismatch")
|
||||
);
|
||||
if (
|
||||
"function" !==
|
||||
@@ -11772,10 +11772,10 @@ batchedUpdatesImpl = function (fn, a) {
|
||||
var roots = new Map(),
|
||||
internals$jscomp$inline_1381 = {
|
||||
bundleType: 0,
|
||||
version: "19.2.0-native-fb-8a3c5e1a-20250410",
|
||||
version: "19.2.0-native-fb-961b625a-20250411",
|
||||
rendererPackageName: "react-native-renderer",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-native-fb-8a3c5e1a-20250410"
|
||||
reconcilerVersion: "19.2.0-native-fb-961b625a-20250411"
|
||||
};
|
||||
null !== extraDevToolsConfig &&
|
||||
(internals$jscomp$inline_1381.rendererConfig = extraDevToolsConfig);
|
||||
|
||||
Reference in New Issue
Block a user