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({