Jared
Results
1
comments of
Jared
@ankumar3 Not sure on the cause. But for me, I have found that `useRef` doesn't work and I needed to create a state reference. So, instead of: ```js const sliderRef...