Skip to content

Remove unused dependencies and console.log statements #24

Remove unused dependencies and console.log statements

Remove unused dependencies and console.log statements #24

Triggered via push January 28, 2024 15:53
Status Cancelled
Total duration 3h 36m 59s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
build: src/renderer/component/buttons/delete-btn.component.tsx#L59
Property 'placeholder' is missing in type '{ children: Element[]; open: boolean; handler: () => void; size: "sm"; className: string; }' but required in type 'Pick<DialogProps, "title" | "children" | "key" | "hidden" | "about" | "id" | "className" | "style" | "onClick" | "size" | "color" | "slot" | "animate" | "defaultChecked" | ... 248 more ... | "dismiss">'.
build: src/renderer/component/buttons/delete-btn.component.tsx#L65
Property 'placeholder' is missing in type '{ children: Element[]; className: string; }' but required in type 'Pick<DialogHeaderProps, "title" | "children" | "key" | "hidden" | "about" | "id" | "className" | "style" | "onClick" | "color" | "slot" | "defaultChecked" | ... 245 more ... | "placeholder">'.
build: src/renderer/component/buttons/delete-btn.component.tsx#L71
Property 'placeholder' is missing in type '{ children: string; variant: "h5"; color: "blue-gray"; className: string; }' but required in type 'Pick<TypographyProps, "target" | "title" | "ping" | "children" | "key" | "hidden" | "about" | "id" | "className" | "style" | "onClick" | "color" | "slot" | "defaultChecked" | ... 255 more ... | "textGradient">'.
build: src/renderer/component/buttons/delete-btn.component.tsx#L79
Property 'placeholder' is missing in type '{ children: Element; divider: true; className: string; }' but required in type 'Pick<DialogBodyProps, "title" | "children" | "key" | "hidden" | "about" | "id" | "className" | "style" | "onClick" | "color" | "slot" | "defaultChecked" | "defaultValue" | ... 245 more ... | "divider">'.
build: src/renderer/component/buttons/delete-btn.component.tsx#L80
Property 'placeholder' is missing in type '{ children: (string | Element)[]; className: string; }' but required in type 'Pick<TypographyProps, "target" | "title" | "ping" | "children" | "key" | "hidden" | "about" | "id" | "className" | "style" | "onClick" | "color" | "slot" | "defaultChecked" | ... 255 more ... | "textGradient">'.
build: src/renderer/component/buttons/delete-btn.component.tsx#L85
Property 'placeholder' is missing in type '{ children: Element[]; className: string; }' but required in type 'Pick<DialogFooterProps, "title" | "children" | "key" | "hidden" | "about" | "id" | "className" | "style" | "onClick" | "color" | "slot" | "defaultChecked" | ... 245 more ... | "placeholder">'.
build: src/renderer/component/buttons/delete-btn.component.tsx#L86
Property 'placeholder' is missing in type '{ children: string; variant: "text"; color: "blue-gray"; onClick: () => void; }' but required in type 'Pick<ButtonProps, "title" | "value" | "children" | "name" | "key" | "hidden" | "about" | "id" | "className" | "style" | "onClick" | "size" | "loading" | "color" | "form" | ... 258 more ... | "fullWidth">'.
build: src/renderer/component/buttons/delete-btn.component.tsx#L89
Property 'placeholder' is missing in type '{ children: string; variant: "gradient"; color: "red"; onClick: () => Promise<void>; }' but required in type 'Pick<ButtonProps, "title" | "value" | "children" | "name" | "key" | "hidden" | "about" | "id" | "className" | "style" | "onClick" | "size" | "loading" | "color" | "form" | ... 258 more ... | "fullWidth">'.
build: src/renderer/component/buttons/update-btn.component.tsx#L108
Property 'placeholder' is missing in type '{ children: Element[]; open: boolean; size: "xl"; handler: () => void; className: string; }' but required in type 'Pick<DialogProps, "title" | "children" | "key" | "hidden" | "about" | "id" | "className" | "style" | "onClick" | "size" | "color" | "slot" | "animate" | "defaultChecked" | ... 248 more ... | "dismiss">'.
build: src/renderer/component/buttons/update-btn.component.tsx#L114
Property 'placeholder' is missing in type '{ children: Element; className: string; }' but required in type 'Pick<DialogHeaderProps, "title" | "children" | "key" | "hidden" | "about" | "id" | "className" | "style" | "onClick" | "color" | "slot" | "defaultChecked" | ... 245 more ... | "placeholder">'.
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.