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
fix(react): Migrate from React.PropTypes (#88)
With React 15.5.0, `React.PropTypes` are now extracted to a separate package. They are still accessible via the main React object, but using them will log a deprecation warning to the console when in development mode.