Skip to content

Lots of Goodies

Lots of Goodies #4

Triggered via pull request September 16, 2024 02:03
Status Cancelled
Total duration 56s
Billable time 1m
Artifacts

typecheck.yaml

on: pull_request
Typecheck
49s
Typecheck
Fit to window
Zoom out
Zoom in

Annotations

11 errors
Typecheck
Canceling since a higher priority waiting request for 'typecheck-refs/pull/24/merge' exists
Typecheck: app/components/pages/ArticleArea.global.vue#L12
No overload matches this call.
Typecheck: app/components/pages/ArticleArea.global.vue#L36
Type 'NavItem[] | undefined' must have a '[Symbol.iterator]()' method that returns an iterator.
Typecheck: app/components/pages/ArticleArea.global.vue#L46
Parameter 'article' implicitly has an 'any' type.
Typecheck: app/components/pages/ArticleArea.global.vue#L73
Parameter 'tag' implicitly has an 'any' type.
Typecheck: app/components/pages/ArticleArea.global.vue#L93
Type 'any[] | null' is not assignable to type '{ _path: string; title: string; }[]'.
Typecheck: app/components/pages/ArticleArea.global.vue#L95
Type 'any[] | null' is not assignable to type '{ _path: string; title: string; category: string; tags: { id: string; icon: string; name: string; }[]; }[]'.
Typecheck: app/components/pages/ArticleArea.global.vue#L100
Type 'unknown[] | null' is not assignable to type '{ id: string; icon?: string | undefined; name: string; }[]'.
Typecheck: app/components/pages/ArticleCategory.global.vue#L16
No overload matches this call.
Typecheck: app/components/pages/ArticleCategory.global.vue#L28
No overload matches this call.
Typecheck: app/components/pages/ArticleCategory.global.vue#L52
Object is possibly 'undefined'.