ismail9k / vue3-carousel

Vue 3 carousel component
https://ismail9k.github.io/vue3-carousel/
MIT License
675 stars 167 forks source link

Uncaught RangeError: Maximum call stack size exceeded at mapNumberToRange #234

Closed ADCJustinH closed 1 year ago

ADCJustinH commented 1 year ago

Describe the bug When creating a carousel with 1 item and autoplay enabled this error occurs.

To Reproduce Use version 0.2.0 (This does not error in 0.1.48)

Create carousel with 1 slide that scrolls:

 <carousel :items-to-show="3.5" :autoplay="3500">
...
</carousel>

wait 3.5 secs and see error in console.

Expected behavior no error

ismail9k commented 1 year ago

fixed in v0.2.1