From a1d8b843c80ab77466ac8c8ecfaea447d4227326 Mon Sep 17 00:00:00 2001 From: John Haupenthal Date: Wed, 23 Oct 2024 20:14:03 -0700 Subject: [PATCH] fix: ts error --- src/components/LazyFlatList.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/LazyFlatList.tsx b/src/components/LazyFlatList.tsx index 8ab9364..0d70631 100644 --- a/src/components/LazyFlatList.tsx +++ b/src/components/LazyFlatList.tsx @@ -36,8 +36,8 @@ export interface LazyFlatListProps { type Props = LazyFlatListProps & Omit< - React.ComponentProps>, - 'onLayout' | 'onScroll' | 'ref' + React.ComponentProps>, + 'onLayout' | 'onScroll' | 'ref' | 'CellRendererComponent' >; /**