We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a44e750 commit 38bdda1Copy full SHA for 38bdda1
packages/react-reconciler/src/ReactFiberApplyGesture.js
@@ -146,7 +146,7 @@ function trackDeletedPairViewTransitions(deletion: Fiber): void {
146
}
147
let child = deletion.child;
148
while (child !== null) {
149
- if (child.tag === OffscreenComponent && child.memoizedState === null) {
+ if (child.tag === OffscreenComponent && child.memoizedState !== null) {
150
// This tree was already hidden so we skip it.
151
} else {
152
if (
0 commit comments