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
Confirmation - happening to me as well. Tried to update to latest, still happening across browsers.
On first init of the component the duration check from slide is crashing on undefined even though the property is clearly set up properly. When I clicked out and then reactivated the component, it suddenly started to work - this is reliably reproducible behaviour, so I created rather hacky and ugly, but still working workaround - should somebody be interested in it:
Put following v-if="slideShowHack" on the vueper-slides component.
And then this slideShowHack is set like this using a watch over the slides:
So it is essentially forcing a re-render / re-init of the entire component whenever slides array changes. Obviously - and I cannot stress this enough - this is very hacky and not exactly pretty, but it's a workaround.
To prevent some blinking that this could lead to on initial render of the parent component, set the default value of slideShowHack to false.
I'm using simple image slider with basic example but autoplay not working and getting error on console
Error image:
Example code:
The text was updated successfully, but these errors were encountered: