|
7 | 7 | * @noflow
|
8 | 8 | * @nolint
|
9 | 9 | * @preventMunge
|
10 |
| - * @generated SignedSource<<3ace9ccd69b129cdf0dc2e8cf8a5d9d3>> |
| 10 | + * @generated SignedSource<<29b5cf00b5d1dc9f0b1107e3d8d364a2>> |
11 | 11 | */
|
12 | 12 |
|
13 | 13 | "use strict";
|
@@ -180,8 +180,8 @@ function describeBuiltInComponentFrame(name) {
|
180 | 180 | -1 < x.stack.indexOf("\n at")
|
181 | 181 | ? " (<anonymous>)"
|
182 | 182 | : -1 < x.stack.indexOf("@")
|
183 |
| - ? "@unknown:0:0" |
184 |
| - : ""; |
| 183 | + ? "@unknown:0:0" |
| 184 | + : ""; |
185 | 185 | }
|
186 | 186 | return "\n" + prefix + name + suffix;
|
187 | 187 | }
|
@@ -563,14 +563,14 @@ function getNextLanes(root, wipLanes) {
|
563 | 563 | return 0 === nextLanes
|
564 | 564 | ? 0
|
565 | 565 | : 0 !== wipLanes &&
|
566 |
| - wipLanes !== nextLanes && |
567 |
| - 0 === (wipLanes & suspendedLanes) && |
568 |
| - ((suspendedLanes = nextLanes & -nextLanes), |
569 |
| - (root = wipLanes & -wipLanes), |
570 |
| - suspendedLanes >= root || |
571 |
| - (32 === suspendedLanes && 0 !== (root & 4194176))) |
572 |
| - ? wipLanes |
573 |
| - : nextLanes; |
| 566 | + wipLanes !== nextLanes && |
| 567 | + 0 === (wipLanes & suspendedLanes) && |
| 568 | + ((suspendedLanes = nextLanes & -nextLanes), |
| 569 | + (root = wipLanes & -wipLanes), |
| 570 | + suspendedLanes >= root || |
| 571 | + (32 === suspendedLanes && 0 !== (root & 4194176))) |
| 572 | + ? wipLanes |
| 573 | + : nextLanes; |
574 | 574 | }
|
575 | 575 | function computeExpirationTime(lane, currentTime) {
|
576 | 576 | switch (lane) {
|
@@ -3605,8 +3605,8 @@ function checkShouldComponentUpdate(
|
3605 | 3605 | return "function" === typeof workInProgress.shouldComponentUpdate
|
3606 | 3606 | ? workInProgress.shouldComponentUpdate(newProps, newState, nextContext)
|
3607 | 3607 | : ctor.prototype && ctor.prototype.isPureReactComponent
|
3608 |
| - ? !shallowEqual(oldProps, newProps) || !shallowEqual(oldState, newState) |
3609 |
| - : !0; |
| 3608 | + ? !shallowEqual(oldProps, newProps) || !shallowEqual(oldState, newState) |
| 3609 | + : !0; |
3610 | 3610 | }
|
3611 | 3611 | function constructClassInstance(workInProgress, ctor, props) {
|
3612 | 3612 | var isLegacyContextConsumer = !1,
|
@@ -4566,46 +4566,47 @@ function updateSuspenseComponent(current, workInProgress, renderLanes) {
|
4566 | 4566 | renderLanes
|
4567 | 4567 | )))
|
4568 | 4568 | : null !== workInProgress.memoizedState
|
4569 |
| - ? (reuseSuspenseHandlerOnStack(workInProgress), |
4570 |
| - (workInProgress.child = current.child), |
4571 |
| - (workInProgress.flags |= 128), |
4572 |
| - (workInProgress = null)) |
4573 |
| - : (reuseSuspenseHandlerOnStack(workInProgress), |
4574 |
| - (nextPrimaryChildren = nextProps.fallback), |
4575 |
| - (showFallback = workInProgress.mode), |
4576 |
| - (nextProps = createFiberFromOffscreen( |
4577 |
| - { mode: "visible", children: nextProps.children }, |
4578 |
| - showFallback, |
4579 |
| - 0, |
4580 |
| - null |
4581 |
| - )), |
4582 |
| - (nextPrimaryChildren = createFiberFromFragment( |
4583 |
| - nextPrimaryChildren, |
4584 |
| - showFallback, |
4585 |
| - renderLanes, |
4586 |
| - null |
4587 |
| - )), |
4588 |
| - (nextPrimaryChildren.flags |= 2), |
4589 |
| - (nextProps.return = workInProgress), |
4590 |
| - (nextPrimaryChildren.return = workInProgress), |
4591 |
| - (nextProps.sibling = nextPrimaryChildren), |
4592 |
| - (workInProgress.child = nextProps), |
4593 |
| - 0 !== (workInProgress.mode & 1) && |
4594 |
| - reconcileChildFibers( |
4595 |
| - workInProgress, |
4596 |
| - current.child, |
4597 |
| - null, |
| 4569 | + ? (reuseSuspenseHandlerOnStack(workInProgress), |
| 4570 | + (workInProgress.child = current.child), |
| 4571 | + (workInProgress.flags |= 128), |
| 4572 | + (workInProgress = null)) |
| 4573 | + : (reuseSuspenseHandlerOnStack(workInProgress), |
| 4574 | + (nextPrimaryChildren = nextProps.fallback), |
| 4575 | + (showFallback = workInProgress.mode), |
| 4576 | + (nextProps = createFiberFromOffscreen( |
| 4577 | + { mode: "visible", children: nextProps.children }, |
| 4578 | + showFallback, |
| 4579 | + 0, |
| 4580 | + null |
| 4581 | + )), |
| 4582 | + (nextPrimaryChildren = createFiberFromFragment( |
| 4583 | + nextPrimaryChildren, |
| 4584 | + showFallback, |
| 4585 | + renderLanes, |
| 4586 | + null |
| 4587 | + )), |
| 4588 | + (nextPrimaryChildren.flags |= 2), |
| 4589 | + (nextProps.return = workInProgress), |
| 4590 | + (nextPrimaryChildren.return = workInProgress), |
| 4591 | + (nextProps.sibling = nextPrimaryChildren), |
| 4592 | + (workInProgress.child = nextProps), |
| 4593 | + 0 !== (workInProgress.mode & 1) && |
| 4594 | + reconcileChildFibers( |
| 4595 | + workInProgress, |
| 4596 | + current.child, |
| 4597 | + null, |
| 4598 | + renderLanes |
| 4599 | + ), |
| 4600 | + (nextProps = workInProgress.child), |
| 4601 | + (nextProps.memoizedState = |
| 4602 | + mountSuspenseOffscreenState(renderLanes)), |
| 4603 | + (nextProps.childLanes = getRemainingWorkInPrimaryTree( |
| 4604 | + current, |
| 4605 | + JSCompiler_temp, |
4598 | 4606 | renderLanes
|
4599 |
| - ), |
4600 |
| - (nextProps = workInProgress.child), |
4601 |
| - (nextProps.memoizedState = mountSuspenseOffscreenState(renderLanes)), |
4602 |
| - (nextProps.childLanes = getRemainingWorkInPrimaryTree( |
4603 |
| - current, |
4604 |
| - JSCompiler_temp, |
4605 |
| - renderLanes |
4606 |
| - )), |
4607 |
| - (workInProgress.memoizedState = SUSPENDED_MARKER), |
4608 |
| - (workInProgress = nextPrimaryChildren)); |
| 4607 | + )), |
| 4608 | + (workInProgress.memoizedState = SUSPENDED_MARKER), |
| 4609 | + (workInProgress = nextPrimaryChildren)); |
4609 | 4610 | else if ((pushPrimaryTreeSuspenseHandler(workInProgress), shim$1()))
|
4610 | 4611 | (JSCompiler_temp = shim$1().digest),
|
4611 | 4612 | (nextProps = Error(
|
@@ -7190,29 +7191,32 @@ function commitPassiveMountOnFiber(
|
7190 | 7191 | committedTransitions
|
7191 | 7192 | )
|
7192 | 7193 | : finishedWork.mode & 1
|
7193 |
| - ? recursivelyTraverseAtomicPassiveEffects(finishedRoot, finishedWork) |
7194 |
| - : ((instance._visibility |= 4), |
7195 |
| - recursivelyTraversePassiveMountEffects( |
| 7194 | + ? recursivelyTraverseAtomicPassiveEffects( |
| 7195 | + finishedRoot, |
| 7196 | + finishedWork |
| 7197 | + ) |
| 7198 | + : ((instance._visibility |= 4), |
| 7199 | + recursivelyTraversePassiveMountEffects( |
| 7200 | + finishedRoot, |
| 7201 | + finishedWork, |
| 7202 | + committedLanes, |
| 7203 | + committedTransitions |
| 7204 | + )) |
| 7205 | + : instance._visibility & 4 |
| 7206 | + ? recursivelyTraversePassiveMountEffects( |
7196 | 7207 | finishedRoot,
|
7197 | 7208 | finishedWork,
|
7198 | 7209 | committedLanes,
|
7199 | 7210 | committedTransitions
|
7200 |
| - )) |
7201 |
| - : instance._visibility & 4 |
7202 |
| - ? recursivelyTraversePassiveMountEffects( |
7203 |
| - finishedRoot, |
7204 |
| - finishedWork, |
7205 |
| - committedLanes, |
7206 |
| - committedTransitions |
7207 |
| - ) |
7208 |
| - : ((instance._visibility |= 4), |
7209 |
| - recursivelyTraverseReconnectPassiveEffects( |
7210 |
| - finishedRoot, |
7211 |
| - finishedWork, |
7212 |
| - committedLanes, |
7213 |
| - committedTransitions, |
7214 |
| - 0 !== (finishedWork.subtreeFlags & 10256) |
7215 |
| - )); |
| 7211 | + ) |
| 7212 | + : ((instance._visibility |= 4), |
| 7213 | + recursivelyTraverseReconnectPassiveEffects( |
| 7214 | + finishedRoot, |
| 7215 | + finishedWork, |
| 7216 | + committedLanes, |
| 7217 | + committedTransitions, |
| 7218 | + 0 !== (finishedWork.subtreeFlags & 10256) |
| 7219 | + )); |
7216 | 7220 | flags & 2048 &&
|
7217 | 7221 | commitOffscreenPassiveMountEffects(
|
7218 | 7222 | finishedWork.alternate,
|
@@ -7280,18 +7284,18 @@ function recursivelyTraverseReconnectPassiveEffects(
|
7280 | 7284 | includeWorkInProgressEffects
|
7281 | 7285 | )
|
7282 | 7286 | : finishedWork.mode & 1
|
7283 |
| - ? recursivelyTraverseAtomicPassiveEffects( |
7284 |
| - finishedRoot, |
7285 |
| - finishedWork |
7286 |
| - ) |
7287 |
| - : ((instance._visibility |= 4), |
7288 |
| - recursivelyTraverseReconnectPassiveEffects( |
7289 |
| - finishedRoot, |
7290 |
| - finishedWork, |
7291 |
| - committedLanes, |
7292 |
| - committedTransitions, |
7293 |
| - includeWorkInProgressEffects |
7294 |
| - )) |
| 7287 | + ? recursivelyTraverseAtomicPassiveEffects( |
| 7288 | + finishedRoot, |
| 7289 | + finishedWork |
| 7290 | + ) |
| 7291 | + : ((instance._visibility |= 4), |
| 7292 | + recursivelyTraverseReconnectPassiveEffects( |
| 7293 | + finishedRoot, |
| 7294 | + finishedWork, |
| 7295 | + committedLanes, |
| 7296 | + committedTransitions, |
| 7297 | + includeWorkInProgressEffects |
| 7298 | + )) |
7295 | 7299 | : ((instance._visibility |= 4),
|
7296 | 7300 | recursivelyTraverseReconnectPassiveEffects(
|
7297 | 7301 | finishedRoot,
|
@@ -8012,10 +8016,10 @@ function handleThrow(root, thrownValue) {
|
8012 | 8016 | thrownValue === SelectiveHydrationException
|
8013 | 8017 | ? 8
|
8014 | 8018 | : null !== thrownValue &&
|
8015 |
| - "object" === typeof thrownValue && |
8016 |
| - "function" === typeof thrownValue.then |
8017 |
| - ? 6 |
8018 |
| - : 1); |
| 8019 | + "object" === typeof thrownValue && |
| 8020 | + "function" === typeof thrownValue.then |
| 8021 | + ? 6 |
| 8022 | + : 1); |
8019 | 8023 | workInProgressThrownValue = thrownValue;
|
8020 | 8024 | null === workInProgress &&
|
8021 | 8025 | ((workInProgressRootExitStatus = 1),
|
@@ -9082,8 +9086,8 @@ function childrenToTree(node) {
|
9082 | 9086 | return 0 === node.length
|
9083 | 9087 | ? null
|
9084 | 9088 | : 1 === node.length
|
9085 |
| - ? toTree(node[0]) |
9086 |
| - : flatten(node.map(toTree)); |
| 9089 | + ? toTree(node[0]) |
| 9090 | + : flatten(node.map(toTree)); |
9087 | 9091 | }
|
9088 | 9092 | function nodeAndSiblingsArray(nodeWithSibling) {
|
9089 | 9093 | for (var array = []; null != nodeWithSibling; )
|
@@ -9169,8 +9173,8 @@ function getChildren(parent) {
|
9169 | 9173 | validWrapperTypes.has(node.tag)
|
9170 | 9174 | ? children.push(wrapFiber(node))
|
9171 | 9175 | : 6 === node.tag
|
9172 |
| - ? children.push("" + node.memoizedProps) |
9173 |
| - : (descend = !0); |
| 9176 | + ? children.push("" + node.memoizedProps) |
| 9177 | + : (descend = !0); |
9174 | 9178 | if (descend && null !== node.child)
|
9175 | 9179 | (node.child.return = node), (node = node.child);
|
9176 | 9180 | else {
|
@@ -9335,7 +9339,7 @@ var devToolsConfig$jscomp$inline_1034 = {
|
9335 | 9339 | throw Error("TestRenderer does not support findFiberByHostInstance()");
|
9336 | 9340 | },
|
9337 | 9341 | bundleType: 0,
|
9338 |
| - version: "19.0.0-native-fb-d025ddd3-20240722", |
| 9342 | + version: "19.0.0-native-fb-b7e7f1a3-20240722", |
9339 | 9343 | rendererPackageName: "react-test-renderer"
|
9340 | 9344 | };
|
9341 | 9345 | var internals$jscomp$inline_1223 = {
|
@@ -9366,7 +9370,7 @@ var internals$jscomp$inline_1223 = {
|
9366 | 9370 | scheduleRoot: null,
|
9367 | 9371 | setRefreshHandler: null,
|
9368 | 9372 | getCurrentFiber: null,
|
9369 |
| - reconcilerVersion: "19.0.0-native-fb-d025ddd3-20240722" |
| 9373 | + reconcilerVersion: "19.0.0-native-fb-b7e7f1a3-20240722" |
9370 | 9374 | };
|
9371 | 9375 | if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
9372 | 9376 | var hook$jscomp$inline_1224 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
|
0 commit comments