sveltejs / svelte-virtual-list

A virtual list component for Svelte apps
https://svelte.dev/repl/f78ddd84a1a540a9a40512df39ef751b
Other
688 stars 58 forks source link

Added item key check in internal each loop #34

Closed jthawme closed 5 years ago

jthawme commented 5 years ago

I needed to invalidate the data in a more intense way in the loop, so needed to have the loop give a key from my array of data.

jthawme commented 5 years ago

Closed due to me wanting another PR on my fork and it updating this PR!

Opened a new one here #35