kubagp
Results
2
comments of
kubagp
AFAIK the latest version of react-swipeable-views that doesn't have problems with animation on first transition and can start with `index != 0` is 0.12.10. In order to install it with...
Workaround: ```tsx void}> ``` ```ts const handleChange = (e: { elapsedTime: number }) => { if (e?.elapsedTime === 0) return; // Do your stuff... } ``` Would be nice if...