react-forms icon indicating copy to clipboard operation
react-forms copied to clipboard

Fix react warnings

Open jducro opened this issue 7 years ago • 2 comments

React 15.5 moved React.PropTypes to a separate package and react-addons-test-utils to react-dom

This fixes the warnings about that.

jducro avatar Nov 01 '17 11:11 jducro

@andreypopp could you merge this please?

jducro avatar Nov 06 '17 09:11 jducro

@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 !

vala avatar Nov 15 '17 14:11 vala