Skip to content

Commit fa759bf

Browse files
authored
Update ReactFiberCompleteWork.js
1 parent b5e5ce8 commit fa759bf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/react-reconciler/src/ReactFiberCompleteWork.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,6 @@ function appendAllChildrenToContainer(
329329
// children to find all the terminal nodes.
330330
let node = workInProgress.child;
331331
while (node !== null) {
332-
// eslint-disable-next-line no-labels
333332
if (node.tag === HostComponent) {
334333
let instance = node.stateNode;
335334
if (needsVisibilityToggle && isHidden) {

0 commit comments

Comments
 (0)