From f9d498d97998c0d0e6d93ea582345d502215923c Mon Sep 17 00:00:00 2001 From: Marcin Maciaszczyk Date: Fri, 15 Mar 2024 13:26:33 +0100 Subject: [PATCH] fix: Fix chip list empty state prop type (#578) --- src/components/ChipList.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ChipList.tsx b/src/components/ChipList.tsx index cfe9aa89..ed0d5822 100644 --- a/src/components/ChipList.tsx +++ b/src/components/ChipList.tsx @@ -14,7 +14,7 @@ export type ChipListProps = { values: TValue[] transformValue?: TransformFn limit: number - emptyState?: JSX.Element + emptyState?: JSX.Element | null } & ChipProps function ChipList({