react-router-form icon indicating copy to clipboard operation
react-router-form copied to clipboard

react 16 TypeError: _React$PropTypes is undefined

Open hannanstd opened this issue 8 years ago • 2 comments

hello i am getting the bellow error when i import Form.

TypeError: _React$PropTypes is undefined

hannanstd avatar Mar 21 '18 20:03 hannanstd

@hannanstd hi, you solved that?

lepfsd avatar Apr 13 '18 01:04 lepfsd

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

forelabs avatar Jun 01 '18 07:06 forelabs