El
Results
1
comments of
El
I was able to get it working using ref instead of onRef as well as close() instead of recenter() ``` const swipeRef = useRef(); const doRecenter = function(){ if(swipeRef &&...