-
-
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
[Bug]: RangeError Maximum call stack size exceeded #1064
Comments
@jperezr21 thanks for your bug report. Did this happen in production or when your development watch was running? |
In production. |
@jperezr21 let me know if you find a consistent way of reproducing the problem. Thanks. |
[Bug]: RangeError Maximum call stack size exceeded
Thank you @davidjerleke! |
@jperezr21 a bug fix has been released in v8.5.1. Try upgrading and let me know if the problem goes away. |
@davidjerleke problem went away. Thank you! |
@jperezr21 that's good to hear. Thanks for letting me know 👍. |
Which variants of Embla Carousel are you using?
Steps to reproduce
Was not able to reproduce.
Expected Behavior
No error.
Additional Context
Started happening after upgrading from 8.3.1 to 8.4.0.
The issue is happening in
updateAndRemoveAccumulatedTime
:Looking at the diff between 8.3.1 and 8.4.0 it seems that this function was introduced in the new release: v8.3.1...v8.4.0#diff-8cdac3333b1ac4c0d5bb15d6b666ca387664c871d960fbce4f43704207715deeR47-R51
What browsers are you seeing the problem on?
Chrome, Safari, Microsoft Edge
Version
8.4.0
CodeSandbox
No response
Before submitting
The text was updated successfully, but these errors were encountered: