modified: app.vue #12
Annotations
13 errors and 2 warnings
lint:
components/global/AppSidebar.vue#L2
'route' is assigned a value but never used. Allowed unused vars must match /^_/u
|
lint:
components/person/PersonInfo.vue#L15
'age' is assigned a value but never used. Allowed unused vars must match /^_/u
|
lint
Process completed with exit code 1.
|
typecheck:
components/global/AppSearchInput.vue#L34
Property 'relatedTarget' does not exist on type 'Event'.
|
typecheck:
components/global/AppSidebar.vue#L52
Property 'toggleSearch' does not exist on type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{}> & Omit<{} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly<...>, never>; ... 10 more ...; $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...ar...'.
|
typecheck:
components/Hero.vue#L25
Property 'id' does not exist on type 'Record<never, never> | { all?: ParamValueZeroOrMore<false>; } | { id: string; } | { name: string; } | { id: string; } | { id: string; } | { name: string; }'.
|
typecheck:
components/person/PersonInfo.vue#L20
Expected 2 arguments, but got 1.
|
typecheck:
components/person/PersonInfo.vue#L27
Parameter 'born' implicitly has an 'any' type.
|
typecheck:
components/person/PersonInfo.vue#L27
Parameter 'died' implicitly has an 'any' type.
|
typecheck:
components/person/PersonInfo.vue#L46
Parameter 'string' implicitly has an 'any' type.
|
typecheck:
components/person/PersonInfo.vue#L47
Parameter 'section' implicitly has an 'any' type.
|
typecheck:
components/person/PersonInfo.vue#L47
Parameter 'section' implicitly has an 'any' type.
|
typecheck:
pages/index.vue#L11
'trendingMovies.value' is possibly 'null'.
|
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, pnpm/action-setup@v2, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
typecheck
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, pnpm/action-setup@v2, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|