FormidableLabs / nuka-carousel

Small, fast, and accessibility-first React carousel library with an easily customizable UI and behavior to fit your brand and site.
https://commerce.nearform.com/open-source/nuka-carousel
Other
3k stars 596 forks source link

useRef is returning undefined for nuka-Carousel #977

Closed niteshreddy6690 closed 2 months ago

niteshreddy6690 commented 1 year ago

How To use UseRef In nuka-carousel element to retrieve the default Properties.

I have an Array of Products Which contains an Array of images. When I onMouseEnter a Respective Product Autopay Should Star, onMouseLeft respective AutoPlay Should Stop.

I have Used a useRef but it's returning Undifined.

can Some Please Help me Achieve this.

image image Screenshot 2022-10-09 at 1 36 21 AM

Thanks