add button type for Dropdown and custom props for Modal custom footer #121
Annotations
2 errors
build:
src/components/modal/modal.stories.tsx#L76
Type '{ children: (string | number)[]; title: string; CustomFooter: FC<{ closeHandler: () => void; }>; onClose?: (() => void) | undefined; footerNode?: ReactNode; className?: string | undefined; ... 9 more ...; description?: ReactNode; }' is not assignable to type 'IntrinsicAttributes & ModalProps'.
|
build
Process completed with exit code 2.
|