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 b5e5ce8 commit fa759bfCopy full SHA for fa759bf
packages/react-reconciler/src/ReactFiberCompleteWork.js
@@ -329,7 +329,6 @@ function appendAllChildrenToContainer(
329
// children to find all the terminal nodes.
330
let node = workInProgress.child;
331
while (node !== null) {
332
- // eslint-disable-next-line no-labels
333
if (node.tag === HostComponent) {
334
let instance = node.stateNode;
335
if (needsVisibilityToggle && isHidden) {
0 commit comments