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 e2ca690 commit f06db3dCopy full SHA for f06db3d
docs/rules/no-access-state-in-setstate.md
@@ -1,4 +1,4 @@
1
-# Prevent using this.state within a this.setState (no-access-state-in-setstate)
+# Prevent using this.state within a this.setState (react/no-access-state-in-setstate)
2
3
This rule should prevent usage of `this.state` inside `setState` calls.
4
Such usage of `this.state` might result in errors when two state calls are
0 commit comments