autoPlay crashes with infiniteLoop and !swipeable set
See original GitHub issueThe component crashes after passing through the first loop. This only happens when swipeable is disabled and infiniteLoop is enabled.
<Carousel
swipeable={false}
showThumbs={false}
autoPlay
infiniteLoop
>
{[...].map((url) => <CustomComponent url={url} />}
</Carousel>
Error message
Issue Analytics
- State:
- Created 5 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Infinite loop that does not crash but causes 300% CPU
I have this code that makes my app hang and Expo using 300% CPU. It looks like an infinite loop ...
Read more >Swipe Gallery infinite loop - Google Groups
It is possible to use our event system to loop the gallery forever, but this makes the autoplay impossible to ever stop. (Normally,...
Read more >How to Enable Autoplay for SwiperJS React - YouTube
In this video I will quickly explain how to enable the autoplay feature in Swiper React based carousels.
Read more >Playback User Guide | MultiTracks.com Help Center
Infinite Loop Preset (Pro feature): Would you like a song section to ... Disable Loop: Enable this setting if you want a MIDI...
Read more >Fully Kiosk Browser & App Lockdown Help
The intent of most people setting up kiosk mode is to prevent the user from ... In the Fully Kiosk app swipe from...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Please check it working at http://react-responsive-carousel.js.org/storybook/?selectedKind=Carousel&selectedStory=infinite loop %2B auto play - swipeable&full=0&down=1&left=1&panelRight=0&downPanel=kadirahq%2Fstorybook-addon-actions%2Factions-panel
Version 3.1.46 published to npm