react-router-form
react-router-form copied to clipboard
react 16 TypeError: _React$PropTypes is undefined
hello i am getting the bellow error when i import Form.
TypeError: _React$PropTypes is undefined
@hannanstd hi, you solved that?
https://reactjs.org/docs/typechecking-with-proptypes.html
Note:
React.PropTypes has moved into a different package since React v15.5. Please use the prop-types library instead.
Also react router now uses history.push
https://github.com/ReactTraining/react-router/blob/master/packages/react-router-dom/modules/Link.js