schovi/react-iscroll

tap in proptypes can be of type bool or string

Closed this issue · 1 comments

get a warning if setting custom tap, so in prop_types.js tap should have following value tap: oneOfType([
bool,
string
]),

Fixed 76e0e08