PropTypes help components communicate what `props` they require: https://facebook.github.io/react/docs/typechecking-with-proptypes.html. Each component should declare the PropTypes it is expecting.
PropTypes help components communicate what
propsthey require: https://facebook.github.io/react/docs/typechecking-with-proptypes.html.Each component should declare the PropTypes it is expecting.