HurricaneJames / react-immutable-proptypes

PropType validators that work with Immutable.js.
MIT License
641 stars 46 forks source link

QUESTION: Why are props lower cased and not Title cased? #38

Open jguillen1984 opened 8 years ago

jguillen1984 commented 8 years ago

Awesome library! Very happy to have found it!

I have a question around why map is lowercased in ImmutablePropTypes.map. I found it a little awkward that these do not match the ImmutableJS objects.

Just wondering what the reason was behind this or if this should be updated to reflect the ImmutableJS library more closely.

Thanks!

Lexicality commented 8 years ago

Presumably to be consistent with React.PropTypes ?