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 3194de2 commit af6cb31Copy full SHA for af6cb31
tests/lib/rules/no-access-state-in-setstate.js
@@ -65,7 +65,7 @@ ruleTester.run('no-access-state-in-setstate', rule, {
65
`,
66
parserOptions: parserOptions
67
}, {
68
- // issue 1597: allow this.state in callback
+ // issue 1604: allow this.state in callback
69
code: `
70
var Hello = React.createClass({
71
onClick: function() {
0 commit comments