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 1 year ago

Gripers commented 1 year ago

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

gravitymedianet commented 1 year ago

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