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.
2 parents 3c7a065 + adbdfd6 commit 6d0a8c2Copy full SHA for 6d0a8c2
docs/rules/jsx-no-bind.md
@@ -10,7 +10,7 @@ The following patterns are considered warnings:
10
<div onClick={this._handleClick.bind(this)}></div>
11
```
12
```jsx
13
-<div onClick={() => console.log('Hello!'))}></div>
+<div onClick={() => console.log('Hello!')}></div>
14
15
16
The following patterns are not considered warnings:
0 commit comments