Closed
Description
In the following excerpt in https://github.com/yannickcr/eslint-plugin-react/blob/master/docs/rules/jsx-no-bind.md:
<div onClick={() => console.log('Hello!'))}></div>
There is an imbalance (uneven) set of parenthesis.
In the following excerpt in https://github.com/yannickcr/eslint-plugin-react/blob/master/docs/rules/jsx-no-bind.md:
<div onClick={() => console.log('Hello!'))}></div>
There is an imbalance (uneven) set of parenthesis.