wip5 #4098
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
6 errors
check-eslint
Type '{ children: Element; isOpen: boolean; isFullScreen: boolean; hasChanged: boolean; onClose: () => void; title: string; onSave: () => void; }' is not assignable to type 'IntrinsicAttributes & ModalProps'.
|
check-eslint
Type '{ children: Element[]; isOpen: boolean; onClose: () => void; title: string; isFullScreen: boolean; hasChanged: boolean; onSave: (() => Promise<void>) | undefined; }' is not assignable to type 'IntrinsicAttributes & ModalProps'.
|
check-eslint
Type '{ children: Element; isOpen: boolean; onClose: () => void; onSave: () => void; hasChanged: boolean; isFullScreen: boolean; title: string; }' is not assignable to type 'IntrinsicAttributes & ModalProps'.
|
check-eslint
Type '{ children: Element; isOpen: boolean; onClose: () => void; hasChanged: false; isFullScreen: boolean; title: string; }' is not assignable to type 'IntrinsicAttributes & ModalProps'.
|
check-eslint
Type '{ name: string; email: string; workspaces: { role: string; }[]; image: null; id: number; provider: UserProviderType; providerId: string; username: string; isDustSuperUser: boolean; }[]' is not assignable to type 'UserType[]'.
|
check-eslint
Process completed with exit code 2.
|