Few updates and fixes #52
Annotations
10 errors
Run Typechecker:
components/base/UForm.vue#L70
Type '{ [key: string]: any; }[] | null | undefined' is not assignable to type 'unknown[] | undefined'.
|
Run Typechecker:
components/base/VSignature.vue#L2
Cannot find module 'v-perfect-signature' or its corresponding type declarations.
|
Run Typechecker:
components/blocks/ButtonGroup.vue#L30
Type 'string | null' is not assignable to type 'string | undefined'.
|
Run Typechecker:
components/blocks/Columns.vue#L23
Type 'string | BlockButtonGroup' is not assignable to type 'BlockButtonGroup'.
|
Run Typechecker:
components/blocks/Columns.vue#L43
Type 'string | null | undefined' is not assignable to type 'string | undefined'.
|
Run Typechecker:
components/blocks/Cta.vue#L22
Type 'string | BlockButtonGroup' is not assignable to type 'BlockButtonGroup'.
|
Run Typechecker:
components/blocks/Faqs.vue#L38
Type '{ label: string | null; content: string | null; }[]' is not assignable to type 'AccordionItem[]'.
|
Run Typechecker:
components/blocks/Form.vue#L13
Type 'string | Form | null | undefined' is not assignable to type 'Form'.
|
Run Typechecker:
components/blocks/Gallery.vue#L19
Type '(string | File | null | undefined)[]' is not assignable to type '[{ id?: string | undefined; title?: string | undefined; description?: string | undefined; }]'.
|
Run Typechecker:
components/blocks/Hero.vue#L15
Type 'string | null | undefined' is not assignable to type 'string'.
|
The logs for this run have expired and are no longer available.
Loading