gs-shop / vue-slick-carousel

🚥Vue Slick Carousel with True SSR Written for ⚡Faster Luxstay
https://gs-shop.github.io/vue-slick-carousel/
Other
801 stars 186 forks source link

Bug "Keys missing" #274

Closed EmilyFlocc closed 1 year ago

EmilyFlocc commented 1 year ago

I am having a bug on mobile where there is an array of items, but the error suggests it is expecting an object with keys instead?

Screenshot 2023-03-21 at 10 27 22 Screenshot 2023-03-21 at 10 27 39 Screenshot 2023-03-21 at 10 32 19

My setup is:

{
  arrows: false,
  dots: false,
  slidesToShow: 1,
  infinite: true,
  centerMode: false,
  autoplay: true,
  autoplaySpeed: 10000,
  speed: 1000,
}
EmilyFlocc commented 1 year ago

Sorry - ignore this, was another package causing the issue, but it was displaying as the carousel being broken!