Closed mlasevich closed 2 years ago
When using an integer with round, everything appears to work, except getting a warning.
round
Warning: Failed prop type: Invalid prop `round` supplied to `Avatar`, expected one of type [boolean, string].
The warning is incorrect as it looks like only boolean or integer work
Looks like this: https://github.com/ambassify/react-avatar/blob/master/src/avatar.js#L56 should probably be PropTypes.number
PropTypes.number
When using an integer with
round
, everything appears to work, except getting a warning.The warning is incorrect as it looks like only boolean or integer work
Looks like this: https://github.com/ambassify/react-avatar/blob/master/src/avatar.js#L56 should probably be
PropTypes.number