UNPKG

eslint-config-alloy

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