-
-
Notifications
You must be signed in to change notification settings - Fork 193
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After running for a while 'cannot read properties of undefined' error is thrown #541
Comments
Hi @jjachowski, Thank you very much for a complete bug report. I’ll investigate this when possible. Best, |
@jjachowski please try this CodeSandbox and see if the problem is solved there. Thanks in advance. Best, |
@davidjerleke sorry for not replying sooner, must have missed notification. Looks great, thank you very much for that fix :) |
@hmartiins. Cheers, |
@hmartiins, @jjachowski, a bug fix for this has been released with v8.0.0-rc12. |
Bug is related to
Embla Carousel version
Describe the bug
delay: 1
instantly reproduces bugCodeSandbox
Steps to reproduce
delay: 1
to autoplay optionsExpected behavior
Additional context
undefined
value is being passed tonormalizeInput
function. Then in ternary operator we try to.get()
on this undefined value.The text was updated successfully, but these errors were encountered: