HurricaneJames / react-immutable-proptypes

PropType validators that work with Immutable.js.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

jguillen1984 opened this issue · comments

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!

Presumably to be consistent with React.PropTypes ?