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
Update react-components with support for React 16.3.0
Summary:
As part of upgrading to React 16 in webapp, we need to update these components.
Specifically, changing `React.PropTypes` use cases to require `prop-types` library,
and utilizing `createReactClass` instead of `React.createClass`.
Test Plan: - Run `make test`, `make all`
Reviewers: emily, john, scottgrant
Reviewed By: scottgrant
Subscribers: tom
Differential Revision: https://phabricator.khanacademy.org/D45539
0 commit comments