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 837d0ad commit c39bab5Copy full SHA for c39bab5
docs/rules/no-did-mount-set-state.md
@@ -4,7 +4,7 @@ Updating the state after a component mount will trigger a second `render()` call
4
5
## Rule Details
6
7
-This rule is aimed to forbids the use of `this.setState` in `componentDidMount`.
+This rule is aimed to forbid the use of `this.setState` in `componentDidMount`.
8
9
The following patterns are considered warnings:
10
0 commit comments