UNPKG

eslint-config-alloy

Version:
8 lines (7 loc) 117 B
class Foo extends React.Component { updateName() { if (this._isMounted) { this.setState({}); } } }