fix: Add key to DynamicScroller slots to fix account hover (#631)

This commit is contained in:
Jacob Hands 2022-12-29 07:55:09 -06:00 committed by GitHub
parent 6cae9505ae
commit 86a604ae9c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -50,6 +50,7 @@ const { items, prevItems, update, state, endAnchor, error } = usePaginator(pagin
page-mode
>
<slot
:key="item[keyProp]"
:item="item"
:active="active"
:older="items[index + 1]"