Use react-science confirmation dialog #6342
Annotations
10 errors
src/component/elements/ToolbarMenu.tsx#L162
Type '{ children: any; id: string; title: string; active: boolean; onClick: () => void; }' is not assignable to type 'IntrinsicAttributes & { css?: Interpolation<Theme>; } & ToolbarItemProps'.
|
src/component/elements/toggle/ToggleButton.tsx#L47
Type '{ children: ReactElement<any, string | JSXElementConstructor<any>>; onClick: () => void; title: string; id: string; active: boolean | undefined; }' is not assignable to type 'IntrinsicAttributes & ToolbarItemProps'.
|
src/component/header/Header.tsx#L157
Type '{ children: Element; orientation: string; }' is not assignable to type 'IntrinsicAttributes & ToolbarProps'.
|
src/component/header/Header.tsx#L182
Type '{ children: (false | Element)[]; orientation: string; }' is not assignable to type 'IntrinsicAttributes & ToolbarProps'.
|
src/component/header/Header.tsx#L184
Type '{ children: Element; id: string; title: string; onClick: () => Window | null; }' is not assignable to type 'IntrinsicAttributes & { css?: Interpolation<Theme>; } & ToolbarItemProps'.
|
src/component/header/Header.tsx#L197
Type '{ children: Element; id: string; onClick: () => void; title: string; className: string; }' is not assignable to type 'IntrinsicAttributes & { css?: Interpolation<Theme>; } & ToolbarItemProps'.
|
src/component/modal/aboutUs/AboutUsModal.tsx#L97
Type '{ children: Element; onClick: () => void; titleOrientation: string; id: string; title: string; }' is not assignable to type 'IntrinsicAttributes & { css?: Interpolation<Theme>; } & ToolbarItemProps'.
|
src/component/modal/setting/GeneralSettings.tsx#L287
Type '{ children: Element; id: string; onClick: () => void; title: string; }' is not assignable to type 'IntrinsicAttributes & { css?: Interpolation<Theme>; } & ToolbarItemProps'.
|
src/component/toolbar/BasicToolBar.tsx#L233
Type '{ children: Element; id: string; className: string; title: string; onClick: () => void; }' is not assignable to type 'IntrinsicAttributes & ToolbarItemProps'.
|
src/component/toolbar/BasicToolBar.tsx#L247
Type '{ children: Element; id: string; title: string; onClick: () => void; className: string; }' is not assignable to type 'IntrinsicAttributes & ToolbarItemProps'.
|
The logs for this run have expired and are no longer available.
Loading