[FEQ]Yaswanth/FEQ-1786-Added_Dialog_component #312
Annotations
5 errors
Build and test:
lib/components/Dialog/__test__/Dialog.spec.tsx#L9
Type '{ isOpen: boolean; header: string; body: Element; primaryButton: Element; }' is not assignable to type 'IntrinsicAttributes & TDialogProps'.
|
Build and test:
lib/components/Dialog/__test__/Dialog.spec.tsx#L24
Type '{ isOpen: boolean; body: Element; primaryButton: Element; }' is not assignable to type 'IntrinsicAttributes & TDialogProps'.
|
Build and test:
lib/components/Dialog/__test__/Dialog.spec.tsx#L40
Type '{ isOpen: boolean; header: string; body: Element; primaryButton: Element; }' is not assignable to type 'IntrinsicAttributes & TDialogProps'.
|
Build and test:
lib/components/Dialog/__test__/Dialog.spec.tsx#L55
Type '{ isOpen: boolean; header: string; body: Element; primaryButton: Element; secondaryButton: Element; }' is not assignable to type 'IntrinsicAttributes & TDialogProps'.
|
Build and test
Process completed with exit code 2.
|