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 c06ebd8 commit 8993380Copy full SHA for 8993380
lib/rules/no-direct-mutation-state.js
@@ -1,5 +1,5 @@
1
/**
2
- * @fileoverview Prevent usage of setState in componentDidMount
+ * @fileoverview Prevent direct mutation of this.state
3
* @author David Petersen
4
*/
5
'use strict';
0 commit comments