akiran / react-slick

React carousel component
http://react-slick.neostack.com/
MIT License
11.61k stars 2.09k forks source link

ref not working in Slider component #2334

Closed fzn0x closed 5 months ago

fzn0x commented 5 months ago

<Slider ref={itemContainerRef} {...settings}>

seems like ref is not working for DOM operations

Uncaught TypeError: Cannot read properties of undefined (reading 'remove')

i got this when try to remove the Slider classList

fzn0x commented 5 months ago

This is solved by referencing it as a children