Karl Gharios
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...
Oh that's too bad 🥲 Thanks for getting back to me. Would you be open for a pull request?
This feature would be useful for me too
Experiencing the same