Karl Gharios

Results 1 comments of Karl Gharios

I am encountering the same issue. As a temporary fix, I am using the following: ```javascript let [swipeable, setSwipeable] = useState(true); ``` ```javascript useEffect(() => { if (images.length) { function...