mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Workaround against display: inline bug in Safari (#32822)
Safari has a bug where if you put a block element inside an inline
element and the inline element has a `view-transition-name` assigned it
finds it as duplicate names.
https://bugs.webkit.org/show_bug.cgi?id=290923
This adds a warning if we detect this scenario in dev mode.
For the case where it renders into a single block, we can model this by
making the parent either `block` or `inline-block` automatically to fix
the issue. So we do that to automatically cover simple cases like
`<a><div>...</div></a>`. This unfortunately causes layout/styling thrash
so we might want to delete it once the bug has been fixed in enough
Safari versions.
DiffTrain build for [365c031fd2](https://github.com/facebook/react/commit/365c031fd2354e94248ed9390f13fe2975b994f6)
This commit is contained in:
@@ -1 +1 @@
|
||||
19.2.0-native-fb-6a7650c7-20250405
|
||||
19.2.0-native-fb-365c031f-20250407
|
||||
Vendored
+2
-2
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<ea8e5d8de6f333cf51feb72e49979c05>>
|
||||
* @generated SignedSource<<52edf16a687c4b18d61926b8b19f781f>>
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
@@ -404,5 +404,5 @@ __DEV__ &&
|
||||
exports.useFormStatus = function () {
|
||||
return resolveDispatcher().useHostTransitionStatus();
|
||||
};
|
||||
exports.version = "19.2.0-native-fb-6a7650c7-20250405";
|
||||
exports.version = "19.2.0-native-fb-365c031f-20250407";
|
||||
})();
|
||||
|
||||
Vendored
+2
-2
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<3837e61bda649f4f83575a3fa138f9bc>>
|
||||
* @generated SignedSource<<482aa6006d06f863c931cecf924f85f2>>
|
||||
*/
|
||||
|
||||
"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-6a7650c7-20250405";
|
||||
exports.version = "19.2.0-native-fb-365c031f-20250407";
|
||||
|
||||
Vendored
+2
-2
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<3837e61bda649f4f83575a3fa138f9bc>>
|
||||
* @generated SignedSource<<482aa6006d06f863c931cecf924f85f2>>
|
||||
*/
|
||||
|
||||
"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-6a7650c7-20250405";
|
||||
exports.version = "19.2.0-native-fb-365c031f-20250407";
|
||||
|
||||
Vendored
+167
-167
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<6b3efa4806855987b64a7317b4a298cd>>
|
||||
* @generated SignedSource<<cd88158c23e6b17b0bc222c6974257bc>>
|
||||
*/
|
||||
|
||||
/*
|
||||
@@ -9902,32 +9902,32 @@ __DEV__ &&
|
||||
return current;
|
||||
}
|
||||
function updateSuspenseComponent(current, workInProgress, renderLanes) {
|
||||
var JSCompiler_object_inline_digest_2412;
|
||||
var JSCompiler_object_inline_stack_2413 = workInProgress.pendingProps;
|
||||
var JSCompiler_object_inline_digest_2430;
|
||||
var JSCompiler_object_inline_stack_2431 = workInProgress.pendingProps;
|
||||
shouldSuspendImpl(workInProgress) && (workInProgress.flags |= 128);
|
||||
var JSCompiler_object_inline_componentStack_2414 = !1;
|
||||
var JSCompiler_object_inline_componentStack_2432 = !1;
|
||||
var didSuspend = 0 !== (workInProgress.flags & 128);
|
||||
(JSCompiler_object_inline_digest_2412 = didSuspend) ||
|
||||
(JSCompiler_object_inline_digest_2412 =
|
||||
(JSCompiler_object_inline_digest_2430 = didSuspend) ||
|
||||
(JSCompiler_object_inline_digest_2430 =
|
||||
null !== current && null === current.memoizedState
|
||||
? !1
|
||||
: 0 !== (suspenseStackCursor.current & ForceSuspenseFallback));
|
||||
JSCompiler_object_inline_digest_2412 &&
|
||||
((JSCompiler_object_inline_componentStack_2414 = !0),
|
||||
JSCompiler_object_inline_digest_2430 &&
|
||||
((JSCompiler_object_inline_componentStack_2432 = !0),
|
||||
(workInProgress.flags &= -129));
|
||||
JSCompiler_object_inline_digest_2412 = 0 !== (workInProgress.flags & 32);
|
||||
JSCompiler_object_inline_digest_2430 = 0 !== (workInProgress.flags & 32);
|
||||
workInProgress.flags &= -33;
|
||||
if (null === current) {
|
||||
if (isHydrating) {
|
||||
JSCompiler_object_inline_componentStack_2414
|
||||
JSCompiler_object_inline_componentStack_2432
|
||||
? pushPrimaryTreeSuspenseHandler(workInProgress)
|
||||
: reuseSuspenseHandlerOnStack(workInProgress);
|
||||
if (isHydrating) {
|
||||
var JSCompiler_object_inline_message_2411 = nextHydratableInstance;
|
||||
var JSCompiler_object_inline_message_2429 = nextHydratableInstance;
|
||||
var JSCompiler_temp;
|
||||
if (!(JSCompiler_temp = !JSCompiler_object_inline_message_2411)) {
|
||||
if (!(JSCompiler_temp = !JSCompiler_object_inline_message_2429)) {
|
||||
c: {
|
||||
var instance = JSCompiler_object_inline_message_2411;
|
||||
var instance = JSCompiler_object_inline_message_2429;
|
||||
for (
|
||||
JSCompiler_temp = rootOrSingletonContext;
|
||||
8 !== instance.nodeType;
|
||||
@@ -9969,89 +9969,89 @@ __DEV__ &&
|
||||
JSCompiler_temp &&
|
||||
(warnNonHydratedInstance(
|
||||
workInProgress,
|
||||
JSCompiler_object_inline_message_2411
|
||||
JSCompiler_object_inline_message_2429
|
||||
),
|
||||
throwOnHydrationMismatch(workInProgress));
|
||||
}
|
||||
JSCompiler_object_inline_message_2411 = workInProgress.memoizedState;
|
||||
JSCompiler_object_inline_message_2429 = workInProgress.memoizedState;
|
||||
if (
|
||||
null !== JSCompiler_object_inline_message_2411 &&
|
||||
((JSCompiler_object_inline_message_2411 =
|
||||
JSCompiler_object_inline_message_2411.dehydrated),
|
||||
null !== JSCompiler_object_inline_message_2411)
|
||||
null !== JSCompiler_object_inline_message_2429 &&
|
||||
((JSCompiler_object_inline_message_2429 =
|
||||
JSCompiler_object_inline_message_2429.dehydrated),
|
||||
null !== JSCompiler_object_inline_message_2429)
|
||||
)
|
||||
return (
|
||||
isSuspenseInstanceFallback(JSCompiler_object_inline_message_2411)
|
||||
isSuspenseInstanceFallback(JSCompiler_object_inline_message_2429)
|
||||
? (workInProgress.lanes = 32)
|
||||
: (workInProgress.lanes = 536870912),
|
||||
null
|
||||
);
|
||||
popSuspenseHandler(workInProgress);
|
||||
}
|
||||
JSCompiler_object_inline_message_2411 =
|
||||
JSCompiler_object_inline_stack_2413.children;
|
||||
JSCompiler_temp = JSCompiler_object_inline_stack_2413.fallback;
|
||||
if (JSCompiler_object_inline_componentStack_2414)
|
||||
JSCompiler_object_inline_message_2429 =
|
||||
JSCompiler_object_inline_stack_2431.children;
|
||||
JSCompiler_temp = JSCompiler_object_inline_stack_2431.fallback;
|
||||
if (JSCompiler_object_inline_componentStack_2432)
|
||||
return (
|
||||
reuseSuspenseHandlerOnStack(workInProgress),
|
||||
(JSCompiler_object_inline_stack_2413 =
|
||||
(JSCompiler_object_inline_stack_2431 =
|
||||
mountSuspenseFallbackChildren(
|
||||
workInProgress,
|
||||
JSCompiler_object_inline_message_2411,
|
||||
JSCompiler_object_inline_message_2429,
|
||||
JSCompiler_temp,
|
||||
renderLanes
|
||||
)),
|
||||
(JSCompiler_object_inline_componentStack_2414 =
|
||||
(JSCompiler_object_inline_componentStack_2432 =
|
||||
workInProgress.child),
|
||||
(JSCompiler_object_inline_componentStack_2414.memoizedState =
|
||||
(JSCompiler_object_inline_componentStack_2432.memoizedState =
|
||||
mountSuspenseOffscreenState(renderLanes)),
|
||||
(JSCompiler_object_inline_componentStack_2414.childLanes =
|
||||
(JSCompiler_object_inline_componentStack_2432.childLanes =
|
||||
getRemainingWorkInPrimaryTree(
|
||||
current,
|
||||
JSCompiler_object_inline_digest_2412,
|
||||
JSCompiler_object_inline_digest_2430,
|
||||
renderLanes
|
||||
)),
|
||||
(workInProgress.memoizedState = SUSPENDED_MARKER),
|
||||
JSCompiler_object_inline_stack_2413
|
||||
JSCompiler_object_inline_stack_2431
|
||||
);
|
||||
if (
|
||||
"number" ===
|
||||
typeof JSCompiler_object_inline_stack_2413.unstable_expectedLoadTime
|
||||
typeof JSCompiler_object_inline_stack_2431.unstable_expectedLoadTime
|
||||
)
|
||||
return (
|
||||
reuseSuspenseHandlerOnStack(workInProgress),
|
||||
(JSCompiler_object_inline_stack_2413 =
|
||||
(JSCompiler_object_inline_stack_2431 =
|
||||
mountSuspenseFallbackChildren(
|
||||
workInProgress,
|
||||
JSCompiler_object_inline_message_2411,
|
||||
JSCompiler_object_inline_message_2429,
|
||||
JSCompiler_temp,
|
||||
renderLanes
|
||||
)),
|
||||
(JSCompiler_object_inline_componentStack_2414 =
|
||||
(JSCompiler_object_inline_componentStack_2432 =
|
||||
workInProgress.child),
|
||||
(JSCompiler_object_inline_componentStack_2414.memoizedState =
|
||||
(JSCompiler_object_inline_componentStack_2432.memoizedState =
|
||||
mountSuspenseOffscreenState(renderLanes)),
|
||||
(JSCompiler_object_inline_componentStack_2414.childLanes =
|
||||
(JSCompiler_object_inline_componentStack_2432.childLanes =
|
||||
getRemainingWorkInPrimaryTree(
|
||||
current,
|
||||
JSCompiler_object_inline_digest_2412,
|
||||
JSCompiler_object_inline_digest_2430,
|
||||
renderLanes
|
||||
)),
|
||||
(workInProgress.memoizedState = SUSPENDED_MARKER),
|
||||
(workInProgress.lanes = 4194304),
|
||||
JSCompiler_object_inline_stack_2413
|
||||
JSCompiler_object_inline_stack_2431
|
||||
);
|
||||
pushPrimaryTreeSuspenseHandler(workInProgress);
|
||||
return mountSuspensePrimaryChildren(
|
||||
workInProgress,
|
||||
JSCompiler_object_inline_message_2411
|
||||
JSCompiler_object_inline_message_2429
|
||||
);
|
||||
}
|
||||
var prevState = current.memoizedState;
|
||||
if (
|
||||
null !== prevState &&
|
||||
((JSCompiler_object_inline_message_2411 = prevState.dehydrated),
|
||||
null !== JSCompiler_object_inline_message_2411)
|
||||
((JSCompiler_object_inline_message_2429 = prevState.dehydrated),
|
||||
null !== JSCompiler_object_inline_message_2429)
|
||||
) {
|
||||
if (didSuspend)
|
||||
workInProgress.flags & 256
|
||||
@@ -10068,31 +10068,31 @@ __DEV__ &&
|
||||
(workInProgress.flags |= 128),
|
||||
(workInProgress = null))
|
||||
: (reuseSuspenseHandlerOnStack(workInProgress),
|
||||
(JSCompiler_object_inline_componentStack_2414 =
|
||||
JSCompiler_object_inline_stack_2413.fallback),
|
||||
(JSCompiler_object_inline_message_2411 = workInProgress.mode),
|
||||
(JSCompiler_object_inline_stack_2413 =
|
||||
(JSCompiler_object_inline_componentStack_2432 =
|
||||
JSCompiler_object_inline_stack_2431.fallback),
|
||||
(JSCompiler_object_inline_message_2429 = workInProgress.mode),
|
||||
(JSCompiler_object_inline_stack_2431 =
|
||||
mountWorkInProgressOffscreenFiber(
|
||||
{
|
||||
mode: "visible",
|
||||
children: JSCompiler_object_inline_stack_2413.children
|
||||
children: JSCompiler_object_inline_stack_2431.children
|
||||
},
|
||||
JSCompiler_object_inline_message_2411
|
||||
JSCompiler_object_inline_message_2429
|
||||
)),
|
||||
(JSCompiler_object_inline_componentStack_2414 =
|
||||
(JSCompiler_object_inline_componentStack_2432 =
|
||||
createFiberFromFragment(
|
||||
JSCompiler_object_inline_componentStack_2414,
|
||||
JSCompiler_object_inline_message_2411,
|
||||
JSCompiler_object_inline_componentStack_2432,
|
||||
JSCompiler_object_inline_message_2429,
|
||||
renderLanes,
|
||||
null
|
||||
)),
|
||||
(JSCompiler_object_inline_componentStack_2414.flags |= 2),
|
||||
(JSCompiler_object_inline_stack_2413.return = workInProgress),
|
||||
(JSCompiler_object_inline_componentStack_2414.return =
|
||||
(JSCompiler_object_inline_componentStack_2432.flags |= 2),
|
||||
(JSCompiler_object_inline_stack_2431.return = workInProgress),
|
||||
(JSCompiler_object_inline_componentStack_2432.return =
|
||||
workInProgress),
|
||||
(JSCompiler_object_inline_stack_2413.sibling =
|
||||
JSCompiler_object_inline_componentStack_2414),
|
||||
(workInProgress.child = JSCompiler_object_inline_stack_2413),
|
||||
(JSCompiler_object_inline_stack_2431.sibling =
|
||||
JSCompiler_object_inline_componentStack_2432),
|
||||
(workInProgress.child = JSCompiler_object_inline_stack_2431),
|
||||
(workInProgress.mode & ConcurrentMode) !== NoMode &&
|
||||
reconcileChildFibers(
|
||||
workInProgress,
|
||||
@@ -10100,63 +10100,63 @@ __DEV__ &&
|
||||
null,
|
||||
renderLanes
|
||||
),
|
||||
(JSCompiler_object_inline_stack_2413 = workInProgress.child),
|
||||
(JSCompiler_object_inline_stack_2413.memoizedState =
|
||||
(JSCompiler_object_inline_stack_2431 = workInProgress.child),
|
||||
(JSCompiler_object_inline_stack_2431.memoizedState =
|
||||
mountSuspenseOffscreenState(renderLanes)),
|
||||
(JSCompiler_object_inline_stack_2413.childLanes =
|
||||
(JSCompiler_object_inline_stack_2431.childLanes =
|
||||
getRemainingWorkInPrimaryTree(
|
||||
current,
|
||||
JSCompiler_object_inline_digest_2412,
|
||||
JSCompiler_object_inline_digest_2430,
|
||||
renderLanes
|
||||
)),
|
||||
(workInProgress.memoizedState = SUSPENDED_MARKER),
|
||||
(workInProgress =
|
||||
JSCompiler_object_inline_componentStack_2414));
|
||||
JSCompiler_object_inline_componentStack_2432));
|
||||
else if (
|
||||
(pushPrimaryTreeSuspenseHandler(workInProgress),
|
||||
isHydrating &&
|
||||
console.error(
|
||||
"We should not be hydrating here. This is a bug in React. Please file a bug."
|
||||
),
|
||||
isSuspenseInstanceFallback(JSCompiler_object_inline_message_2411))
|
||||
isSuspenseInstanceFallback(JSCompiler_object_inline_message_2429))
|
||||
) {
|
||||
JSCompiler_object_inline_digest_2412 =
|
||||
JSCompiler_object_inline_message_2411.nextSibling &&
|
||||
JSCompiler_object_inline_message_2411.nextSibling.dataset;
|
||||
if (JSCompiler_object_inline_digest_2412) {
|
||||
JSCompiler_temp = JSCompiler_object_inline_digest_2412.dgst;
|
||||
var message = JSCompiler_object_inline_digest_2412.msg;
|
||||
instance = JSCompiler_object_inline_digest_2412.stck;
|
||||
var componentStack = JSCompiler_object_inline_digest_2412.cstck;
|
||||
JSCompiler_object_inline_digest_2430 =
|
||||
JSCompiler_object_inline_message_2429.nextSibling &&
|
||||
JSCompiler_object_inline_message_2429.nextSibling.dataset;
|
||||
if (JSCompiler_object_inline_digest_2430) {
|
||||
JSCompiler_temp = JSCompiler_object_inline_digest_2430.dgst;
|
||||
var message = JSCompiler_object_inline_digest_2430.msg;
|
||||
instance = JSCompiler_object_inline_digest_2430.stck;
|
||||
var componentStack = JSCompiler_object_inline_digest_2430.cstck;
|
||||
}
|
||||
JSCompiler_object_inline_message_2411 = message;
|
||||
JSCompiler_object_inline_digest_2412 = JSCompiler_temp;
|
||||
JSCompiler_object_inline_stack_2413 = instance;
|
||||
JSCompiler_temp = JSCompiler_object_inline_componentStack_2414 =
|
||||
JSCompiler_object_inline_message_2429 = message;
|
||||
JSCompiler_object_inline_digest_2430 = JSCompiler_temp;
|
||||
JSCompiler_object_inline_stack_2431 = instance;
|
||||
JSCompiler_temp = JSCompiler_object_inline_componentStack_2432 =
|
||||
componentStack;
|
||||
JSCompiler_object_inline_componentStack_2414 =
|
||||
JSCompiler_object_inline_message_2411
|
||||
? Error(JSCompiler_object_inline_message_2411)
|
||||
JSCompiler_object_inline_componentStack_2432 =
|
||||
JSCompiler_object_inline_message_2429
|
||||
? Error(JSCompiler_object_inline_message_2429)
|
||||
: 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_2414.stack =
|
||||
JSCompiler_object_inline_stack_2413 || "";
|
||||
JSCompiler_object_inline_componentStack_2414.digest =
|
||||
JSCompiler_object_inline_digest_2412;
|
||||
JSCompiler_object_inline_digest_2412 =
|
||||
JSCompiler_object_inline_componentStack_2432.stack =
|
||||
JSCompiler_object_inline_stack_2431 || "";
|
||||
JSCompiler_object_inline_componentStack_2432.digest =
|
||||
JSCompiler_object_inline_digest_2430;
|
||||
JSCompiler_object_inline_digest_2430 =
|
||||
void 0 === JSCompiler_temp ? null : JSCompiler_temp;
|
||||
JSCompiler_object_inline_stack_2413 = {
|
||||
value: JSCompiler_object_inline_componentStack_2414,
|
||||
JSCompiler_object_inline_stack_2431 = {
|
||||
value: JSCompiler_object_inline_componentStack_2432,
|
||||
source: null,
|
||||
stack: JSCompiler_object_inline_digest_2412
|
||||
stack: JSCompiler_object_inline_digest_2430
|
||||
};
|
||||
"string" === typeof JSCompiler_object_inline_digest_2412 &&
|
||||
"string" === typeof JSCompiler_object_inline_digest_2430 &&
|
||||
CapturedStacks.set(
|
||||
JSCompiler_object_inline_componentStack_2414,
|
||||
JSCompiler_object_inline_stack_2413
|
||||
JSCompiler_object_inline_componentStack_2432,
|
||||
JSCompiler_object_inline_stack_2431
|
||||
);
|
||||
queueHydrationError(JSCompiler_object_inline_stack_2413);
|
||||
queueHydrationError(JSCompiler_object_inline_stack_2431);
|
||||
workInProgress = retrySuspenseComponentWithoutHydrating(
|
||||
current,
|
||||
workInProgress,
|
||||
@@ -10170,44 +10170,44 @@ __DEV__ &&
|
||||
renderLanes,
|
||||
!1
|
||||
),
|
||||
(JSCompiler_object_inline_digest_2412 =
|
||||
(JSCompiler_object_inline_digest_2430 =
|
||||
0 !== (renderLanes & current.childLanes)),
|
||||
didReceiveUpdate || JSCompiler_object_inline_digest_2412)
|
||||
didReceiveUpdate || JSCompiler_object_inline_digest_2430)
|
||||
) {
|
||||
JSCompiler_object_inline_digest_2412 = workInProgressRoot;
|
||||
JSCompiler_object_inline_digest_2430 = workInProgressRoot;
|
||||
if (
|
||||
null !== JSCompiler_object_inline_digest_2412 &&
|
||||
((JSCompiler_object_inline_stack_2413 = renderLanes & -renderLanes),
|
||||
(JSCompiler_object_inline_stack_2413 =
|
||||
0 !== (JSCompiler_object_inline_stack_2413 & 42)
|
||||
null !== JSCompiler_object_inline_digest_2430 &&
|
||||
((JSCompiler_object_inline_stack_2431 = renderLanes & -renderLanes),
|
||||
(JSCompiler_object_inline_stack_2431 =
|
||||
0 !== (JSCompiler_object_inline_stack_2431 & 42)
|
||||
? 1
|
||||
: getBumpedLaneForHydrationByLane(
|
||||
JSCompiler_object_inline_stack_2413
|
||||
JSCompiler_object_inline_stack_2431
|
||||
)),
|
||||
(JSCompiler_object_inline_stack_2413 =
|
||||
(JSCompiler_object_inline_stack_2431 =
|
||||
0 !==
|
||||
(JSCompiler_object_inline_stack_2413 &
|
||||
(JSCompiler_object_inline_digest_2412.suspendedLanes |
|
||||
(JSCompiler_object_inline_stack_2431 &
|
||||
(JSCompiler_object_inline_digest_2430.suspendedLanes |
|
||||
renderLanes))
|
||||
? 0
|
||||
: JSCompiler_object_inline_stack_2413),
|
||||
0 !== JSCompiler_object_inline_stack_2413 &&
|
||||
JSCompiler_object_inline_stack_2413 !== prevState.retryLane)
|
||||
: JSCompiler_object_inline_stack_2431),
|
||||
0 !== JSCompiler_object_inline_stack_2431 &&
|
||||
JSCompiler_object_inline_stack_2431 !== prevState.retryLane)
|
||||
)
|
||||
throw (
|
||||
((prevState.retryLane = JSCompiler_object_inline_stack_2413),
|
||||
((prevState.retryLane = JSCompiler_object_inline_stack_2431),
|
||||
enqueueConcurrentRenderForLane(
|
||||
current,
|
||||
JSCompiler_object_inline_stack_2413
|
||||
JSCompiler_object_inline_stack_2431
|
||||
),
|
||||
scheduleUpdateOnFiber(
|
||||
JSCompiler_object_inline_digest_2412,
|
||||
JSCompiler_object_inline_digest_2430,
|
||||
current,
|
||||
JSCompiler_object_inline_stack_2413
|
||||
JSCompiler_object_inline_stack_2431
|
||||
),
|
||||
SelectiveHydrationException)
|
||||
);
|
||||
JSCompiler_object_inline_message_2411.data ===
|
||||
JSCompiler_object_inline_message_2429.data ===
|
||||
SUSPENSE_PENDING_START_DATA || renderDidSuspendDelayIfPossible();
|
||||
workInProgress = retrySuspenseComponentWithoutHydrating(
|
||||
current,
|
||||
@@ -10215,14 +10215,14 @@ __DEV__ &&
|
||||
renderLanes
|
||||
);
|
||||
} else
|
||||
JSCompiler_object_inline_message_2411.data ===
|
||||
JSCompiler_object_inline_message_2429.data ===
|
||||
SUSPENSE_PENDING_START_DATA
|
||||
? ((workInProgress.flags |= 192),
|
||||
(workInProgress.child = current.child),
|
||||
(workInProgress = null))
|
||||
: ((renderLanes = prevState.treeContext),
|
||||
(nextHydratableInstance = getNextHydratable(
|
||||
JSCompiler_object_inline_message_2411.nextSibling
|
||||
JSCompiler_object_inline_message_2429.nextSibling
|
||||
)),
|
||||
(hydrationParentFiber = workInProgress),
|
||||
(isHydrating = !0),
|
||||
@@ -10240,72 +10240,72 @@ __DEV__ &&
|
||||
(treeContextProvider = workInProgress)),
|
||||
(workInProgress = mountSuspensePrimaryChildren(
|
||||
workInProgress,
|
||||
JSCompiler_object_inline_stack_2413.children
|
||||
JSCompiler_object_inline_stack_2431.children
|
||||
)),
|
||||
(workInProgress.flags |= 4096));
|
||||
return workInProgress;
|
||||
}
|
||||
if (JSCompiler_object_inline_componentStack_2414)
|
||||
if (JSCompiler_object_inline_componentStack_2432)
|
||||
return (
|
||||
reuseSuspenseHandlerOnStack(workInProgress),
|
||||
(JSCompiler_object_inline_componentStack_2414 =
|
||||
JSCompiler_object_inline_stack_2413.fallback),
|
||||
(JSCompiler_object_inline_message_2411 = workInProgress.mode),
|
||||
(JSCompiler_object_inline_componentStack_2432 =
|
||||
JSCompiler_object_inline_stack_2431.fallback),
|
||||
(JSCompiler_object_inline_message_2429 = workInProgress.mode),
|
||||
(JSCompiler_temp = current.child),
|
||||
(instance = JSCompiler_temp.sibling),
|
||||
(componentStack = {
|
||||
mode: "hidden",
|
||||
children: JSCompiler_object_inline_stack_2413.children
|
||||
children: JSCompiler_object_inline_stack_2431.children
|
||||
}),
|
||||
(JSCompiler_object_inline_message_2411 & ConcurrentMode) === NoMode &&
|
||||
(JSCompiler_object_inline_message_2429 & ConcurrentMode) === NoMode &&
|
||||
workInProgress.child !== JSCompiler_temp
|
||||
? ((JSCompiler_object_inline_stack_2413 = workInProgress.child),
|
||||
(JSCompiler_object_inline_stack_2413.childLanes = 0),
|
||||
(JSCompiler_object_inline_stack_2413.pendingProps =
|
||||
? ((JSCompiler_object_inline_stack_2431 = workInProgress.child),
|
||||
(JSCompiler_object_inline_stack_2431.childLanes = 0),
|
||||
(JSCompiler_object_inline_stack_2431.pendingProps =
|
||||
componentStack),
|
||||
workInProgress.mode & ProfileMode &&
|
||||
((JSCompiler_object_inline_stack_2413.actualDuration = -0),
|
||||
(JSCompiler_object_inline_stack_2413.actualStartTime = -1.1),
|
||||
(JSCompiler_object_inline_stack_2413.selfBaseDuration =
|
||||
((JSCompiler_object_inline_stack_2431.actualDuration = -0),
|
||||
(JSCompiler_object_inline_stack_2431.actualStartTime = -1.1),
|
||||
(JSCompiler_object_inline_stack_2431.selfBaseDuration =
|
||||
JSCompiler_temp.selfBaseDuration),
|
||||
(JSCompiler_object_inline_stack_2413.treeBaseDuration =
|
||||
(JSCompiler_object_inline_stack_2431.treeBaseDuration =
|
||||
JSCompiler_temp.treeBaseDuration)),
|
||||
(workInProgress.deletions = null))
|
||||
: ((JSCompiler_object_inline_stack_2413 = createWorkInProgress(
|
||||
: ((JSCompiler_object_inline_stack_2431 = createWorkInProgress(
|
||||
JSCompiler_temp,
|
||||
componentStack
|
||||
)),
|
||||
(JSCompiler_object_inline_stack_2413.subtreeFlags =
|
||||
(JSCompiler_object_inline_stack_2431.subtreeFlags =
|
||||
JSCompiler_temp.subtreeFlags & 65011712)),
|
||||
null !== instance
|
||||
? (JSCompiler_object_inline_componentStack_2414 =
|
||||
? (JSCompiler_object_inline_componentStack_2432 =
|
||||
createWorkInProgress(
|
||||
instance,
|
||||
JSCompiler_object_inline_componentStack_2414
|
||||
JSCompiler_object_inline_componentStack_2432
|
||||
))
|
||||
: ((JSCompiler_object_inline_componentStack_2414 =
|
||||
: ((JSCompiler_object_inline_componentStack_2432 =
|
||||
createFiberFromFragment(
|
||||
JSCompiler_object_inline_componentStack_2414,
|
||||
JSCompiler_object_inline_message_2411,
|
||||
JSCompiler_object_inline_componentStack_2432,
|
||||
JSCompiler_object_inline_message_2429,
|
||||
renderLanes,
|
||||
null
|
||||
)),
|
||||
(JSCompiler_object_inline_componentStack_2414.flags |= 2)),
|
||||
(JSCompiler_object_inline_componentStack_2414.return =
|
||||
(JSCompiler_object_inline_componentStack_2432.flags |= 2)),
|
||||
(JSCompiler_object_inline_componentStack_2432.return =
|
||||
workInProgress),
|
||||
(JSCompiler_object_inline_stack_2413.return = workInProgress),
|
||||
(JSCompiler_object_inline_stack_2413.sibling =
|
||||
JSCompiler_object_inline_componentStack_2414),
|
||||
(workInProgress.child = JSCompiler_object_inline_stack_2413),
|
||||
(JSCompiler_object_inline_stack_2413 =
|
||||
JSCompiler_object_inline_componentStack_2414),
|
||||
(JSCompiler_object_inline_componentStack_2414 = workInProgress.child),
|
||||
(JSCompiler_object_inline_message_2411 = current.child.memoizedState),
|
||||
null === JSCompiler_object_inline_message_2411
|
||||
? (JSCompiler_object_inline_message_2411 =
|
||||
(JSCompiler_object_inline_stack_2431.return = workInProgress),
|
||||
(JSCompiler_object_inline_stack_2431.sibling =
|
||||
JSCompiler_object_inline_componentStack_2432),
|
||||
(workInProgress.child = JSCompiler_object_inline_stack_2431),
|
||||
(JSCompiler_object_inline_stack_2431 =
|
||||
JSCompiler_object_inline_componentStack_2432),
|
||||
(JSCompiler_object_inline_componentStack_2432 = workInProgress.child),
|
||||
(JSCompiler_object_inline_message_2429 = current.child.memoizedState),
|
||||
null === JSCompiler_object_inline_message_2429
|
||||
? (JSCompiler_object_inline_message_2429 =
|
||||
mountSuspenseOffscreenState(renderLanes))
|
||||
: ((JSCompiler_temp =
|
||||
JSCompiler_object_inline_message_2411.cachePool),
|
||||
JSCompiler_object_inline_message_2429.cachePool),
|
||||
null !== JSCompiler_temp
|
||||
? ((instance = CacheContext._currentValue),
|
||||
(JSCompiler_temp =
|
||||
@@ -10313,45 +10313,45 @@ __DEV__ &&
|
||||
? { parent: instance, pool: instance }
|
||||
: JSCompiler_temp))
|
||||
: (JSCompiler_temp = getSuspendedCache()),
|
||||
(JSCompiler_object_inline_message_2411 = {
|
||||
(JSCompiler_object_inline_message_2429 = {
|
||||
baseLanes:
|
||||
JSCompiler_object_inline_message_2411.baseLanes | renderLanes,
|
||||
JSCompiler_object_inline_message_2429.baseLanes | renderLanes,
|
||||
cachePool: JSCompiler_temp
|
||||
})),
|
||||
(JSCompiler_object_inline_componentStack_2414.memoizedState =
|
||||
JSCompiler_object_inline_message_2411),
|
||||
(JSCompiler_object_inline_componentStack_2414.childLanes =
|
||||
(JSCompiler_object_inline_componentStack_2432.memoizedState =
|
||||
JSCompiler_object_inline_message_2429),
|
||||
(JSCompiler_object_inline_componentStack_2432.childLanes =
|
||||
getRemainingWorkInPrimaryTree(
|
||||
current,
|
||||
JSCompiler_object_inline_digest_2412,
|
||||
JSCompiler_object_inline_digest_2430,
|
||||
renderLanes
|
||||
)),
|
||||
(workInProgress.memoizedState = SUSPENDED_MARKER),
|
||||
JSCompiler_object_inline_stack_2413
|
||||
JSCompiler_object_inline_stack_2431
|
||||
);
|
||||
pushPrimaryTreeSuspenseHandler(workInProgress);
|
||||
JSCompiler_object_inline_digest_2412 = current.child;
|
||||
current = JSCompiler_object_inline_digest_2412.sibling;
|
||||
JSCompiler_object_inline_digest_2412 = createWorkInProgress(
|
||||
JSCompiler_object_inline_digest_2412,
|
||||
JSCompiler_object_inline_digest_2430 = current.child;
|
||||
current = JSCompiler_object_inline_digest_2430.sibling;
|
||||
JSCompiler_object_inline_digest_2430 = createWorkInProgress(
|
||||
JSCompiler_object_inline_digest_2430,
|
||||
{
|
||||
mode: "visible",
|
||||
children: JSCompiler_object_inline_stack_2413.children
|
||||
children: JSCompiler_object_inline_stack_2431.children
|
||||
}
|
||||
);
|
||||
(workInProgress.mode & ConcurrentMode) === NoMode &&
|
||||
(JSCompiler_object_inline_digest_2412.lanes = renderLanes);
|
||||
JSCompiler_object_inline_digest_2412.return = workInProgress;
|
||||
JSCompiler_object_inline_digest_2412.sibling = null;
|
||||
(JSCompiler_object_inline_digest_2430.lanes = renderLanes);
|
||||
JSCompiler_object_inline_digest_2430.return = workInProgress;
|
||||
JSCompiler_object_inline_digest_2430.sibling = null;
|
||||
null !== current &&
|
||||
((renderLanes = workInProgress.deletions),
|
||||
null === renderLanes
|
||||
? ((workInProgress.deletions = [current]),
|
||||
(workInProgress.flags |= 16))
|
||||
: renderLanes.push(current));
|
||||
workInProgress.child = JSCompiler_object_inline_digest_2412;
|
||||
workInProgress.child = JSCompiler_object_inline_digest_2430;
|
||||
workInProgress.memoizedState = null;
|
||||
return JSCompiler_object_inline_digest_2412;
|
||||
return JSCompiler_object_inline_digest_2430;
|
||||
}
|
||||
function mountSuspensePrimaryChildren(workInProgress, primaryChildren) {
|
||||
primaryChildren = mountWorkInProgressOffscreenFiber(
|
||||
@@ -25769,11 +25769,11 @@ __DEV__ &&
|
||||
};
|
||||
(function () {
|
||||
var isomorphicReactPackageVersion = React.version;
|
||||
if ("19.2.0-native-fb-6a7650c7-20250405" !== isomorphicReactPackageVersion)
|
||||
if ("19.2.0-native-fb-365c031f-20250407" !== 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-6a7650c7-20250405\nLearn more: https://react.dev/warnings/version-mismatch")
|
||||
"\n - react-dom: 19.2.0-native-fb-365c031f-20250407\nLearn more: https://react.dev/warnings/version-mismatch")
|
||||
);
|
||||
})();
|
||||
("function" === typeof Map &&
|
||||
@@ -25810,10 +25810,10 @@ __DEV__ &&
|
||||
!(function () {
|
||||
var internals = {
|
||||
bundleType: 1,
|
||||
version: "19.2.0-native-fb-6a7650c7-20250405",
|
||||
version: "19.2.0-native-fb-365c031f-20250407",
|
||||
rendererPackageName: "react-dom",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-native-fb-6a7650c7-20250405"
|
||||
reconcilerVersion: "19.2.0-native-fb-365c031f-20250407"
|
||||
};
|
||||
internals.overrideHookState = overrideHookState;
|
||||
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
|
||||
@@ -25957,5 +25957,5 @@ __DEV__ &&
|
||||
listenToAllSupportedEvents(container);
|
||||
return new ReactDOMHydrationRoot(initialChildren);
|
||||
};
|
||||
exports.version = "19.2.0-native-fb-6a7650c7-20250405";
|
||||
exports.version = "19.2.0-native-fb-365c031f-20250407";
|
||||
})();
|
||||
|
||||
compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOMClient-prod.js
Vendored
+54
-54
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<18d0107213b347f0b8d51a335717da4f>>
|
||||
* @generated SignedSource<<3d3a073564d0e01acb06ca8aa9d3f083>>
|
||||
*/
|
||||
|
||||
/*
|
||||
@@ -12399,20 +12399,20 @@ function debounceScrollEnd(targetInst, nativeEvent, nativeEventTarget) {
|
||||
(nativeEventTarget[internalScrollTimer] = targetInst));
|
||||
}
|
||||
for (
|
||||
var i$jscomp$inline_1535 = 0;
|
||||
i$jscomp$inline_1535 < simpleEventPluginEvents.length;
|
||||
i$jscomp$inline_1535++
|
||||
var i$jscomp$inline_1544 = 0;
|
||||
i$jscomp$inline_1544 < simpleEventPluginEvents.length;
|
||||
i$jscomp$inline_1544++
|
||||
) {
|
||||
var eventName$jscomp$inline_1536 =
|
||||
simpleEventPluginEvents[i$jscomp$inline_1535],
|
||||
domEventName$jscomp$inline_1537 =
|
||||
eventName$jscomp$inline_1536.toLowerCase(),
|
||||
capitalizedEvent$jscomp$inline_1538 =
|
||||
eventName$jscomp$inline_1536[0].toUpperCase() +
|
||||
eventName$jscomp$inline_1536.slice(1);
|
||||
var eventName$jscomp$inline_1545 =
|
||||
simpleEventPluginEvents[i$jscomp$inline_1544],
|
||||
domEventName$jscomp$inline_1546 =
|
||||
eventName$jscomp$inline_1545.toLowerCase(),
|
||||
capitalizedEvent$jscomp$inline_1547 =
|
||||
eventName$jscomp$inline_1545[0].toUpperCase() +
|
||||
eventName$jscomp$inline_1545.slice(1);
|
||||
registerSimpleEvent(
|
||||
domEventName$jscomp$inline_1537,
|
||||
"on" + capitalizedEvent$jscomp$inline_1538
|
||||
domEventName$jscomp$inline_1546,
|
||||
"on" + capitalizedEvent$jscomp$inline_1547
|
||||
);
|
||||
}
|
||||
registerSimpleEvent(ANIMATION_END, "onAnimationEnd");
|
||||
@@ -14776,26 +14776,26 @@ function getResource(type, currentProps, pendingProps, currentResource) {
|
||||
"string" === typeof pendingProps.precedence
|
||||
) {
|
||||
type = getStyleKey(pendingProps.href);
|
||||
var styles$256 = getResourcesFromRoot(
|
||||
var styles$257 = getResourcesFromRoot(
|
||||
JSCompiler_inline_result
|
||||
).hoistableStyles,
|
||||
resource$257 = styles$256.get(type);
|
||||
resource$257 ||
|
||||
resource$258 = styles$257.get(type);
|
||||
resource$258 ||
|
||||
((JSCompiler_inline_result =
|
||||
JSCompiler_inline_result.ownerDocument || JSCompiler_inline_result),
|
||||
(resource$257 = {
|
||||
(resource$258 = {
|
||||
type: "stylesheet",
|
||||
instance: null,
|
||||
count: 0,
|
||||
state: { loading: 0, preload: null }
|
||||
}),
|
||||
styles$256.set(type, resource$257),
|
||||
(styles$256 = JSCompiler_inline_result.querySelector(
|
||||
styles$257.set(type, resource$258),
|
||||
(styles$257 = JSCompiler_inline_result.querySelector(
|
||||
getStylesheetSelectorFromKey(type)
|
||||
)) &&
|
||||
!styles$256._p &&
|
||||
((resource$257.instance = styles$256),
|
||||
(resource$257.state.loading = 5)),
|
||||
!styles$257._p &&
|
||||
((resource$258.instance = styles$257),
|
||||
(resource$258.state.loading = 5)),
|
||||
preloadPropsMap.has(type) ||
|
||||
((pendingProps = {
|
||||
rel: "preload",
|
||||
@@ -14808,16 +14808,16 @@ function getResource(type, currentProps, pendingProps, currentResource) {
|
||||
referrerPolicy: pendingProps.referrerPolicy
|
||||
}),
|
||||
preloadPropsMap.set(type, pendingProps),
|
||||
styles$256 ||
|
||||
styles$257 ||
|
||||
preloadStylesheet(
|
||||
JSCompiler_inline_result,
|
||||
type,
|
||||
pendingProps,
|
||||
resource$257.state
|
||||
resource$258.state
|
||||
)));
|
||||
if (currentProps && null === currentResource)
|
||||
throw Error(formatProdErrorMessage(528, ""));
|
||||
return resource$257;
|
||||
return resource$258;
|
||||
}
|
||||
if (currentProps && null !== currentResource)
|
||||
throw Error(formatProdErrorMessage(529, ""));
|
||||
@@ -14914,37 +14914,37 @@ function acquireResource(hoistableRoot, resource, props) {
|
||||
return (resource.instance = instance);
|
||||
case "stylesheet":
|
||||
styleProps = getStyleKey(props.href);
|
||||
var instance$262 = hoistableRoot.querySelector(
|
||||
var instance$263 = hoistableRoot.querySelector(
|
||||
getStylesheetSelectorFromKey(styleProps)
|
||||
);
|
||||
if (instance$262)
|
||||
if (instance$263)
|
||||
return (
|
||||
(resource.state.loading |= 4),
|
||||
(resource.instance = instance$262),
|
||||
markNodeAsHoistable(instance$262),
|
||||
instance$262
|
||||
(resource.instance = instance$263),
|
||||
markNodeAsHoistable(instance$263),
|
||||
instance$263
|
||||
);
|
||||
instance = stylesheetPropsFromRawProps(props);
|
||||
(styleProps = preloadPropsMap.get(styleProps)) &&
|
||||
adoptPreloadPropsForStylesheet(instance, styleProps);
|
||||
instance$262 = (
|
||||
instance$263 = (
|
||||
hoistableRoot.ownerDocument || hoistableRoot
|
||||
).createElement("link");
|
||||
markNodeAsHoistable(instance$262);
|
||||
var linkInstance = instance$262;
|
||||
markNodeAsHoistable(instance$263);
|
||||
var linkInstance = instance$263;
|
||||
linkInstance._p = new Promise(function (resolve, reject) {
|
||||
linkInstance.onload = resolve;
|
||||
linkInstance.onerror = reject;
|
||||
});
|
||||
setInitialProperties(instance$262, "link", instance);
|
||||
setInitialProperties(instance$263, "link", instance);
|
||||
resource.state.loading |= 4;
|
||||
insertStylesheet(instance$262, props.precedence, hoistableRoot);
|
||||
return (resource.instance = instance$262);
|
||||
insertStylesheet(instance$263, props.precedence, hoistableRoot);
|
||||
return (resource.instance = instance$263);
|
||||
case "script":
|
||||
instance$262 = getScriptKey(props.src);
|
||||
instance$263 = getScriptKey(props.src);
|
||||
if (
|
||||
(styleProps = hoistableRoot.querySelector(
|
||||
getScriptSelectorFromKey(instance$262)
|
||||
getScriptSelectorFromKey(instance$263)
|
||||
))
|
||||
)
|
||||
return (
|
||||
@@ -14953,7 +14953,7 @@ function acquireResource(hoistableRoot, resource, props) {
|
||||
styleProps
|
||||
);
|
||||
instance = props;
|
||||
if ((styleProps = preloadPropsMap.get(instance$262)))
|
||||
if ((styleProps = preloadPropsMap.get(instance$263)))
|
||||
(instance = assign({}, props)),
|
||||
adoptPreloadPropsForScript(instance, styleProps);
|
||||
hoistableRoot = hoistableRoot.ownerDocument || hoistableRoot;
|
||||
@@ -16002,16 +16002,16 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
|
||||
0 === i && attemptExplicitHydrationTarget(target);
|
||||
}
|
||||
};
|
||||
var isomorphicReactPackageVersion$jscomp$inline_1789 = React.version;
|
||||
var isomorphicReactPackageVersion$jscomp$inline_1798 = React.version;
|
||||
if (
|
||||
"19.2.0-native-fb-6a7650c7-20250405" !==
|
||||
isomorphicReactPackageVersion$jscomp$inline_1789
|
||||
"19.2.0-native-fb-365c031f-20250407" !==
|
||||
isomorphicReactPackageVersion$jscomp$inline_1798
|
||||
)
|
||||
throw Error(
|
||||
formatProdErrorMessage(
|
||||
527,
|
||||
isomorphicReactPackageVersion$jscomp$inline_1789,
|
||||
"19.2.0-native-fb-6a7650c7-20250405"
|
||||
isomorphicReactPackageVersion$jscomp$inline_1798,
|
||||
"19.2.0-native-fb-365c031f-20250407"
|
||||
)
|
||||
);
|
||||
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
||||
@@ -16031,24 +16031,24 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
||||
null === componentOrElement ? null : componentOrElement.stateNode;
|
||||
return componentOrElement;
|
||||
};
|
||||
var internals$jscomp$inline_2239 = {
|
||||
var internals$jscomp$inline_2254 = {
|
||||
bundleType: 0,
|
||||
version: "19.2.0-native-fb-6a7650c7-20250405",
|
||||
version: "19.2.0-native-fb-365c031f-20250407",
|
||||
rendererPackageName: "react-dom",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-native-fb-6a7650c7-20250405"
|
||||
reconcilerVersion: "19.2.0-native-fb-365c031f-20250407"
|
||||
};
|
||||
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
||||
var hook$jscomp$inline_2240 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
||||
var hook$jscomp$inline_2255 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
||||
if (
|
||||
!hook$jscomp$inline_2240.isDisabled &&
|
||||
hook$jscomp$inline_2240.supportsFiber
|
||||
!hook$jscomp$inline_2255.isDisabled &&
|
||||
hook$jscomp$inline_2255.supportsFiber
|
||||
)
|
||||
try {
|
||||
(rendererID = hook$jscomp$inline_2240.inject(
|
||||
internals$jscomp$inline_2239
|
||||
(rendererID = hook$jscomp$inline_2255.inject(
|
||||
internals$jscomp$inline_2254
|
||||
)),
|
||||
(injectedHook = hook$jscomp$inline_2240);
|
||||
(injectedHook = hook$jscomp$inline_2255);
|
||||
} catch (err) {}
|
||||
}
|
||||
exports.createRoot = function (container, options) {
|
||||
@@ -16140,4 +16140,4 @@ exports.hydrateRoot = function (container, initialChildren, options) {
|
||||
listenToAllSupportedEvents(container);
|
||||
return new ReactDOMHydrationRoot(initialChildren);
|
||||
};
|
||||
exports.version = "19.2.0-native-fb-6a7650c7-20250405";
|
||||
exports.version = "19.2.0-native-fb-365c031f-20250407";
|
||||
|
||||
+57
-57
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<0a733889ae72898021a337cf766e9ca5>>
|
||||
* @generated SignedSource<<d3dfa461b52ef076378f05229a120e42>>
|
||||
*/
|
||||
|
||||
/*
|
||||
@@ -13084,20 +13084,20 @@ function debounceScrollEnd(targetInst, nativeEvent, nativeEventTarget) {
|
||||
(nativeEventTarget[internalScrollTimer] = targetInst));
|
||||
}
|
||||
for (
|
||||
var i$jscomp$inline_1630 = 0;
|
||||
i$jscomp$inline_1630 < simpleEventPluginEvents.length;
|
||||
i$jscomp$inline_1630++
|
||||
var i$jscomp$inline_1639 = 0;
|
||||
i$jscomp$inline_1639 < simpleEventPluginEvents.length;
|
||||
i$jscomp$inline_1639++
|
||||
) {
|
||||
var eventName$jscomp$inline_1631 =
|
||||
simpleEventPluginEvents[i$jscomp$inline_1630],
|
||||
domEventName$jscomp$inline_1632 =
|
||||
eventName$jscomp$inline_1631.toLowerCase(),
|
||||
capitalizedEvent$jscomp$inline_1633 =
|
||||
eventName$jscomp$inline_1631[0].toUpperCase() +
|
||||
eventName$jscomp$inline_1631.slice(1);
|
||||
var eventName$jscomp$inline_1640 =
|
||||
simpleEventPluginEvents[i$jscomp$inline_1639],
|
||||
domEventName$jscomp$inline_1641 =
|
||||
eventName$jscomp$inline_1640.toLowerCase(),
|
||||
capitalizedEvent$jscomp$inline_1642 =
|
||||
eventName$jscomp$inline_1640[0].toUpperCase() +
|
||||
eventName$jscomp$inline_1640.slice(1);
|
||||
registerSimpleEvent(
|
||||
domEventName$jscomp$inline_1632,
|
||||
"on" + capitalizedEvent$jscomp$inline_1633
|
||||
domEventName$jscomp$inline_1641,
|
||||
"on" + capitalizedEvent$jscomp$inline_1642
|
||||
);
|
||||
}
|
||||
registerSimpleEvent(ANIMATION_END, "onAnimationEnd");
|
||||
@@ -15461,26 +15461,26 @@ function getResource(type, currentProps, pendingProps, currentResource) {
|
||||
"string" === typeof pendingProps.precedence
|
||||
) {
|
||||
type = getStyleKey(pendingProps.href);
|
||||
var styles$271 = getResourcesFromRoot(
|
||||
var styles$272 = getResourcesFromRoot(
|
||||
JSCompiler_inline_result
|
||||
).hoistableStyles,
|
||||
resource$272 = styles$271.get(type);
|
||||
resource$272 ||
|
||||
resource$273 = styles$272.get(type);
|
||||
resource$273 ||
|
||||
((JSCompiler_inline_result =
|
||||
JSCompiler_inline_result.ownerDocument || JSCompiler_inline_result),
|
||||
(resource$272 = {
|
||||
(resource$273 = {
|
||||
type: "stylesheet",
|
||||
instance: null,
|
||||
count: 0,
|
||||
state: { loading: 0, preload: null }
|
||||
}),
|
||||
styles$271.set(type, resource$272),
|
||||
(styles$271 = JSCompiler_inline_result.querySelector(
|
||||
styles$272.set(type, resource$273),
|
||||
(styles$272 = JSCompiler_inline_result.querySelector(
|
||||
getStylesheetSelectorFromKey(type)
|
||||
)) &&
|
||||
!styles$271._p &&
|
||||
((resource$272.instance = styles$271),
|
||||
(resource$272.state.loading = 5)),
|
||||
!styles$272._p &&
|
||||
((resource$273.instance = styles$272),
|
||||
(resource$273.state.loading = 5)),
|
||||
preloadPropsMap.has(type) ||
|
||||
((pendingProps = {
|
||||
rel: "preload",
|
||||
@@ -15493,16 +15493,16 @@ function getResource(type, currentProps, pendingProps, currentResource) {
|
||||
referrerPolicy: pendingProps.referrerPolicy
|
||||
}),
|
||||
preloadPropsMap.set(type, pendingProps),
|
||||
styles$271 ||
|
||||
styles$272 ||
|
||||
preloadStylesheet(
|
||||
JSCompiler_inline_result,
|
||||
type,
|
||||
pendingProps,
|
||||
resource$272.state
|
||||
resource$273.state
|
||||
)));
|
||||
if (currentProps && null === currentResource)
|
||||
throw Error(formatProdErrorMessage(528, ""));
|
||||
return resource$272;
|
||||
return resource$273;
|
||||
}
|
||||
if (currentProps && null !== currentResource)
|
||||
throw Error(formatProdErrorMessage(529, ""));
|
||||
@@ -15599,37 +15599,37 @@ function acquireResource(hoistableRoot, resource, props) {
|
||||
return (resource.instance = instance);
|
||||
case "stylesheet":
|
||||
styleProps = getStyleKey(props.href);
|
||||
var instance$277 = hoistableRoot.querySelector(
|
||||
var instance$278 = hoistableRoot.querySelector(
|
||||
getStylesheetSelectorFromKey(styleProps)
|
||||
);
|
||||
if (instance$277)
|
||||
if (instance$278)
|
||||
return (
|
||||
(resource.state.loading |= 4),
|
||||
(resource.instance = instance$277),
|
||||
markNodeAsHoistable(instance$277),
|
||||
instance$277
|
||||
(resource.instance = instance$278),
|
||||
markNodeAsHoistable(instance$278),
|
||||
instance$278
|
||||
);
|
||||
instance = stylesheetPropsFromRawProps(props);
|
||||
(styleProps = preloadPropsMap.get(styleProps)) &&
|
||||
adoptPreloadPropsForStylesheet(instance, styleProps);
|
||||
instance$277 = (
|
||||
instance$278 = (
|
||||
hoistableRoot.ownerDocument || hoistableRoot
|
||||
).createElement("link");
|
||||
markNodeAsHoistable(instance$277);
|
||||
var linkInstance = instance$277;
|
||||
markNodeAsHoistable(instance$278);
|
||||
var linkInstance = instance$278;
|
||||
linkInstance._p = new Promise(function (resolve, reject) {
|
||||
linkInstance.onload = resolve;
|
||||
linkInstance.onerror = reject;
|
||||
});
|
||||
setInitialProperties(instance$277, "link", instance);
|
||||
setInitialProperties(instance$278, "link", instance);
|
||||
resource.state.loading |= 4;
|
||||
insertStylesheet(instance$277, props.precedence, hoistableRoot);
|
||||
return (resource.instance = instance$277);
|
||||
insertStylesheet(instance$278, props.precedence, hoistableRoot);
|
||||
return (resource.instance = instance$278);
|
||||
case "script":
|
||||
instance$277 = getScriptKey(props.src);
|
||||
instance$278 = getScriptKey(props.src);
|
||||
if (
|
||||
(styleProps = hoistableRoot.querySelector(
|
||||
getScriptSelectorFromKey(instance$277)
|
||||
getScriptSelectorFromKey(instance$278)
|
||||
))
|
||||
)
|
||||
return (
|
||||
@@ -15638,7 +15638,7 @@ function acquireResource(hoistableRoot, resource, props) {
|
||||
styleProps
|
||||
);
|
||||
instance = props;
|
||||
if ((styleProps = preloadPropsMap.get(instance$277)))
|
||||
if ((styleProps = preloadPropsMap.get(instance$278)))
|
||||
(instance = assign({}, props)),
|
||||
adoptPreloadPropsForScript(instance, styleProps);
|
||||
hoistableRoot = hoistableRoot.ownerDocument || hoistableRoot;
|
||||
@@ -16695,16 +16695,16 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
|
||||
0 === i && attemptExplicitHydrationTarget(target);
|
||||
}
|
||||
};
|
||||
var isomorphicReactPackageVersion$jscomp$inline_1886 = React.version;
|
||||
var isomorphicReactPackageVersion$jscomp$inline_1895 = React.version;
|
||||
if (
|
||||
"19.2.0-native-fb-6a7650c7-20250405" !==
|
||||
isomorphicReactPackageVersion$jscomp$inline_1886
|
||||
"19.2.0-native-fb-365c031f-20250407" !==
|
||||
isomorphicReactPackageVersion$jscomp$inline_1895
|
||||
)
|
||||
throw Error(
|
||||
formatProdErrorMessage(
|
||||
527,
|
||||
isomorphicReactPackageVersion$jscomp$inline_1886,
|
||||
"19.2.0-native-fb-6a7650c7-20250405"
|
||||
isomorphicReactPackageVersion$jscomp$inline_1895,
|
||||
"19.2.0-native-fb-365c031f-20250407"
|
||||
)
|
||||
);
|
||||
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
||||
@@ -16724,17 +16724,17 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
||||
null === componentOrElement ? null : componentOrElement.stateNode;
|
||||
return componentOrElement;
|
||||
};
|
||||
var internals$jscomp$inline_1893 = {
|
||||
var internals$jscomp$inline_1902 = {
|
||||
bundleType: 0,
|
||||
version: "19.2.0-native-fb-6a7650c7-20250405",
|
||||
version: "19.2.0-native-fb-365c031f-20250407",
|
||||
rendererPackageName: "react-dom",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-native-fb-6a7650c7-20250405",
|
||||
reconcilerVersion: "19.2.0-native-fb-365c031f-20250407",
|
||||
getLaneLabelMap: function () {
|
||||
for (
|
||||
var map = new Map(), lane = 1, index$294 = 0;
|
||||
31 > index$294;
|
||||
index$294++
|
||||
var map = new Map(), lane = 1, index$295 = 0;
|
||||
31 > index$295;
|
||||
index$295++
|
||||
) {
|
||||
var label = getLabelForLane(lane);
|
||||
map.set(lane, label);
|
||||
@@ -16747,16 +16747,16 @@ var internals$jscomp$inline_1893 = {
|
||||
}
|
||||
};
|
||||
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
||||
var hook$jscomp$inline_2301 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
||||
var hook$jscomp$inline_2316 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
||||
if (
|
||||
!hook$jscomp$inline_2301.isDisabled &&
|
||||
hook$jscomp$inline_2301.supportsFiber
|
||||
!hook$jscomp$inline_2316.isDisabled &&
|
||||
hook$jscomp$inline_2316.supportsFiber
|
||||
)
|
||||
try {
|
||||
(rendererID = hook$jscomp$inline_2301.inject(
|
||||
internals$jscomp$inline_1893
|
||||
(rendererID = hook$jscomp$inline_2316.inject(
|
||||
internals$jscomp$inline_1902
|
||||
)),
|
||||
(injectedHook = hook$jscomp$inline_2301);
|
||||
(injectedHook = hook$jscomp$inline_2316);
|
||||
} catch (err) {}
|
||||
}
|
||||
exports.createRoot = function (container, options) {
|
||||
@@ -16848,4 +16848,4 @@ exports.hydrateRoot = function (container, initialChildren, options) {
|
||||
listenToAllSupportedEvents(container);
|
||||
return new ReactDOMHydrationRoot(initialChildren);
|
||||
};
|
||||
exports.version = "19.2.0-native-fb-6a7650c7-20250405";
|
||||
exports.version = "19.2.0-native-fb-365c031f-20250407";
|
||||
|
||||
+167
-167
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<3c46d1d9ec7a5dc3375998a8ed253bf1>>
|
||||
* @generated SignedSource<<eb59b6d30b5c47deddd0849cf6d26a9a>>
|
||||
*/
|
||||
|
||||
/*
|
||||
@@ -9910,32 +9910,32 @@ __DEV__ &&
|
||||
return current;
|
||||
}
|
||||
function updateSuspenseComponent(current, workInProgress, renderLanes) {
|
||||
var JSCompiler_object_inline_digest_2417;
|
||||
var JSCompiler_object_inline_stack_2418 = workInProgress.pendingProps;
|
||||
var JSCompiler_object_inline_digest_2435;
|
||||
var JSCompiler_object_inline_stack_2436 = workInProgress.pendingProps;
|
||||
shouldSuspendImpl(workInProgress) && (workInProgress.flags |= 128);
|
||||
var JSCompiler_object_inline_componentStack_2419 = !1;
|
||||
var JSCompiler_object_inline_componentStack_2437 = !1;
|
||||
var didSuspend = 0 !== (workInProgress.flags & 128);
|
||||
(JSCompiler_object_inline_digest_2417 = didSuspend) ||
|
||||
(JSCompiler_object_inline_digest_2417 =
|
||||
(JSCompiler_object_inline_digest_2435 = didSuspend) ||
|
||||
(JSCompiler_object_inline_digest_2435 =
|
||||
null !== current && null === current.memoizedState
|
||||
? !1
|
||||
: 0 !== (suspenseStackCursor.current & ForceSuspenseFallback));
|
||||
JSCompiler_object_inline_digest_2417 &&
|
||||
((JSCompiler_object_inline_componentStack_2419 = !0),
|
||||
JSCompiler_object_inline_digest_2435 &&
|
||||
((JSCompiler_object_inline_componentStack_2437 = !0),
|
||||
(workInProgress.flags &= -129));
|
||||
JSCompiler_object_inline_digest_2417 = 0 !== (workInProgress.flags & 32);
|
||||
JSCompiler_object_inline_digest_2435 = 0 !== (workInProgress.flags & 32);
|
||||
workInProgress.flags &= -33;
|
||||
if (null === current) {
|
||||
if (isHydrating) {
|
||||
JSCompiler_object_inline_componentStack_2419
|
||||
JSCompiler_object_inline_componentStack_2437
|
||||
? pushPrimaryTreeSuspenseHandler(workInProgress)
|
||||
: reuseSuspenseHandlerOnStack(workInProgress);
|
||||
if (isHydrating) {
|
||||
var JSCompiler_object_inline_message_2416 = nextHydratableInstance;
|
||||
var JSCompiler_object_inline_message_2434 = nextHydratableInstance;
|
||||
var JSCompiler_temp;
|
||||
if (!(JSCompiler_temp = !JSCompiler_object_inline_message_2416)) {
|
||||
if (!(JSCompiler_temp = !JSCompiler_object_inline_message_2434)) {
|
||||
c: {
|
||||
var instance = JSCompiler_object_inline_message_2416;
|
||||
var instance = JSCompiler_object_inline_message_2434;
|
||||
for (
|
||||
JSCompiler_temp = rootOrSingletonContext;
|
||||
8 !== instance.nodeType;
|
||||
@@ -9977,89 +9977,89 @@ __DEV__ &&
|
||||
JSCompiler_temp &&
|
||||
(warnNonHydratedInstance(
|
||||
workInProgress,
|
||||
JSCompiler_object_inline_message_2416
|
||||
JSCompiler_object_inline_message_2434
|
||||
),
|
||||
throwOnHydrationMismatch(workInProgress));
|
||||
}
|
||||
JSCompiler_object_inline_message_2416 = workInProgress.memoizedState;
|
||||
JSCompiler_object_inline_message_2434 = workInProgress.memoizedState;
|
||||
if (
|
||||
null !== JSCompiler_object_inline_message_2416 &&
|
||||
((JSCompiler_object_inline_message_2416 =
|
||||
JSCompiler_object_inline_message_2416.dehydrated),
|
||||
null !== JSCompiler_object_inline_message_2416)
|
||||
null !== JSCompiler_object_inline_message_2434 &&
|
||||
((JSCompiler_object_inline_message_2434 =
|
||||
JSCompiler_object_inline_message_2434.dehydrated),
|
||||
null !== JSCompiler_object_inline_message_2434)
|
||||
)
|
||||
return (
|
||||
isSuspenseInstanceFallback(JSCompiler_object_inline_message_2416)
|
||||
isSuspenseInstanceFallback(JSCompiler_object_inline_message_2434)
|
||||
? (workInProgress.lanes = 32)
|
||||
: (workInProgress.lanes = 536870912),
|
||||
null
|
||||
);
|
||||
popSuspenseHandler(workInProgress);
|
||||
}
|
||||
JSCompiler_object_inline_message_2416 =
|
||||
JSCompiler_object_inline_stack_2418.children;
|
||||
JSCompiler_temp = JSCompiler_object_inline_stack_2418.fallback;
|
||||
if (JSCompiler_object_inline_componentStack_2419)
|
||||
JSCompiler_object_inline_message_2434 =
|
||||
JSCompiler_object_inline_stack_2436.children;
|
||||
JSCompiler_temp = JSCompiler_object_inline_stack_2436.fallback;
|
||||
if (JSCompiler_object_inline_componentStack_2437)
|
||||
return (
|
||||
reuseSuspenseHandlerOnStack(workInProgress),
|
||||
(JSCompiler_object_inline_stack_2418 =
|
||||
(JSCompiler_object_inline_stack_2436 =
|
||||
mountSuspenseFallbackChildren(
|
||||
workInProgress,
|
||||
JSCompiler_object_inline_message_2416,
|
||||
JSCompiler_object_inline_message_2434,
|
||||
JSCompiler_temp,
|
||||
renderLanes
|
||||
)),
|
||||
(JSCompiler_object_inline_componentStack_2419 =
|
||||
(JSCompiler_object_inline_componentStack_2437 =
|
||||
workInProgress.child),
|
||||
(JSCompiler_object_inline_componentStack_2419.memoizedState =
|
||||
(JSCompiler_object_inline_componentStack_2437.memoizedState =
|
||||
mountSuspenseOffscreenState(renderLanes)),
|
||||
(JSCompiler_object_inline_componentStack_2419.childLanes =
|
||||
(JSCompiler_object_inline_componentStack_2437.childLanes =
|
||||
getRemainingWorkInPrimaryTree(
|
||||
current,
|
||||
JSCompiler_object_inline_digest_2417,
|
||||
JSCompiler_object_inline_digest_2435,
|
||||
renderLanes
|
||||
)),
|
||||
(workInProgress.memoizedState = SUSPENDED_MARKER),
|
||||
JSCompiler_object_inline_stack_2418
|
||||
JSCompiler_object_inline_stack_2436
|
||||
);
|
||||
if (
|
||||
"number" ===
|
||||
typeof JSCompiler_object_inline_stack_2418.unstable_expectedLoadTime
|
||||
typeof JSCompiler_object_inline_stack_2436.unstable_expectedLoadTime
|
||||
)
|
||||
return (
|
||||
reuseSuspenseHandlerOnStack(workInProgress),
|
||||
(JSCompiler_object_inline_stack_2418 =
|
||||
(JSCompiler_object_inline_stack_2436 =
|
||||
mountSuspenseFallbackChildren(
|
||||
workInProgress,
|
||||
JSCompiler_object_inline_message_2416,
|
||||
JSCompiler_object_inline_message_2434,
|
||||
JSCompiler_temp,
|
||||
renderLanes
|
||||
)),
|
||||
(JSCompiler_object_inline_componentStack_2419 =
|
||||
(JSCompiler_object_inline_componentStack_2437 =
|
||||
workInProgress.child),
|
||||
(JSCompiler_object_inline_componentStack_2419.memoizedState =
|
||||
(JSCompiler_object_inline_componentStack_2437.memoizedState =
|
||||
mountSuspenseOffscreenState(renderLanes)),
|
||||
(JSCompiler_object_inline_componentStack_2419.childLanes =
|
||||
(JSCompiler_object_inline_componentStack_2437.childLanes =
|
||||
getRemainingWorkInPrimaryTree(
|
||||
current,
|
||||
JSCompiler_object_inline_digest_2417,
|
||||
JSCompiler_object_inline_digest_2435,
|
||||
renderLanes
|
||||
)),
|
||||
(workInProgress.memoizedState = SUSPENDED_MARKER),
|
||||
(workInProgress.lanes = 4194304),
|
||||
JSCompiler_object_inline_stack_2418
|
||||
JSCompiler_object_inline_stack_2436
|
||||
);
|
||||
pushPrimaryTreeSuspenseHandler(workInProgress);
|
||||
return mountSuspensePrimaryChildren(
|
||||
workInProgress,
|
||||
JSCompiler_object_inline_message_2416
|
||||
JSCompiler_object_inline_message_2434
|
||||
);
|
||||
}
|
||||
var prevState = current.memoizedState;
|
||||
if (
|
||||
null !== prevState &&
|
||||
((JSCompiler_object_inline_message_2416 = prevState.dehydrated),
|
||||
null !== JSCompiler_object_inline_message_2416)
|
||||
((JSCompiler_object_inline_message_2434 = prevState.dehydrated),
|
||||
null !== JSCompiler_object_inline_message_2434)
|
||||
) {
|
||||
if (didSuspend)
|
||||
workInProgress.flags & 256
|
||||
@@ -10076,31 +10076,31 @@ __DEV__ &&
|
||||
(workInProgress.flags |= 128),
|
||||
(workInProgress = null))
|
||||
: (reuseSuspenseHandlerOnStack(workInProgress),
|
||||
(JSCompiler_object_inline_componentStack_2419 =
|
||||
JSCompiler_object_inline_stack_2418.fallback),
|
||||
(JSCompiler_object_inline_message_2416 = workInProgress.mode),
|
||||
(JSCompiler_object_inline_stack_2418 =
|
||||
(JSCompiler_object_inline_componentStack_2437 =
|
||||
JSCompiler_object_inline_stack_2436.fallback),
|
||||
(JSCompiler_object_inline_message_2434 = workInProgress.mode),
|
||||
(JSCompiler_object_inline_stack_2436 =
|
||||
mountWorkInProgressOffscreenFiber(
|
||||
{
|
||||
mode: "visible",
|
||||
children: JSCompiler_object_inline_stack_2418.children
|
||||
children: JSCompiler_object_inline_stack_2436.children
|
||||
},
|
||||
JSCompiler_object_inline_message_2416
|
||||
JSCompiler_object_inline_message_2434
|
||||
)),
|
||||
(JSCompiler_object_inline_componentStack_2419 =
|
||||
(JSCompiler_object_inline_componentStack_2437 =
|
||||
createFiberFromFragment(
|
||||
JSCompiler_object_inline_componentStack_2419,
|
||||
JSCompiler_object_inline_message_2416,
|
||||
JSCompiler_object_inline_componentStack_2437,
|
||||
JSCompiler_object_inline_message_2434,
|
||||
renderLanes,
|
||||
null
|
||||
)),
|
||||
(JSCompiler_object_inline_componentStack_2419.flags |= 2),
|
||||
(JSCompiler_object_inline_stack_2418.return = workInProgress),
|
||||
(JSCompiler_object_inline_componentStack_2419.return =
|
||||
(JSCompiler_object_inline_componentStack_2437.flags |= 2),
|
||||
(JSCompiler_object_inline_stack_2436.return = workInProgress),
|
||||
(JSCompiler_object_inline_componentStack_2437.return =
|
||||
workInProgress),
|
||||
(JSCompiler_object_inline_stack_2418.sibling =
|
||||
JSCompiler_object_inline_componentStack_2419),
|
||||
(workInProgress.child = JSCompiler_object_inline_stack_2418),
|
||||
(JSCompiler_object_inline_stack_2436.sibling =
|
||||
JSCompiler_object_inline_componentStack_2437),
|
||||
(workInProgress.child = JSCompiler_object_inline_stack_2436),
|
||||
(workInProgress.mode & ConcurrentMode) !== NoMode &&
|
||||
reconcileChildFibers(
|
||||
workInProgress,
|
||||
@@ -10108,63 +10108,63 @@ __DEV__ &&
|
||||
null,
|
||||
renderLanes
|
||||
),
|
||||
(JSCompiler_object_inline_stack_2418 = workInProgress.child),
|
||||
(JSCompiler_object_inline_stack_2418.memoizedState =
|
||||
(JSCompiler_object_inline_stack_2436 = workInProgress.child),
|
||||
(JSCompiler_object_inline_stack_2436.memoizedState =
|
||||
mountSuspenseOffscreenState(renderLanes)),
|
||||
(JSCompiler_object_inline_stack_2418.childLanes =
|
||||
(JSCompiler_object_inline_stack_2436.childLanes =
|
||||
getRemainingWorkInPrimaryTree(
|
||||
current,
|
||||
JSCompiler_object_inline_digest_2417,
|
||||
JSCompiler_object_inline_digest_2435,
|
||||
renderLanes
|
||||
)),
|
||||
(workInProgress.memoizedState = SUSPENDED_MARKER),
|
||||
(workInProgress =
|
||||
JSCompiler_object_inline_componentStack_2419));
|
||||
JSCompiler_object_inline_componentStack_2437));
|
||||
else if (
|
||||
(pushPrimaryTreeSuspenseHandler(workInProgress),
|
||||
isHydrating &&
|
||||
console.error(
|
||||
"We should not be hydrating here. This is a bug in React. Please file a bug."
|
||||
),
|
||||
isSuspenseInstanceFallback(JSCompiler_object_inline_message_2416))
|
||||
isSuspenseInstanceFallback(JSCompiler_object_inline_message_2434))
|
||||
) {
|
||||
JSCompiler_object_inline_digest_2417 =
|
||||
JSCompiler_object_inline_message_2416.nextSibling &&
|
||||
JSCompiler_object_inline_message_2416.nextSibling.dataset;
|
||||
if (JSCompiler_object_inline_digest_2417) {
|
||||
JSCompiler_temp = JSCompiler_object_inline_digest_2417.dgst;
|
||||
var message = JSCompiler_object_inline_digest_2417.msg;
|
||||
instance = JSCompiler_object_inline_digest_2417.stck;
|
||||
var componentStack = JSCompiler_object_inline_digest_2417.cstck;
|
||||
JSCompiler_object_inline_digest_2435 =
|
||||
JSCompiler_object_inline_message_2434.nextSibling &&
|
||||
JSCompiler_object_inline_message_2434.nextSibling.dataset;
|
||||
if (JSCompiler_object_inline_digest_2435) {
|
||||
JSCompiler_temp = JSCompiler_object_inline_digest_2435.dgst;
|
||||
var message = JSCompiler_object_inline_digest_2435.msg;
|
||||
instance = JSCompiler_object_inline_digest_2435.stck;
|
||||
var componentStack = JSCompiler_object_inline_digest_2435.cstck;
|
||||
}
|
||||
JSCompiler_object_inline_message_2416 = message;
|
||||
JSCompiler_object_inline_digest_2417 = JSCompiler_temp;
|
||||
JSCompiler_object_inline_stack_2418 = instance;
|
||||
JSCompiler_temp = JSCompiler_object_inline_componentStack_2419 =
|
||||
JSCompiler_object_inline_message_2434 = message;
|
||||
JSCompiler_object_inline_digest_2435 = JSCompiler_temp;
|
||||
JSCompiler_object_inline_stack_2436 = instance;
|
||||
JSCompiler_temp = JSCompiler_object_inline_componentStack_2437 =
|
||||
componentStack;
|
||||
JSCompiler_object_inline_componentStack_2419 =
|
||||
JSCompiler_object_inline_message_2416
|
||||
? Error(JSCompiler_object_inline_message_2416)
|
||||
JSCompiler_object_inline_componentStack_2437 =
|
||||
JSCompiler_object_inline_message_2434
|
||||
? Error(JSCompiler_object_inline_message_2434)
|
||||
: 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_2419.stack =
|
||||
JSCompiler_object_inline_stack_2418 || "";
|
||||
JSCompiler_object_inline_componentStack_2419.digest =
|
||||
JSCompiler_object_inline_digest_2417;
|
||||
JSCompiler_object_inline_digest_2417 =
|
||||
JSCompiler_object_inline_componentStack_2437.stack =
|
||||
JSCompiler_object_inline_stack_2436 || "";
|
||||
JSCompiler_object_inline_componentStack_2437.digest =
|
||||
JSCompiler_object_inline_digest_2435;
|
||||
JSCompiler_object_inline_digest_2435 =
|
||||
void 0 === JSCompiler_temp ? null : JSCompiler_temp;
|
||||
JSCompiler_object_inline_stack_2418 = {
|
||||
value: JSCompiler_object_inline_componentStack_2419,
|
||||
JSCompiler_object_inline_stack_2436 = {
|
||||
value: JSCompiler_object_inline_componentStack_2437,
|
||||
source: null,
|
||||
stack: JSCompiler_object_inline_digest_2417
|
||||
stack: JSCompiler_object_inline_digest_2435
|
||||
};
|
||||
"string" === typeof JSCompiler_object_inline_digest_2417 &&
|
||||
"string" === typeof JSCompiler_object_inline_digest_2435 &&
|
||||
CapturedStacks.set(
|
||||
JSCompiler_object_inline_componentStack_2419,
|
||||
JSCompiler_object_inline_stack_2418
|
||||
JSCompiler_object_inline_componentStack_2437,
|
||||
JSCompiler_object_inline_stack_2436
|
||||
);
|
||||
queueHydrationError(JSCompiler_object_inline_stack_2418);
|
||||
queueHydrationError(JSCompiler_object_inline_stack_2436);
|
||||
workInProgress = retrySuspenseComponentWithoutHydrating(
|
||||
current,
|
||||
workInProgress,
|
||||
@@ -10178,44 +10178,44 @@ __DEV__ &&
|
||||
renderLanes,
|
||||
!1
|
||||
),
|
||||
(JSCompiler_object_inline_digest_2417 =
|
||||
(JSCompiler_object_inline_digest_2435 =
|
||||
0 !== (renderLanes & current.childLanes)),
|
||||
didReceiveUpdate || JSCompiler_object_inline_digest_2417)
|
||||
didReceiveUpdate || JSCompiler_object_inline_digest_2435)
|
||||
) {
|
||||
JSCompiler_object_inline_digest_2417 = workInProgressRoot;
|
||||
JSCompiler_object_inline_digest_2435 = workInProgressRoot;
|
||||
if (
|
||||
null !== JSCompiler_object_inline_digest_2417 &&
|
||||
((JSCompiler_object_inline_stack_2418 = renderLanes & -renderLanes),
|
||||
(JSCompiler_object_inline_stack_2418 =
|
||||
0 !== (JSCompiler_object_inline_stack_2418 & 42)
|
||||
null !== JSCompiler_object_inline_digest_2435 &&
|
||||
((JSCompiler_object_inline_stack_2436 = renderLanes & -renderLanes),
|
||||
(JSCompiler_object_inline_stack_2436 =
|
||||
0 !== (JSCompiler_object_inline_stack_2436 & 42)
|
||||
? 1
|
||||
: getBumpedLaneForHydrationByLane(
|
||||
JSCompiler_object_inline_stack_2418
|
||||
JSCompiler_object_inline_stack_2436
|
||||
)),
|
||||
(JSCompiler_object_inline_stack_2418 =
|
||||
(JSCompiler_object_inline_stack_2436 =
|
||||
0 !==
|
||||
(JSCompiler_object_inline_stack_2418 &
|
||||
(JSCompiler_object_inline_digest_2417.suspendedLanes |
|
||||
(JSCompiler_object_inline_stack_2436 &
|
||||
(JSCompiler_object_inline_digest_2435.suspendedLanes |
|
||||
renderLanes))
|
||||
? 0
|
||||
: JSCompiler_object_inline_stack_2418),
|
||||
0 !== JSCompiler_object_inline_stack_2418 &&
|
||||
JSCompiler_object_inline_stack_2418 !== prevState.retryLane)
|
||||
: JSCompiler_object_inline_stack_2436),
|
||||
0 !== JSCompiler_object_inline_stack_2436 &&
|
||||
JSCompiler_object_inline_stack_2436 !== prevState.retryLane)
|
||||
)
|
||||
throw (
|
||||
((prevState.retryLane = JSCompiler_object_inline_stack_2418),
|
||||
((prevState.retryLane = JSCompiler_object_inline_stack_2436),
|
||||
enqueueConcurrentRenderForLane(
|
||||
current,
|
||||
JSCompiler_object_inline_stack_2418
|
||||
JSCompiler_object_inline_stack_2436
|
||||
),
|
||||
scheduleUpdateOnFiber(
|
||||
JSCompiler_object_inline_digest_2417,
|
||||
JSCompiler_object_inline_digest_2435,
|
||||
current,
|
||||
JSCompiler_object_inline_stack_2418
|
||||
JSCompiler_object_inline_stack_2436
|
||||
),
|
||||
SelectiveHydrationException)
|
||||
);
|
||||
JSCompiler_object_inline_message_2416.data ===
|
||||
JSCompiler_object_inline_message_2434.data ===
|
||||
SUSPENSE_PENDING_START_DATA || renderDidSuspendDelayIfPossible();
|
||||
workInProgress = retrySuspenseComponentWithoutHydrating(
|
||||
current,
|
||||
@@ -10223,14 +10223,14 @@ __DEV__ &&
|
||||
renderLanes
|
||||
);
|
||||
} else
|
||||
JSCompiler_object_inline_message_2416.data ===
|
||||
JSCompiler_object_inline_message_2434.data ===
|
||||
SUSPENSE_PENDING_START_DATA
|
||||
? ((workInProgress.flags |= 192),
|
||||
(workInProgress.child = current.child),
|
||||
(workInProgress = null))
|
||||
: ((renderLanes = prevState.treeContext),
|
||||
(nextHydratableInstance = getNextHydratable(
|
||||
JSCompiler_object_inline_message_2416.nextSibling
|
||||
JSCompiler_object_inline_message_2434.nextSibling
|
||||
)),
|
||||
(hydrationParentFiber = workInProgress),
|
||||
(isHydrating = !0),
|
||||
@@ -10248,72 +10248,72 @@ __DEV__ &&
|
||||
(treeContextProvider = workInProgress)),
|
||||
(workInProgress = mountSuspensePrimaryChildren(
|
||||
workInProgress,
|
||||
JSCompiler_object_inline_stack_2418.children
|
||||
JSCompiler_object_inline_stack_2436.children
|
||||
)),
|
||||
(workInProgress.flags |= 4096));
|
||||
return workInProgress;
|
||||
}
|
||||
if (JSCompiler_object_inline_componentStack_2419)
|
||||
if (JSCompiler_object_inline_componentStack_2437)
|
||||
return (
|
||||
reuseSuspenseHandlerOnStack(workInProgress),
|
||||
(JSCompiler_object_inline_componentStack_2419 =
|
||||
JSCompiler_object_inline_stack_2418.fallback),
|
||||
(JSCompiler_object_inline_message_2416 = workInProgress.mode),
|
||||
(JSCompiler_object_inline_componentStack_2437 =
|
||||
JSCompiler_object_inline_stack_2436.fallback),
|
||||
(JSCompiler_object_inline_message_2434 = workInProgress.mode),
|
||||
(JSCompiler_temp = current.child),
|
||||
(instance = JSCompiler_temp.sibling),
|
||||
(componentStack = {
|
||||
mode: "hidden",
|
||||
children: JSCompiler_object_inline_stack_2418.children
|
||||
children: JSCompiler_object_inline_stack_2436.children
|
||||
}),
|
||||
(JSCompiler_object_inline_message_2416 & ConcurrentMode) === NoMode &&
|
||||
(JSCompiler_object_inline_message_2434 & ConcurrentMode) === NoMode &&
|
||||
workInProgress.child !== JSCompiler_temp
|
||||
? ((JSCompiler_object_inline_stack_2418 = workInProgress.child),
|
||||
(JSCompiler_object_inline_stack_2418.childLanes = 0),
|
||||
(JSCompiler_object_inline_stack_2418.pendingProps =
|
||||
? ((JSCompiler_object_inline_stack_2436 = workInProgress.child),
|
||||
(JSCompiler_object_inline_stack_2436.childLanes = 0),
|
||||
(JSCompiler_object_inline_stack_2436.pendingProps =
|
||||
componentStack),
|
||||
workInProgress.mode & ProfileMode &&
|
||||
((JSCompiler_object_inline_stack_2418.actualDuration = -0),
|
||||
(JSCompiler_object_inline_stack_2418.actualStartTime = -1.1),
|
||||
(JSCompiler_object_inline_stack_2418.selfBaseDuration =
|
||||
((JSCompiler_object_inline_stack_2436.actualDuration = -0),
|
||||
(JSCompiler_object_inline_stack_2436.actualStartTime = -1.1),
|
||||
(JSCompiler_object_inline_stack_2436.selfBaseDuration =
|
||||
JSCompiler_temp.selfBaseDuration),
|
||||
(JSCompiler_object_inline_stack_2418.treeBaseDuration =
|
||||
(JSCompiler_object_inline_stack_2436.treeBaseDuration =
|
||||
JSCompiler_temp.treeBaseDuration)),
|
||||
(workInProgress.deletions = null))
|
||||
: ((JSCompiler_object_inline_stack_2418 = createWorkInProgress(
|
||||
: ((JSCompiler_object_inline_stack_2436 = createWorkInProgress(
|
||||
JSCompiler_temp,
|
||||
componentStack
|
||||
)),
|
||||
(JSCompiler_object_inline_stack_2418.subtreeFlags =
|
||||
(JSCompiler_object_inline_stack_2436.subtreeFlags =
|
||||
JSCompiler_temp.subtreeFlags & 65011712)),
|
||||
null !== instance
|
||||
? (JSCompiler_object_inline_componentStack_2419 =
|
||||
? (JSCompiler_object_inline_componentStack_2437 =
|
||||
createWorkInProgress(
|
||||
instance,
|
||||
JSCompiler_object_inline_componentStack_2419
|
||||
JSCompiler_object_inline_componentStack_2437
|
||||
))
|
||||
: ((JSCompiler_object_inline_componentStack_2419 =
|
||||
: ((JSCompiler_object_inline_componentStack_2437 =
|
||||
createFiberFromFragment(
|
||||
JSCompiler_object_inline_componentStack_2419,
|
||||
JSCompiler_object_inline_message_2416,
|
||||
JSCompiler_object_inline_componentStack_2437,
|
||||
JSCompiler_object_inline_message_2434,
|
||||
renderLanes,
|
||||
null
|
||||
)),
|
||||
(JSCompiler_object_inline_componentStack_2419.flags |= 2)),
|
||||
(JSCompiler_object_inline_componentStack_2419.return =
|
||||
(JSCompiler_object_inline_componentStack_2437.flags |= 2)),
|
||||
(JSCompiler_object_inline_componentStack_2437.return =
|
||||
workInProgress),
|
||||
(JSCompiler_object_inline_stack_2418.return = workInProgress),
|
||||
(JSCompiler_object_inline_stack_2418.sibling =
|
||||
JSCompiler_object_inline_componentStack_2419),
|
||||
(workInProgress.child = JSCompiler_object_inline_stack_2418),
|
||||
(JSCompiler_object_inline_stack_2418 =
|
||||
JSCompiler_object_inline_componentStack_2419),
|
||||
(JSCompiler_object_inline_componentStack_2419 = workInProgress.child),
|
||||
(JSCompiler_object_inline_message_2416 = current.child.memoizedState),
|
||||
null === JSCompiler_object_inline_message_2416
|
||||
? (JSCompiler_object_inline_message_2416 =
|
||||
(JSCompiler_object_inline_stack_2436.return = workInProgress),
|
||||
(JSCompiler_object_inline_stack_2436.sibling =
|
||||
JSCompiler_object_inline_componentStack_2437),
|
||||
(workInProgress.child = JSCompiler_object_inline_stack_2436),
|
||||
(JSCompiler_object_inline_stack_2436 =
|
||||
JSCompiler_object_inline_componentStack_2437),
|
||||
(JSCompiler_object_inline_componentStack_2437 = workInProgress.child),
|
||||
(JSCompiler_object_inline_message_2434 = current.child.memoizedState),
|
||||
null === JSCompiler_object_inline_message_2434
|
||||
? (JSCompiler_object_inline_message_2434 =
|
||||
mountSuspenseOffscreenState(renderLanes))
|
||||
: ((JSCompiler_temp =
|
||||
JSCompiler_object_inline_message_2416.cachePool),
|
||||
JSCompiler_object_inline_message_2434.cachePool),
|
||||
null !== JSCompiler_temp
|
||||
? ((instance = CacheContext._currentValue),
|
||||
(JSCompiler_temp =
|
||||
@@ -10321,45 +10321,45 @@ __DEV__ &&
|
||||
? { parent: instance, pool: instance }
|
||||
: JSCompiler_temp))
|
||||
: (JSCompiler_temp = getSuspendedCache()),
|
||||
(JSCompiler_object_inline_message_2416 = {
|
||||
(JSCompiler_object_inline_message_2434 = {
|
||||
baseLanes:
|
||||
JSCompiler_object_inline_message_2416.baseLanes | renderLanes,
|
||||
JSCompiler_object_inline_message_2434.baseLanes | renderLanes,
|
||||
cachePool: JSCompiler_temp
|
||||
})),
|
||||
(JSCompiler_object_inline_componentStack_2419.memoizedState =
|
||||
JSCompiler_object_inline_message_2416),
|
||||
(JSCompiler_object_inline_componentStack_2419.childLanes =
|
||||
(JSCompiler_object_inline_componentStack_2437.memoizedState =
|
||||
JSCompiler_object_inline_message_2434),
|
||||
(JSCompiler_object_inline_componentStack_2437.childLanes =
|
||||
getRemainingWorkInPrimaryTree(
|
||||
current,
|
||||
JSCompiler_object_inline_digest_2417,
|
||||
JSCompiler_object_inline_digest_2435,
|
||||
renderLanes
|
||||
)),
|
||||
(workInProgress.memoizedState = SUSPENDED_MARKER),
|
||||
JSCompiler_object_inline_stack_2418
|
||||
JSCompiler_object_inline_stack_2436
|
||||
);
|
||||
pushPrimaryTreeSuspenseHandler(workInProgress);
|
||||
JSCompiler_object_inline_digest_2417 = current.child;
|
||||
current = JSCompiler_object_inline_digest_2417.sibling;
|
||||
JSCompiler_object_inline_digest_2417 = createWorkInProgress(
|
||||
JSCompiler_object_inline_digest_2417,
|
||||
JSCompiler_object_inline_digest_2435 = current.child;
|
||||
current = JSCompiler_object_inline_digest_2435.sibling;
|
||||
JSCompiler_object_inline_digest_2435 = createWorkInProgress(
|
||||
JSCompiler_object_inline_digest_2435,
|
||||
{
|
||||
mode: "visible",
|
||||
children: JSCompiler_object_inline_stack_2418.children
|
||||
children: JSCompiler_object_inline_stack_2436.children
|
||||
}
|
||||
);
|
||||
(workInProgress.mode & ConcurrentMode) === NoMode &&
|
||||
(JSCompiler_object_inline_digest_2417.lanes = renderLanes);
|
||||
JSCompiler_object_inline_digest_2417.return = workInProgress;
|
||||
JSCompiler_object_inline_digest_2417.sibling = null;
|
||||
(JSCompiler_object_inline_digest_2435.lanes = renderLanes);
|
||||
JSCompiler_object_inline_digest_2435.return = workInProgress;
|
||||
JSCompiler_object_inline_digest_2435.sibling = null;
|
||||
null !== current &&
|
||||
((renderLanes = workInProgress.deletions),
|
||||
null === renderLanes
|
||||
? ((workInProgress.deletions = [current]),
|
||||
(workInProgress.flags |= 16))
|
||||
: renderLanes.push(current));
|
||||
workInProgress.child = JSCompiler_object_inline_digest_2417;
|
||||
workInProgress.child = JSCompiler_object_inline_digest_2435;
|
||||
workInProgress.memoizedState = null;
|
||||
return JSCompiler_object_inline_digest_2417;
|
||||
return JSCompiler_object_inline_digest_2435;
|
||||
}
|
||||
function mountSuspensePrimaryChildren(workInProgress, primaryChildren) {
|
||||
primaryChildren = mountWorkInProgressOffscreenFiber(
|
||||
@@ -25830,11 +25830,11 @@ __DEV__ &&
|
||||
};
|
||||
(function () {
|
||||
var isomorphicReactPackageVersion = React.version;
|
||||
if ("19.2.0-native-fb-6a7650c7-20250405" !== isomorphicReactPackageVersion)
|
||||
if ("19.2.0-native-fb-365c031f-20250407" !== 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-6a7650c7-20250405\nLearn more: https://react.dev/warnings/version-mismatch")
|
||||
"\n - react-dom: 19.2.0-native-fb-365c031f-20250407\nLearn more: https://react.dev/warnings/version-mismatch")
|
||||
);
|
||||
})();
|
||||
("function" === typeof Map &&
|
||||
@@ -25871,10 +25871,10 @@ __DEV__ &&
|
||||
!(function () {
|
||||
var internals = {
|
||||
bundleType: 1,
|
||||
version: "19.2.0-native-fb-6a7650c7-20250405",
|
||||
version: "19.2.0-native-fb-365c031f-20250407",
|
||||
rendererPackageName: "react-dom",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-native-fb-6a7650c7-20250405"
|
||||
reconcilerVersion: "19.2.0-native-fb-365c031f-20250407"
|
||||
};
|
||||
internals.overrideHookState = overrideHookState;
|
||||
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
|
||||
@@ -26334,7 +26334,7 @@ __DEV__ &&
|
||||
exports.useFormStatus = function () {
|
||||
return resolveDispatcher().useHostTransitionStatus();
|
||||
};
|
||||
exports.version = "19.2.0-native-fb-6a7650c7-20250405";
|
||||
exports.version = "19.2.0-native-fb-365c031f-20250407";
|
||||
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
||||
"function" ===
|
||||
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
||||
|
||||
+54
-54
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<d73473e1ae2573ba802eafcafab105e9>>
|
||||
* @generated SignedSource<<95bc0cda7022544077082e115d4f9904>>
|
||||
*/
|
||||
|
||||
/*
|
||||
@@ -12399,20 +12399,20 @@ function debounceScrollEnd(targetInst, nativeEvent, nativeEventTarget) {
|
||||
(nativeEventTarget[internalScrollTimer] = targetInst));
|
||||
}
|
||||
for (
|
||||
var i$jscomp$inline_1536 = 0;
|
||||
i$jscomp$inline_1536 < simpleEventPluginEvents.length;
|
||||
i$jscomp$inline_1536++
|
||||
var i$jscomp$inline_1545 = 0;
|
||||
i$jscomp$inline_1545 < simpleEventPluginEvents.length;
|
||||
i$jscomp$inline_1545++
|
||||
) {
|
||||
var eventName$jscomp$inline_1537 =
|
||||
simpleEventPluginEvents[i$jscomp$inline_1536],
|
||||
domEventName$jscomp$inline_1538 =
|
||||
eventName$jscomp$inline_1537.toLowerCase(),
|
||||
capitalizedEvent$jscomp$inline_1539 =
|
||||
eventName$jscomp$inline_1537[0].toUpperCase() +
|
||||
eventName$jscomp$inline_1537.slice(1);
|
||||
var eventName$jscomp$inline_1546 =
|
||||
simpleEventPluginEvents[i$jscomp$inline_1545],
|
||||
domEventName$jscomp$inline_1547 =
|
||||
eventName$jscomp$inline_1546.toLowerCase(),
|
||||
capitalizedEvent$jscomp$inline_1548 =
|
||||
eventName$jscomp$inline_1546[0].toUpperCase() +
|
||||
eventName$jscomp$inline_1546.slice(1);
|
||||
registerSimpleEvent(
|
||||
domEventName$jscomp$inline_1538,
|
||||
"on" + capitalizedEvent$jscomp$inline_1539
|
||||
domEventName$jscomp$inline_1547,
|
||||
"on" + capitalizedEvent$jscomp$inline_1548
|
||||
);
|
||||
}
|
||||
registerSimpleEvent(ANIMATION_END, "onAnimationEnd");
|
||||
@@ -14776,26 +14776,26 @@ function getResource(type, currentProps, pendingProps, currentResource) {
|
||||
"string" === typeof pendingProps.precedence
|
||||
) {
|
||||
type = getStyleKey(pendingProps.href);
|
||||
var styles$256 = getResourcesFromRoot(
|
||||
var styles$257 = getResourcesFromRoot(
|
||||
JSCompiler_inline_result
|
||||
).hoistableStyles,
|
||||
resource$257 = styles$256.get(type);
|
||||
resource$257 ||
|
||||
resource$258 = styles$257.get(type);
|
||||
resource$258 ||
|
||||
((JSCompiler_inline_result =
|
||||
JSCompiler_inline_result.ownerDocument || JSCompiler_inline_result),
|
||||
(resource$257 = {
|
||||
(resource$258 = {
|
||||
type: "stylesheet",
|
||||
instance: null,
|
||||
count: 0,
|
||||
state: { loading: 0, preload: null }
|
||||
}),
|
||||
styles$256.set(type, resource$257),
|
||||
(styles$256 = JSCompiler_inline_result.querySelector(
|
||||
styles$257.set(type, resource$258),
|
||||
(styles$257 = JSCompiler_inline_result.querySelector(
|
||||
getStylesheetSelectorFromKey(type)
|
||||
)) &&
|
||||
!styles$256._p &&
|
||||
((resource$257.instance = styles$256),
|
||||
(resource$257.state.loading = 5)),
|
||||
!styles$257._p &&
|
||||
((resource$258.instance = styles$257),
|
||||
(resource$258.state.loading = 5)),
|
||||
preloadPropsMap.has(type) ||
|
||||
((pendingProps = {
|
||||
rel: "preload",
|
||||
@@ -14808,16 +14808,16 @@ function getResource(type, currentProps, pendingProps, currentResource) {
|
||||
referrerPolicy: pendingProps.referrerPolicy
|
||||
}),
|
||||
preloadPropsMap.set(type, pendingProps),
|
||||
styles$256 ||
|
||||
styles$257 ||
|
||||
preloadStylesheet(
|
||||
JSCompiler_inline_result,
|
||||
type,
|
||||
pendingProps,
|
||||
resource$257.state
|
||||
resource$258.state
|
||||
)));
|
||||
if (currentProps && null === currentResource)
|
||||
throw Error(formatProdErrorMessage(528, ""));
|
||||
return resource$257;
|
||||
return resource$258;
|
||||
}
|
||||
if (currentProps && null !== currentResource)
|
||||
throw Error(formatProdErrorMessage(529, ""));
|
||||
@@ -14914,37 +14914,37 @@ function acquireResource(hoistableRoot, resource, props) {
|
||||
return (resource.instance = instance);
|
||||
case "stylesheet":
|
||||
styleProps = getStyleKey(props.href);
|
||||
var instance$262 = hoistableRoot.querySelector(
|
||||
var instance$263 = hoistableRoot.querySelector(
|
||||
getStylesheetSelectorFromKey(styleProps)
|
||||
);
|
||||
if (instance$262)
|
||||
if (instance$263)
|
||||
return (
|
||||
(resource.state.loading |= 4),
|
||||
(resource.instance = instance$262),
|
||||
markNodeAsHoistable(instance$262),
|
||||
instance$262
|
||||
(resource.instance = instance$263),
|
||||
markNodeAsHoistable(instance$263),
|
||||
instance$263
|
||||
);
|
||||
instance = stylesheetPropsFromRawProps(props);
|
||||
(styleProps = preloadPropsMap.get(styleProps)) &&
|
||||
adoptPreloadPropsForStylesheet(instance, styleProps);
|
||||
instance$262 = (
|
||||
instance$263 = (
|
||||
hoistableRoot.ownerDocument || hoistableRoot
|
||||
).createElement("link");
|
||||
markNodeAsHoistable(instance$262);
|
||||
var linkInstance = instance$262;
|
||||
markNodeAsHoistable(instance$263);
|
||||
var linkInstance = instance$263;
|
||||
linkInstance._p = new Promise(function (resolve, reject) {
|
||||
linkInstance.onload = resolve;
|
||||
linkInstance.onerror = reject;
|
||||
});
|
||||
setInitialProperties(instance$262, "link", instance);
|
||||
setInitialProperties(instance$263, "link", instance);
|
||||
resource.state.loading |= 4;
|
||||
insertStylesheet(instance$262, props.precedence, hoistableRoot);
|
||||
return (resource.instance = instance$262);
|
||||
insertStylesheet(instance$263, props.precedence, hoistableRoot);
|
||||
return (resource.instance = instance$263);
|
||||
case "script":
|
||||
instance$262 = getScriptKey(props.src);
|
||||
instance$263 = getScriptKey(props.src);
|
||||
if (
|
||||
(styleProps = hoistableRoot.querySelector(
|
||||
getScriptSelectorFromKey(instance$262)
|
||||
getScriptSelectorFromKey(instance$263)
|
||||
))
|
||||
)
|
||||
return (
|
||||
@@ -14953,7 +14953,7 @@ function acquireResource(hoistableRoot, resource, props) {
|
||||
styleProps
|
||||
);
|
||||
instance = props;
|
||||
if ((styleProps = preloadPropsMap.get(instance$262)))
|
||||
if ((styleProps = preloadPropsMap.get(instance$263)))
|
||||
(instance = assign({}, props)),
|
||||
adoptPreloadPropsForScript(instance, styleProps);
|
||||
hoistableRoot = hoistableRoot.ownerDocument || hoistableRoot;
|
||||
@@ -16013,16 +16013,16 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
|
||||
0 === i && attemptExplicitHydrationTarget(target);
|
||||
}
|
||||
};
|
||||
var isomorphicReactPackageVersion$jscomp$inline_1790 = React.version;
|
||||
var isomorphicReactPackageVersion$jscomp$inline_1799 = React.version;
|
||||
if (
|
||||
"19.2.0-native-fb-6a7650c7-20250405" !==
|
||||
isomorphicReactPackageVersion$jscomp$inline_1790
|
||||
"19.2.0-native-fb-365c031f-20250407" !==
|
||||
isomorphicReactPackageVersion$jscomp$inline_1799
|
||||
)
|
||||
throw Error(
|
||||
formatProdErrorMessage(
|
||||
527,
|
||||
isomorphicReactPackageVersion$jscomp$inline_1790,
|
||||
"19.2.0-native-fb-6a7650c7-20250405"
|
||||
isomorphicReactPackageVersion$jscomp$inline_1799,
|
||||
"19.2.0-native-fb-365c031f-20250407"
|
||||
)
|
||||
);
|
||||
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
||||
@@ -16042,24 +16042,24 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
||||
null === componentOrElement ? null : componentOrElement.stateNode;
|
||||
return componentOrElement;
|
||||
};
|
||||
var internals$jscomp$inline_2242 = {
|
||||
var internals$jscomp$inline_2257 = {
|
||||
bundleType: 0,
|
||||
version: "19.2.0-native-fb-6a7650c7-20250405",
|
||||
version: "19.2.0-native-fb-365c031f-20250407",
|
||||
rendererPackageName: "react-dom",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-native-fb-6a7650c7-20250405"
|
||||
reconcilerVersion: "19.2.0-native-fb-365c031f-20250407"
|
||||
};
|
||||
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
||||
var hook$jscomp$inline_2243 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
||||
var hook$jscomp$inline_2258 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
||||
if (
|
||||
!hook$jscomp$inline_2243.isDisabled &&
|
||||
hook$jscomp$inline_2243.supportsFiber
|
||||
!hook$jscomp$inline_2258.isDisabled &&
|
||||
hook$jscomp$inline_2258.supportsFiber
|
||||
)
|
||||
try {
|
||||
(rendererID = hook$jscomp$inline_2243.inject(
|
||||
internals$jscomp$inline_2242
|
||||
(rendererID = hook$jscomp$inline_2258.inject(
|
||||
internals$jscomp$inline_2257
|
||||
)),
|
||||
(injectedHook = hook$jscomp$inline_2243);
|
||||
(injectedHook = hook$jscomp$inline_2258);
|
||||
} catch (err) {}
|
||||
}
|
||||
function noop() {}
|
||||
@@ -16305,4 +16305,4 @@ exports.useFormState = function (action, initialState, permalink) {
|
||||
exports.useFormStatus = function () {
|
||||
return ReactSharedInternals.H.useHostTransitionStatus();
|
||||
};
|
||||
exports.version = "19.2.0-native-fb-6a7650c7-20250405";
|
||||
exports.version = "19.2.0-native-fb-365c031f-20250407";
|
||||
|
||||
+57
-57
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<c1c7f1f6152a02405a57ad3e92157e95>>
|
||||
* @generated SignedSource<<3b2edd858711fcf743fd77b085028980>>
|
||||
*/
|
||||
|
||||
/*
|
||||
@@ -13088,20 +13088,20 @@ function debounceScrollEnd(targetInst, nativeEvent, nativeEventTarget) {
|
||||
(nativeEventTarget[internalScrollTimer] = targetInst));
|
||||
}
|
||||
for (
|
||||
var i$jscomp$inline_1631 = 0;
|
||||
i$jscomp$inline_1631 < simpleEventPluginEvents.length;
|
||||
i$jscomp$inline_1631++
|
||||
var i$jscomp$inline_1640 = 0;
|
||||
i$jscomp$inline_1640 < simpleEventPluginEvents.length;
|
||||
i$jscomp$inline_1640++
|
||||
) {
|
||||
var eventName$jscomp$inline_1632 =
|
||||
simpleEventPluginEvents[i$jscomp$inline_1631],
|
||||
domEventName$jscomp$inline_1633 =
|
||||
eventName$jscomp$inline_1632.toLowerCase(),
|
||||
capitalizedEvent$jscomp$inline_1634 =
|
||||
eventName$jscomp$inline_1632[0].toUpperCase() +
|
||||
eventName$jscomp$inline_1632.slice(1);
|
||||
var eventName$jscomp$inline_1641 =
|
||||
simpleEventPluginEvents[i$jscomp$inline_1640],
|
||||
domEventName$jscomp$inline_1642 =
|
||||
eventName$jscomp$inline_1641.toLowerCase(),
|
||||
capitalizedEvent$jscomp$inline_1643 =
|
||||
eventName$jscomp$inline_1641[0].toUpperCase() +
|
||||
eventName$jscomp$inline_1641.slice(1);
|
||||
registerSimpleEvent(
|
||||
domEventName$jscomp$inline_1633,
|
||||
"on" + capitalizedEvent$jscomp$inline_1634
|
||||
domEventName$jscomp$inline_1642,
|
||||
"on" + capitalizedEvent$jscomp$inline_1643
|
||||
);
|
||||
}
|
||||
registerSimpleEvent(ANIMATION_END, "onAnimationEnd");
|
||||
@@ -15465,26 +15465,26 @@ function getResource(type, currentProps, pendingProps, currentResource) {
|
||||
"string" === typeof pendingProps.precedence
|
||||
) {
|
||||
type = getStyleKey(pendingProps.href);
|
||||
var styles$271 = getResourcesFromRoot(
|
||||
var styles$272 = getResourcesFromRoot(
|
||||
JSCompiler_inline_result
|
||||
).hoistableStyles,
|
||||
resource$272 = styles$271.get(type);
|
||||
resource$272 ||
|
||||
resource$273 = styles$272.get(type);
|
||||
resource$273 ||
|
||||
((JSCompiler_inline_result =
|
||||
JSCompiler_inline_result.ownerDocument || JSCompiler_inline_result),
|
||||
(resource$272 = {
|
||||
(resource$273 = {
|
||||
type: "stylesheet",
|
||||
instance: null,
|
||||
count: 0,
|
||||
state: { loading: 0, preload: null }
|
||||
}),
|
||||
styles$271.set(type, resource$272),
|
||||
(styles$271 = JSCompiler_inline_result.querySelector(
|
||||
styles$272.set(type, resource$273),
|
||||
(styles$272 = JSCompiler_inline_result.querySelector(
|
||||
getStylesheetSelectorFromKey(type)
|
||||
)) &&
|
||||
!styles$271._p &&
|
||||
((resource$272.instance = styles$271),
|
||||
(resource$272.state.loading = 5)),
|
||||
!styles$272._p &&
|
||||
((resource$273.instance = styles$272),
|
||||
(resource$273.state.loading = 5)),
|
||||
preloadPropsMap.has(type) ||
|
||||
((pendingProps = {
|
||||
rel: "preload",
|
||||
@@ -15497,16 +15497,16 @@ function getResource(type, currentProps, pendingProps, currentResource) {
|
||||
referrerPolicy: pendingProps.referrerPolicy
|
||||
}),
|
||||
preloadPropsMap.set(type, pendingProps),
|
||||
styles$271 ||
|
||||
styles$272 ||
|
||||
preloadStylesheet(
|
||||
JSCompiler_inline_result,
|
||||
type,
|
||||
pendingProps,
|
||||
resource$272.state
|
||||
resource$273.state
|
||||
)));
|
||||
if (currentProps && null === currentResource)
|
||||
throw Error(formatProdErrorMessage(528, ""));
|
||||
return resource$272;
|
||||
return resource$273;
|
||||
}
|
||||
if (currentProps && null !== currentResource)
|
||||
throw Error(formatProdErrorMessage(529, ""));
|
||||
@@ -15603,37 +15603,37 @@ function acquireResource(hoistableRoot, resource, props) {
|
||||
return (resource.instance = instance);
|
||||
case "stylesheet":
|
||||
styleProps = getStyleKey(props.href);
|
||||
var instance$277 = hoistableRoot.querySelector(
|
||||
var instance$278 = hoistableRoot.querySelector(
|
||||
getStylesheetSelectorFromKey(styleProps)
|
||||
);
|
||||
if (instance$277)
|
||||
if (instance$278)
|
||||
return (
|
||||
(resource.state.loading |= 4),
|
||||
(resource.instance = instance$277),
|
||||
markNodeAsHoistable(instance$277),
|
||||
instance$277
|
||||
(resource.instance = instance$278),
|
||||
markNodeAsHoistable(instance$278),
|
||||
instance$278
|
||||
);
|
||||
instance = stylesheetPropsFromRawProps(props);
|
||||
(styleProps = preloadPropsMap.get(styleProps)) &&
|
||||
adoptPreloadPropsForStylesheet(instance, styleProps);
|
||||
instance$277 = (
|
||||
instance$278 = (
|
||||
hoistableRoot.ownerDocument || hoistableRoot
|
||||
).createElement("link");
|
||||
markNodeAsHoistable(instance$277);
|
||||
var linkInstance = instance$277;
|
||||
markNodeAsHoistable(instance$278);
|
||||
var linkInstance = instance$278;
|
||||
linkInstance._p = new Promise(function (resolve, reject) {
|
||||
linkInstance.onload = resolve;
|
||||
linkInstance.onerror = reject;
|
||||
});
|
||||
setInitialProperties(instance$277, "link", instance);
|
||||
setInitialProperties(instance$278, "link", instance);
|
||||
resource.state.loading |= 4;
|
||||
insertStylesheet(instance$277, props.precedence, hoistableRoot);
|
||||
return (resource.instance = instance$277);
|
||||
insertStylesheet(instance$278, props.precedence, hoistableRoot);
|
||||
return (resource.instance = instance$278);
|
||||
case "script":
|
||||
instance$277 = getScriptKey(props.src);
|
||||
instance$278 = getScriptKey(props.src);
|
||||
if (
|
||||
(styleProps = hoistableRoot.querySelector(
|
||||
getScriptSelectorFromKey(instance$277)
|
||||
getScriptSelectorFromKey(instance$278)
|
||||
))
|
||||
)
|
||||
return (
|
||||
@@ -15642,7 +15642,7 @@ function acquireResource(hoistableRoot, resource, props) {
|
||||
styleProps
|
||||
);
|
||||
instance = props;
|
||||
if ((styleProps = preloadPropsMap.get(instance$277)))
|
||||
if ((styleProps = preloadPropsMap.get(instance$278)))
|
||||
(instance = assign({}, props)),
|
||||
adoptPreloadPropsForScript(instance, styleProps);
|
||||
hoistableRoot = hoistableRoot.ownerDocument || hoistableRoot;
|
||||
@@ -16710,16 +16710,16 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
|
||||
0 === i && attemptExplicitHydrationTarget(target);
|
||||
}
|
||||
};
|
||||
var isomorphicReactPackageVersion$jscomp$inline_1887 = React.version;
|
||||
var isomorphicReactPackageVersion$jscomp$inline_1896 = React.version;
|
||||
if (
|
||||
"19.2.0-native-fb-6a7650c7-20250405" !==
|
||||
isomorphicReactPackageVersion$jscomp$inline_1887
|
||||
"19.2.0-native-fb-365c031f-20250407" !==
|
||||
isomorphicReactPackageVersion$jscomp$inline_1896
|
||||
)
|
||||
throw Error(
|
||||
formatProdErrorMessage(
|
||||
527,
|
||||
isomorphicReactPackageVersion$jscomp$inline_1887,
|
||||
"19.2.0-native-fb-6a7650c7-20250405"
|
||||
isomorphicReactPackageVersion$jscomp$inline_1896,
|
||||
"19.2.0-native-fb-365c031f-20250407"
|
||||
)
|
||||
);
|
||||
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
||||
@@ -16739,17 +16739,17 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
||||
null === componentOrElement ? null : componentOrElement.stateNode;
|
||||
return componentOrElement;
|
||||
};
|
||||
var internals$jscomp$inline_1894 = {
|
||||
var internals$jscomp$inline_1903 = {
|
||||
bundleType: 0,
|
||||
version: "19.2.0-native-fb-6a7650c7-20250405",
|
||||
version: "19.2.0-native-fb-365c031f-20250407",
|
||||
rendererPackageName: "react-dom",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-native-fb-6a7650c7-20250405",
|
||||
reconcilerVersion: "19.2.0-native-fb-365c031f-20250407",
|
||||
getLaneLabelMap: function () {
|
||||
for (
|
||||
var map = new Map(), lane = 1, index$294 = 0;
|
||||
31 > index$294;
|
||||
index$294++
|
||||
var map = new Map(), lane = 1, index$295 = 0;
|
||||
31 > index$295;
|
||||
index$295++
|
||||
) {
|
||||
var label = getLabelForLane(lane);
|
||||
map.set(lane, label);
|
||||
@@ -16762,16 +16762,16 @@ var internals$jscomp$inline_1894 = {
|
||||
}
|
||||
};
|
||||
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
||||
var hook$jscomp$inline_2304 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
||||
var hook$jscomp$inline_2319 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
||||
if (
|
||||
!hook$jscomp$inline_2304.isDisabled &&
|
||||
hook$jscomp$inline_2304.supportsFiber
|
||||
!hook$jscomp$inline_2319.isDisabled &&
|
||||
hook$jscomp$inline_2319.supportsFiber
|
||||
)
|
||||
try {
|
||||
(rendererID = hook$jscomp$inline_2304.inject(
|
||||
internals$jscomp$inline_1894
|
||||
(rendererID = hook$jscomp$inline_2319.inject(
|
||||
internals$jscomp$inline_1903
|
||||
)),
|
||||
(injectedHook = hook$jscomp$inline_2304);
|
||||
(injectedHook = hook$jscomp$inline_2319);
|
||||
} catch (err) {}
|
||||
}
|
||||
function noop() {}
|
||||
@@ -17017,7 +17017,7 @@ exports.useFormState = function (action, initialState, permalink) {
|
||||
exports.useFormStatus = function () {
|
||||
return ReactSharedInternals.H.useHostTransitionStatus();
|
||||
};
|
||||
exports.version = "19.2.0-native-fb-6a7650c7-20250405";
|
||||
exports.version = "19.2.0-native-fb-365c031f-20250407";
|
||||
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
||||
"function" ===
|
||||
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
||||
|
||||
+4
-4
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<51071ab6093199c78b59aa6bb5faacb8>>
|
||||
* @generated SignedSource<<6b5a3c26960b2e4a3385be8d5bcba503>>
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
@@ -15402,10 +15402,10 @@ __DEV__ &&
|
||||
(function () {
|
||||
var internals = {
|
||||
bundleType: 1,
|
||||
version: "19.2.0-native-fb-6a7650c7-20250405",
|
||||
version: "19.2.0-native-fb-365c031f-20250407",
|
||||
rendererPackageName: "react-test-renderer",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-native-fb-6a7650c7-20250405"
|
||||
reconcilerVersion: "19.2.0-native-fb-365c031f-20250407"
|
||||
};
|
||||
internals.overrideHookState = overrideHookState;
|
||||
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
|
||||
@@ -15550,5 +15550,5 @@ __DEV__ &&
|
||||
flushSyncWorkAcrossRoots_impl(0, !0));
|
||||
}
|
||||
};
|
||||
exports.version = "19.2.0-native-fb-6a7650c7-20250405";
|
||||
exports.version = "19.2.0-native-fb-365c031f-20250407";
|
||||
})();
|
||||
|
||||
+4
-4
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<bbecf262855e0dc1a85a186078c973cb>>
|
||||
* @generated SignedSource<<2571f2769b9335e59c174e87bd429f1b>>
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
@@ -9704,10 +9704,10 @@ function wrapFiber(fiber) {
|
||||
}
|
||||
var internals$jscomp$inline_1415 = {
|
||||
bundleType: 0,
|
||||
version: "19.2.0-native-fb-6a7650c7-20250405",
|
||||
version: "19.2.0-native-fb-365c031f-20250407",
|
||||
rendererPackageName: "react-test-renderer",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-native-fb-6a7650c7-20250405"
|
||||
reconcilerVersion: "19.2.0-native-fb-365c031f-20250407"
|
||||
};
|
||||
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
||||
var hook$jscomp$inline_1416 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
||||
@@ -9843,4 +9843,4 @@ exports.unstable_batchedUpdates = function (fn, a) {
|
||||
flushSyncWorkAcrossRoots_impl(0, !0));
|
||||
}
|
||||
};
|
||||
exports.version = "19.2.0-native-fb-6a7650c7-20250405";
|
||||
exports.version = "19.2.0-native-fb-365c031f-20250407";
|
||||
|
||||
+4
-4
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<1b18a1d8e5ae14c85fa3bc58c8e8312c>>
|
||||
* @generated SignedSource<<484638e940eba7f052a3cec75d7f9565>>
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
@@ -10317,10 +10317,10 @@ function wrapFiber(fiber) {
|
||||
}
|
||||
var internals$jscomp$inline_1228 = {
|
||||
bundleType: 0,
|
||||
version: "19.2.0-native-fb-6a7650c7-20250405",
|
||||
version: "19.2.0-native-fb-365c031f-20250407",
|
||||
rendererPackageName: "react-test-renderer",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-native-fb-6a7650c7-20250405",
|
||||
reconcilerVersion: "19.2.0-native-fb-365c031f-20250407",
|
||||
getLaneLabelMap: function () {
|
||||
for (
|
||||
var map = new Map(), lane = 1, index$148 = 0;
|
||||
@@ -10471,4 +10471,4 @@ exports.unstable_batchedUpdates = function (fn, a) {
|
||||
flushSyncWorkAcrossRoots_impl(0, !0));
|
||||
}
|
||||
};
|
||||
exports.version = "19.2.0-native-fb-6a7650c7-20250405";
|
||||
exports.version = "19.2.0-native-fb-365c031f-20250407";
|
||||
|
||||
+2
-2
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<e34bf86ae98e13de41778cfe69526788>>
|
||||
* @generated SignedSource<<be59f2b21bd9f40bf152f4f0eb6f9aca>>
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
@@ -1412,7 +1412,7 @@ __DEV__ &&
|
||||
exports.useTransition = function () {
|
||||
return resolveDispatcher().useTransition();
|
||||
};
|
||||
exports.version = "19.2.0-native-fb-6a7650c7-20250405";
|
||||
exports.version = "19.2.0-native-fb-365c031f-20250407";
|
||||
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
||||
"function" ===
|
||||
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
||||
|
||||
+2
-2
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<1b55958a29c8727e5ca64ff543913e3b>>
|
||||
* @generated SignedSource<<5aa3b910dec86442ba47c80322b774ed>>
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
@@ -587,4 +587,4 @@ exports.useSyncExternalStore = function (
|
||||
exports.useTransition = function () {
|
||||
return ReactSharedInternals.H.useTransition();
|
||||
};
|
||||
exports.version = "19.2.0-native-fb-6a7650c7-20250405";
|
||||
exports.version = "19.2.0-native-fb-365c031f-20250407";
|
||||
|
||||
Vendored
+2
-2
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<e88dda23ae2604affda18bd56153f6ff>>
|
||||
* @generated SignedSource<<3bd5646a84b2280eb69d0b480b8ad20b>>
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
@@ -591,7 +591,7 @@ exports.useSyncExternalStore = function (
|
||||
exports.useTransition = function () {
|
||||
return ReactSharedInternals.H.useTransition();
|
||||
};
|
||||
exports.version = "19.2.0-native-fb-6a7650c7-20250405";
|
||||
exports.version = "19.2.0-native-fb-365c031f-20250407";
|
||||
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
||||
"function" ===
|
||||
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
||||
|
||||
+1
-1
@@ -1 +1 @@
|
||||
6a7650c75c1bc110517bd9b3eefdc66eadbb9cbf
|
||||
365c031fd2354e94248ed9390f13fe2975b994f6
|
||||
|
||||
+3
-3
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<70e29b4fa2d455b6e390f1a3cf671099>>
|
||||
* @generated SignedSource<<4f2954f11b7d3ebc50b33ca35a4681a8>>
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
@@ -17134,10 +17134,10 @@ __DEV__ &&
|
||||
(function () {
|
||||
var internals = {
|
||||
bundleType: 1,
|
||||
version: "19.2.0-native-fb-6a7650c7-20250405",
|
||||
version: "19.2.0-native-fb-365c031f-20250407",
|
||||
rendererPackageName: "react-native-renderer",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-native-fb-6a7650c7-20250405"
|
||||
reconcilerVersion: "19.2.0-native-fb-365c031f-20250407"
|
||||
};
|
||||
null !== extraDevToolsConfig &&
|
||||
(internals.rendererConfig = extraDevToolsConfig);
|
||||
|
||||
+3
-3
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<1fddbcfc2db02f03a74cf130afab7ca0>>
|
||||
* @generated SignedSource<<e52b68375c36018b39f50158a9c4013d>>
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
@@ -10919,10 +10919,10 @@ batchedUpdatesImpl = function (fn, a) {
|
||||
var roots = new Map(),
|
||||
internals$jscomp$inline_1222 = {
|
||||
bundleType: 0,
|
||||
version: "19.2.0-native-fb-6a7650c7-20250405",
|
||||
version: "19.2.0-native-fb-365c031f-20250407",
|
||||
rendererPackageName: "react-native-renderer",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-native-fb-6a7650c7-20250405"
|
||||
reconcilerVersion: "19.2.0-native-fb-365c031f-20250407"
|
||||
};
|
||||
null !== extraDevToolsConfig &&
|
||||
(internals$jscomp$inline_1222.rendererConfig = extraDevToolsConfig);
|
||||
|
||||
+3
-3
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<ea09023b35a9ae88aad9e96c8b6ce035>>
|
||||
* @generated SignedSource<<30ce0238acf1d3b1b8794694b5265ef5>>
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
@@ -11616,10 +11616,10 @@ batchedUpdatesImpl = function (fn, a) {
|
||||
var roots = new Map(),
|
||||
internals$jscomp$inline_1317 = {
|
||||
bundleType: 0,
|
||||
version: "19.2.0-native-fb-6a7650c7-20250405",
|
||||
version: "19.2.0-native-fb-365c031f-20250407",
|
||||
rendererPackageName: "react-native-renderer",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-native-fb-6a7650c7-20250405"
|
||||
reconcilerVersion: "19.2.0-native-fb-365c031f-20250407"
|
||||
};
|
||||
null !== extraDevToolsConfig &&
|
||||
(internals$jscomp$inline_1317.rendererConfig = extraDevToolsConfig);
|
||||
|
||||
+5
-5
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<1fa1bf0cd97720e7e13b8011b591a555>>
|
||||
* @generated SignedSource<<26eca74989d6ec308cee6e1383029826>>
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
@@ -17312,11 +17312,11 @@ __DEV__ &&
|
||||
shouldSuspendImpl = newShouldSuspendImpl;
|
||||
};
|
||||
var isomorphicReactPackageVersion = React.version;
|
||||
if ("19.2.0-native-fb-6a7650c7-20250405" !== isomorphicReactPackageVersion)
|
||||
if ("19.2.0-native-fb-365c031f-20250407" !== 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-6a7650c7-20250405\nLearn more: https://react.dev/warnings/version-mismatch")
|
||||
"\n - react-native-renderer: 19.2.0-native-fb-365c031f-20250407\nLearn more: https://react.dev/warnings/version-mismatch")
|
||||
);
|
||||
if (
|
||||
"function" !==
|
||||
@@ -17342,10 +17342,10 @@ __DEV__ &&
|
||||
(function () {
|
||||
var internals = {
|
||||
bundleType: 1,
|
||||
version: "19.2.0-native-fb-6a7650c7-20250405",
|
||||
version: "19.2.0-native-fb-365c031f-20250407",
|
||||
rendererPackageName: "react-native-renderer",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-native-fb-6a7650c7-20250405"
|
||||
reconcilerVersion: "19.2.0-native-fb-365c031f-20250407"
|
||||
};
|
||||
null !== extraDevToolsConfig &&
|
||||
(internals.rendererConfig = extraDevToolsConfig);
|
||||
|
||||
+5
-5
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<e317a56a76fd6dfd82447509e2043e16>>
|
||||
* @generated SignedSource<<fb1b8c3c304ee2fb050c9a02fd5873fb>>
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
@@ -11016,11 +11016,11 @@ function updateContainer(element, container, parentComponent, callback) {
|
||||
return lane;
|
||||
}
|
||||
var isomorphicReactPackageVersion = React.version;
|
||||
if ("19.2.0-native-fb-6a7650c7-20250405" !== isomorphicReactPackageVersion)
|
||||
if ("19.2.0-native-fb-365c031f-20250407" !== 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-6a7650c7-20250405\nLearn more: https://react.dev/warnings/version-mismatch")
|
||||
"\n - react-native-renderer: 19.2.0-native-fb-365c031f-20250407\nLearn more: https://react.dev/warnings/version-mismatch")
|
||||
);
|
||||
if (
|
||||
"function" !==
|
||||
@@ -11069,10 +11069,10 @@ batchedUpdatesImpl = function (fn, a) {
|
||||
var roots = new Map(),
|
||||
internals$jscomp$inline_1285 = {
|
||||
bundleType: 0,
|
||||
version: "19.2.0-native-fb-6a7650c7-20250405",
|
||||
version: "19.2.0-native-fb-365c031f-20250407",
|
||||
rendererPackageName: "react-native-renderer",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-native-fb-6a7650c7-20250405"
|
||||
reconcilerVersion: "19.2.0-native-fb-365c031f-20250407"
|
||||
};
|
||||
null !== extraDevToolsConfig &&
|
||||
(internals$jscomp$inline_1285.rendererConfig = extraDevToolsConfig);
|
||||
|
||||
+5
-5
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<d154f4f68e0b2a6935c1c05fb22cb71b>>
|
||||
* @generated SignedSource<<63cd891d9a074c7971a6065232ea8521>>
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
@@ -11711,11 +11711,11 @@ function updateContainer(element, container, parentComponent, callback) {
|
||||
return lane;
|
||||
}
|
||||
var isomorphicReactPackageVersion = React.version;
|
||||
if ("19.2.0-native-fb-6a7650c7-20250405" !== isomorphicReactPackageVersion)
|
||||
if ("19.2.0-native-fb-365c031f-20250407" !== 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-6a7650c7-20250405\nLearn more: https://react.dev/warnings/version-mismatch")
|
||||
"\n - react-native-renderer: 19.2.0-native-fb-365c031f-20250407\nLearn more: https://react.dev/warnings/version-mismatch")
|
||||
);
|
||||
if (
|
||||
"function" !==
|
||||
@@ -11764,10 +11764,10 @@ batchedUpdatesImpl = function (fn, a) {
|
||||
var roots = new Map(),
|
||||
internals$jscomp$inline_1380 = {
|
||||
bundleType: 0,
|
||||
version: "19.2.0-native-fb-6a7650c7-20250405",
|
||||
version: "19.2.0-native-fb-365c031f-20250407",
|
||||
rendererPackageName: "react-native-renderer",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-native-fb-6a7650c7-20250405"
|
||||
reconcilerVersion: "19.2.0-native-fb-365c031f-20250407"
|
||||
};
|
||||
null !== extraDevToolsConfig &&
|
||||
(internals$jscomp$inline_1380.rendererConfig = extraDevToolsConfig);
|
||||
|
||||
Reference in New Issue
Block a user