CalebMorris / react-moment-proptypes

React proptype validator for moment.js
49 stars 17 forks source link

momentString isRequired Optional #8

Closed CalebMorris closed 9 years ago

CalebMorris commented 9 years ago

The current (0.1.0) behavior of MomentPropTypes.momentString.isRequired is defaulting to the optional behavior and isn't throwing a warning as I would expect. I'm not sure why this is occurring, but will investigate.

ref #4