react-immutable-proptypes
react-immutable-proptypes copied to clipboard
QUESTION: Why are props lower cased and not Title cased?
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!
Presumably to be consistent with React.PropTypes ?