Closed naramdash closed 6 months ago
Error is raised when initializing flicking with item's unique key (ISBN: string)
^ check right panel > scope > slots > [2] is undefined | Error rasied at line 58 key: slot.key!,
undefined
key: slot.key!,
I checked data array that passed to flicking slots, but null or undefined is not contained.
:key
book.isbn
index
v-for
npm run dev
sorry, response data contains same unique key for different books.
Description
Error is raised when initializing flicking with item's unique key (ISBN: string)
^ check right panel > scope > slots > [2] is
undefined
| Error rasied at line 58key: slot.key!,
I checked data array that passed to flicking slots, but null or undefined is not contained.
Environment
Workaround (*)
:key
frombook.isbn
toindex
(fromv-for
), it is working well.Steps to check or reproduce
Check on Deployed service
Running on your machine => project
npm run dev