react-immutable-proptypes icon indicating copy to clipboard operation
react-immutable-proptypes copied to clipboard

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

Open jguillen1984 opened this issue 9 years ago • 1 comments
trafficstars

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!

jguillen1984 avatar Aug 05 '16 21:08 jguillen1984

Presumably to be consistent with React.PropTypes ?

Lexicality avatar Aug 06 '16 13:08 Lexicality