-
-
Notifications
You must be signed in to change notification settings - Fork 195
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]: Render when slides are wider than view size #815
Comments
It doesn't occur if i remove slidesToScroll: "auto" |
Thanks @ferka123 for your bug report. I wonder if this is related to? I'll look into it when possible. |
davidjerleke
changed the title
[Bug]: TypeError when the windows is less than 325 px width
[Bug]: Render when slides are wider than view size
Apr 6, 2024
@ferka123 I've checked your CodeSandbox out and can confirm that this will be solved in the following PR: |
@davidjerleke Thank you! This would be most helpful |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Which variants of Embla Carousel are you using?
Steps to reproduce
The bug occurs when the windows width is 325px or when i resize it to less than 325px
The error:
TypeError: Cannot read properties of undefined (reading 'right')
I left a codesandbox below
Expected Behavior
I expect it to work properly on any window width
Additional Context
I use next.js 13 with styled components
What browsers are you seeing the problem on?
Chrome
Version
v. 8.0.0
CodeSandbox
https://codesandbox.io/p/devbox/funny-williams-y3cdy8
Before submitting
The text was updated successfully, but these errors were encountered: