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
{{ message }}
This repository was archived by the owner on Oct 3, 2022. It is now read-only.
Keep other static class members, such as defaultProps (lyft#36)
* Add test for defaultProps
* Check if the name == "propTypes", not != " propTypes"
* More ways of getting the class member name (hacky)
* Check if we're an identifier; if we are we can just always use name.escapedText
* Use ts.isIdentifier helper function instead of direct comparison on .kind
0 commit comments