beyonk-group / svelte-carousel

A super lightweight, super simple Carousel for Svelte 3
MIT License
213 stars 38 forks source link

perPage working but with error message #39

Closed ederby closed 4 years ago

ederby commented 4 years ago

The perPage function used like "perPage={{ 800: 3, 500: 2 }}" generates an error message "Invalid array length" and even though it works as expected it fucks up other functions on the site. Skärmavbild 2020-06-25 kl  09 57 49

antony commented 4 years ago

It's useful if you tell me which version of the software you're using. I suspect this https://github.com/beyonk-adventures/svelte-carousel/pull/38 fixes your issue.

ederby commented 4 years ago

Wow it did worked! Thank you! :D