zillow / react-slider

Accessible, CSS agnostic, slider component for React.
https://zillow.github.io/react-slider
MIT License
891 stars 232 forks source link

Updated to getDerivedStateFromProps instead of componenetWillReceiveProps #140

Closed stanislav-ermakov closed 4 years ago

stanislav-ermakov commented 6 years ago

To avoid deprecations warnings and issues with next react versions I replaced componenetWillReceiveProps with getDerivedStateFromProps. I had to made some methods static also.

stale[bot] commented 5 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.