Skip to content

Commit 5579f7b

Browse files
author
Brian Vaughn
committed
Removed TODO comment
1 parent 2badf9d commit 5579f7b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/react-reconciler/src/ReactFiberCompleteWork.new.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1063,7 +1063,6 @@ function completeWork(
10631063
if (renderState.lastEffect === null) {
10641064
workInProgress.firstEffect = null;
10651065
workInProgress.subtreeTag = NoEffect;
1066-
// TODO (effects) This probably isn't the best approach. Discuss with Brian
10671066
let child = workInProgress.child;
10681067
while (child !== null) {
10691068
child.deletions = null;

0 commit comments

Comments
 (0)