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
I've noticed this a few places, where people are recording propTypes under a static PropTypes member instead of the correct camelCase static propTypes. It would be helpful if there were a lint rule that checks for this, as using PropTypes doesn't fail, it just silently doesn't check.