YIZHUANG / react-multi-carousel

A lightweight production-ready Carousel that rocks supports multiple items and server-side rendering with no dependency. Bundle size 2kb.
MIT License
1.28k stars 289 forks source link

Removed defaultProps #427

Open lpbonomi opened 7 months ago

lpbonomi commented 7 months ago

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

lpbonomi commented 7 months ago

Do you mind reviewing this? @YIZHUANG