Autoplay using nextjs 13 not working #471
-
Using the autoplay function alone is not working. I had to include a code to make it work without the autoplay. Any idea why?
|
Beta Was this translation helpful? Give feedback.
Answered by
davidjerleke
May 9, 2023
Replies: 1 comment 3 replies
-
Hi @gmcamposano, Thanks for your question. I'm missing crucial information:
David |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks for the additional details @gmcamposano.
Yes. Ideally, you should use the same version for the main package (
embla-carousel-react
in this case) and the plugin. In your case the main package was an entire major version behind. And major releases have breaking changes so they won't be compatible in many cases.Best,
David