pages/movies/:id : use real user id to find own comment #78
ci.yml
on: push
Typecheck and Build Nuxt App
28s
Annotations
10 errors and 1 warning
Typecheck and Build Nuxt App:
components/Header.vue#L79
'$eventBus' is of type 'unknown'.
|
Typecheck and Build Nuxt App:
components/Header.vue#L79
Parameter 'payload' implicitly has an 'any' type.
|
Typecheck and Build Nuxt App:
components/Header.vue#L86
'$eventBus' is of type 'unknown'.
|
Typecheck and Build Nuxt App:
components/Header.vue#L86
Cannot find name 'CompleteProfile'. Did you mean 'completed_profil'?
|
Typecheck and Build Nuxt App:
components/Header.vue#L94
'token.value' is possibly 'null'.
|
Typecheck and Build Nuxt App:
components/Header.vue#L101
Property 'complete_profile' does not exist on type 'Simplify<SerializeObject<Response> | SerializeObject<{ message: string; complete_profile: boolean | null; status: number; }>>'.
|
Typecheck and Build Nuxt App:
components/Header.vue#L102
Property 'complete_profile' does not exist on type 'Simplify<SerializeObject<Response> | SerializeObject<{ message: string; complete_profile: boolean | null; status: number; }>>'.
|
Typecheck and Build Nuxt App:
components/Header.vue#L103
Property 'complete_profile' does not exist on type 'Simplify<SerializeObject<Response> | SerializeObject<{ message: string; complete_profile: boolean | null; status: number; }>>'.
|
Typecheck and Build Nuxt App:
components/Header.vue#L104
Property 'complete_profile' does not exist on type 'Simplify<SerializeObject<Response> | SerializeObject<{ message: string; complete_profile: boolean | null; status: number; }>>'.
|
Typecheck and Build Nuxt App:
components/user/userUsername.vue#L81
Property 'message' does not exist on type 'Simplify<SerializeObject<Response> | SerializeObject<{ message: string; status: number; username?: undefined; }> | SerializeObject<{ username: any; message: string; status: number; }>>'.
|
Typecheck and Build Nuxt App
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|