Closed JordyVialoux closed 6 years ago
I have answered it on the thread Here
why do I get an error "TypeError: Cannot read property 'slickNext' of null
" why is this happening?
why do I get an error "
TypeError: Cannot read property 'slickNext' of null
" why is this happening?
if anyone encounters this problem. Helped me -
ref={(slider) => { if (slider) { sliderRef = slider } }}
Is it possible to trigger the slickPrev and slickNext on scroll? I have a stackoverflow question on this here containing my component code however, I cannot get the scroll to trigger to cycle through the slides?
https://stackoverflow.com/questions/47641714/react-slick-carousel-cycle-through-slides-with-scroll-event-react-js-javascri/47642246#47642246
Here is my component code: