react-forms
react-forms copied to clipboard
Fix react warnings
React 15.5 moved React.PropTypes
to a separate package and react-addons-test-utils
to react-dom
This fixes the warnings about that.
@andreypopp could you merge this please?
@andreypopp this should fix React 16 compatibility issues since React.PropTypes has been definitely removed in React 16. Any chance this gets merged soon ? Thanks !