react-slick
react-slick copied to clipboard
resolved slidesToScroll negative value issue
This pull request will resolve issue id 1572 which is if the value of slidesToScroll is -1 or 0 then the slider is throwing an error. Now in this PR the dots component will not render if slidesToScroll: 0 | -1.