From e8eb0ee59890ca2876ee98677911e2e4a474e616 Mon Sep 17 00:00:00 2001 From: Abdullah Atta Date: Thu, 14 Dec 2023 14:50:32 +0500 Subject: [PATCH] web: getKey -> key --- apps/web/src/components/list-container/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/src/components/list-container/index.tsx b/apps/web/src/components/list-container/index.tsx index 2d949bb88..4985e43d4 100644 --- a/apps/web/src/components/list-container/index.tsx +++ b/apps/web/src/components/list-container/index.tsx @@ -147,7 +147,7 @@ function ListContainer(props: ListContainerProps) { > items.getKey(index)} + computeItemKey={(index) => items.key(index)} defaultItemHeight={DEFAULT_ITEM_HEIGHT} totalCount={items.ids.length} onBlur={() => setFocusedGroupIndex(-1)}