Skip to content

Commit

Permalink
Update ReactFiberCompleteWork.js
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangenming committed Apr 18, 2024
1 parent b5e5ce8 commit fa759bf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/react-reconciler/src/ReactFiberCompleteWork.js
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,6 @@ function appendAllChildrenToContainer(
// children to find all the terminal nodes.
let node = workInProgress.child;
while (node !== null) {
// eslint-disable-next-line no-labels
if (node.tag === HostComponent) {
let instance = node.stateNode;
if (needsVisibilityToggle && isHidden) {
Expand Down

0 comments on commit fa759bf

Please sign in to comment.