Skip to content

Commit 64102d3

Browse files
committed
Remove TODO
1 parent ec94579 commit 64102d3

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/rule.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,7 @@ export const rule = {
6363
messageId: messageIds.avoidResettingStateFromProps,
6464
data: { prop: propName },
6565
});
66-
67-
// Don't flag anything else (particularly avoidChainingState will trigger).
68-
// Just confusing, and this should be fixed first.
69-
// TODO: Hmm or maybe not. It depends.
66+
// Don't flag anything else -- confusing, and this should be fixed first.
7067
return;
7168
}
7269

0 commit comments

Comments
 (0)