confusing-browser-globals
Motivation
handleClick() { // missing `event` argument
this.setState({
text: event.target.value // uses the `event` global: oops!
});
}Installation
npm install --save confusing-browser-globalsUsage
License
Last updated