You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feature request! Per airbnb/javascript#612 (comment), it'd be great if a component that does not reference this.state or this.refs (including { state } = this/ { refs } = this/var foo = this; foo.state etc), and that has no lifecycle methods, should instead be a functional stateless component.
The text was updated successfully, but these errors were encountered:
Feature request! Per airbnb/javascript#612 (comment), it'd be great if a component that does not reference
this.state
orthis.refs
(including{ state } = this
/{ refs } = this
/var foo = this; foo.state
etc), and that has no lifecycle methods, should instead be a functional stateless component.The text was updated successfully, but these errors were encountered: