laurenchen0631 / react-owl-carousel

React + Owl Carousel
Apache License 2.0
198 stars 109 forks source link

i can't use methods #128

Open Gripers opened 12 months ago

Gripers commented 12 months ago

i'm trying with useRef, but it gives error ref.current.to() is not a function

gravitymedianet commented 7 months ago

You need to test first -- if (ref && ref.current) {.your code }