react-immutable-proptypes
react-immutable-proptypes copied to clipboard
`exact` prop type
Hey there, prop-types version 15.6.0 added a new feature PropTypes.exact which is like PropTypes.shape but warns on extra object keys. I'm wondering if something similar should be added to this library in order to maintain consistency?