Skip to content

fix: use update dispatch instead of potentially sending status first #4528

fix: use update dispatch instead of potentially sending status first

fix: use update dispatch instead of potentially sending status first #4528

Triggered via push August 23, 2024 21:15
Status Failure
Total duration 1m 28s
Artifacts

test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
node-tests: app/components/documents/DocumentComments.vue#L188
Type 'Comment | undefined' is not assignable to type 'Comment'.
node-tests: app/components/partials/PageFooter.vue#L11
Property 'privacyPolicy' does not exist on type '{}'.
node-tests: app/components/partials/PageFooter.vue#L15
Property 'imprint' does not exist on type '{}'.
node-tests: app/components/qualifications/exam/ExamEditor.vue#L65
Type 'ExamQuestion | undefined' is not assignable to type 'ExamQuestion'.
node-tests: app/components/qualifications/exam/ExamViewQuestions.vue#L243
Type 'ExamResponse | undefined' is not assignable to type 'ExamResponse'.
node-tests: app/components/rector/laws/LawList.vue#L72
Type 'LawBook | undefined' is not assignable to type 'LawBook'.
node-tests: node_modules/.pnpm/@[email protected][email protected][email protected][email protected]_@types+node@_x7e2tynkuha3zhbwp7lm5gt3da/node_modules/@nuxt/ui-pro-edge/components/blog/BlogPost.vue#L11
Argument of type '{ tabindex: string; class: string; "aria-label": any; }' is not assignable to parameter of type 'Omit<NuxtLinkProps, "to" | "external"> & { to: NuxtRoute<RoutesNamesList, string, false>; external?: false | undefined; } & Record<...>'.
node-tests: node_modules/.pnpm/@[email protected][email protected][email protected][email protected]_@types+node@_x7e2tynkuha3zhbwp7lm5gt3da/node_modules/@nuxt/ui-pro-edge/components/blog/BlogPost.vue#L46
Argument of type '{ tabindex: string; class: string; target: "_blank"; }' is not assignable to parameter of type 'Omit<NuxtLinkProps, "to" | "external"> & { to: NuxtRoute<RoutesNamesList, string, false>; external?: false | undefined; } & Record<...>'.