chore: manage snap list #19
Annotations
9 errors and 1 warning
lint-and-test:
src/pages/main/components/SnapVault.vue#L29
Type '{ id: string; image: string; }[]' is not assignable to type '{ id: string; image: string; checked: boolean; }[] | { id: string; image: string; checked: boolean; }[]'.
|
lint-and-test:
src/pages/main/components/SnapVault.vue#L49
'newList' is declared but its value is never read.
|
lint-and-test:
src/pages/main/components/SnapVault.vue#L104
Type '(val: boolean) => void' is not assignable to type '() => any'.
|
lint-and-test:
src/pages/main/components/SnapVaultItemList.vue#L21
'isHovered' is declared but its value is never read.
|
lint-and-test:
src/pages/main/components/SnapVaultItemList.vue#L42
Expected 1 arguments, but got 2.
|
lint-and-test:
src/pages/main/components/SnapVaultItemList.vue#L42
Property 'checked' does not exist on type 'CreateComponentPublicInstanceWithMixins<ToResolvedProps<__VLS_Props, TypeEmitsToOptions<__VLS_Emit>>, { Button: typeof Button; Checkbox: typeof Checkbox; ... 4 more ...; handleDelete: typeof handleDelete; }, ... 23 more ..., {}>'.
|
lint-and-test:
src/pages/main/components/SnapVaultItemList.vue#L44
Type 'string' is not assignable to type 'number'.
|
lint-and-test:
src/pages/main/components/SnapVaultItemList.vue#L44
Type 'string' is not assignable to type 'number'.
|
lint-and-test
Process completed with exit code 2.
|
lint-and-test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|