react-multi-carousel
react-multi-carousel copied to clipboard
Removed defaultProps
When using the library the following warning shows up:
Warning: Styled(Carousel): Support for defaultProps will be removed from function components in a future major release. Use JavaScript default parameters instead
This PR fixes it
Do you mind reviewing this? @YIZHUANG