Skip to content

Few updates and fixes #52

Few updates and fixes

Few updates and fixes #52

Triggered via pull request January 7, 2024 18:53
Status Failure
Total duration 1m 12s
Artifacts

typecheck.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Typecheck: components/base/UForm.vue#L70
Type '{ [key: string]: any; }[] | null | undefined' is not assignable to type 'unknown[] | undefined'.
Typecheck: components/base/VSignature.vue#L2
Cannot find module 'v-perfect-signature' or its corresponding type declarations.
Typecheck: components/blocks/ButtonGroup.vue#L30
Type 'string | null' is not assignable to type 'string | undefined'.
Typecheck: components/blocks/Columns.vue#L23
Type 'string | BlockButtonGroup' is not assignable to type 'BlockButtonGroup'.
Typecheck: components/blocks/Columns.vue#L43
Type 'string | null | undefined' is not assignable to type 'string | undefined'.
Typecheck: components/blocks/Cta.vue#L22
Type 'string | BlockButtonGroup' is not assignable to type 'BlockButtonGroup'.
Typecheck: components/blocks/Faqs.vue#L38
Type '{ label: string | null; content: string | null; }[]' is not assignable to type 'AccordionItem[]'.
Typecheck: components/blocks/Form.vue#L13
Type 'string | Form | null | undefined' is not assignable to type 'Form'.
Typecheck: components/blocks/Gallery.vue#L19
Type '(string | File | null | undefined)[]' is not assignable to type '[{ id?: string | undefined; title?: string | undefined; description?: string | undefined; }]'.
Typecheck: components/blocks/Hero.vue#L15
Type 'string | null | undefined' is not assignable to type 'string'.