naver / egjs-flicking

🎠 ♻️ Everyday 30 million people experience. It's reliable, flexible and extendable carousel.

Home Page:https://naver.github.io/egjs-flicking/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

error on initialize flicking with item unique key

naramdash opened this issue · comments

Description

Error is raised when initializing flicking with item's unique key (ISBN: string)

image
^ check right panel > scope > slots > [2] is undefined | Error rasied at line 58 key: slot.key!,

I checked data array that passed to flicking slots, but null or undefined is not contained.

Environment

  • @egjs/vue3-flicking: 4.11.2
  • nuxt: 3.11.2
  • vue: 3.4.26

Workaround (*)

  • when i changed :key from book.isbn to index(from v-for), it is working well.

Steps to check or reproduce

Check on Deployed service

Running on your machine => project

sorry, response data contains same unique key for different books.