I added slider using react-slick to my React app. For <Slider> I added ref, and I’m trying use it to change active slide: but I got an error: TypeError: sliderRef.slick is not a function Why doesn’t this work for me? “react”: “^16.6.3”, “react-slick”: R…