You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note that the <Slide> component has no attributes/props set.
If I do add :key="1" for example, everything works as expected.
This for some reason only trigger when using a production build.
Expected behavior
Being able to use the carousel without defining any props on the slides
Or specify on the docs that you must set some properties for the slide
Desktop (please complete the following information):
OS: OSX
Browser Firefox
Version 1.1.2
The text was updated successfully, but these errors were encountered:
Describe the bug
Recieving bug in SSR (nuxt)
Cannot set properties on null (setting 'index')
I tracked the issue to this line:
vue3-carousel/src/components/Carousel.ts
Line 427 in cd3ee1f
To Reproduce
Steps to reproduce the behavior:
Use the carousel in the following manner:
Note that the
<Slide>
component has no attributes/props set.If I do add
:key="1"
for example, everything works as expected.This for some reason only trigger when using a production build.
Expected behavior
Being able to use the carousel without defining any props on the slides
Or specify on the docs that you must set some properties for the slide
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: