web: getKey -> key

This commit is contained in:
Abdullah Atta
2023-12-14 14:50:32 +05:00
committed by Abdullah Atta
parent 9fc7d644fc
commit e8eb0ee598

View File

@@ -147,7 +147,7 @@ function ListContainer(props: ListContainerProps) {
>
<Virtuoso
ref={listRef}
computeItemKey={(index) => items.getKey(index)}
computeItemKey={(index) => items.key(index)}
defaultItemHeight={DEFAULT_ITEM_HEIGHT}
totalCount={items.ids.length}
onBlur={() => setFocusedGroupIndex(-1)}