aleksei0807 / react-images-uploader

React.js component for uploading images to the server
MIT License
177 stars 67 forks source link

Fix _react.PropTypes undefined issue #36

Closed masonzhang closed 5 years ago

masonzhang commented 5 years ago

current 1.2.0-rc1 cannot be used in react 16.5.2, there will be an error which indicated that _react.PropTypes is not defined.

masonzhang commented 5 years ago

pull request 31 already included this