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 8bfafe1 commit adbdfd6Copy full SHA for adbdfd6
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