iainheng

Results 1 comments of iainheng

I solved it by using different import statement `import PropTypes from 'prop-types';` which React.PropTypes has moved into a different package since React v15.5. ![image](https://user-images.githubusercontent.com/3263759/43072642-5a6d66fa-8ea9-11e8-9c99-61fc2b0b9a9d.png) https://reactjs.org/docs/typechecking-with-proptypes.html