You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
Hey there, prop-types version
15.6.0added a new featurePropTypes.exactwhich is likePropTypes.shapebut warns on extra object keys. I'm wondering if something similar should be added to this library in order to maintain consistency?