-
Couldn't load subscription status.
- Fork 699
Description
Prerequisites
- I have searched the open issues to make sure I'm not opening a duplicate issue
- I have read through the docs before asking a question
- I am using the latest version of Spectacle
Describe Your Environment
What version of Spectacle are you using? (can be found by running npm list --depth 0 spectacle)
9.5.1
What version of React are you using? (can be found by running npm list --depth 0 react)
react@18.1.0
What browser are you using? (e.g., Chrome 105.0.5195.102, Safari 16.0)
Version 105.0.5195.125 (Official Build) (arm64)
What platform are you on? (e.g., Windows, macOS, iOS, Android)
macOS
Describe the Problem
autoPlayLoop doesn't work on my deck
https://codesandbox.io/s/quizzical-fog-uorj8i?file=/src/index.js
Just add autoPlayLoop to Deck (as in documentation) - expected to play slides in loop.
Doesn't do so.
Expected behavior: [What you expect to happen]
Just add autoPlayLoop to Deck (as in documentation) - expected to play slides in loop.
Doesn't do so.
Actual behavior: [What actually happens]
Just add autoPlayLoop to Deck (as in documentation) - expected to play slides in loop.
Doesn't do so.