From 8f4b4e20abaacd27bf8799cba48cfbf4a77f1c2c Mon Sep 17 00:00:00 2001 From: LongYinan Date: Thu, 1 Feb 2024 16:10:14 +0000 Subject: [PATCH] fix(core): typecheck after jotai upgraded (#5779) --- packages/frontend/core/src/components/page-list/list.tsx | 1 - .../frontend/core/src/components/page-list/virtualized-list.tsx | 1 - 2 files changed, 2 deletions(-) diff --git a/packages/frontend/core/src/components/page-list/list.tsx b/packages/frontend/core/src/components/page-list/list.tsx index 93c4627f69..62ab1b49df 100644 --- a/packages/frontend/core/src/components/page-list/list.tsx +++ b/packages/frontend/core/src/components/page-list/list.tsx @@ -35,7 +35,6 @@ export const List = forwardRef>( return ( // push pageListProps to the atom so that downstream components can consume it // this makes sure pageListPropsAtom is always populated - // @ts-expect-error fix type issues later diff --git a/packages/frontend/core/src/components/page-list/virtualized-list.tsx b/packages/frontend/core/src/components/page-list/virtualized-list.tsx index 87f94aa647..2e42139940 100644 --- a/packages/frontend/core/src/components/page-list/virtualized-list.tsx +++ b/packages/frontend/core/src/components/page-list/virtualized-list.tsx @@ -77,7 +77,6 @@ export const VirtualizedList = forwardRef< return ( // push pageListProps to the atom so that downstream components can consume it // this makes sure pageListPropsAtom is always populated - // @ts-expect-error fix type issues later