Skip to content

fix(ui): fixed review card layout bug #254

fix(ui): fixed review card layout bug

fix(ui): fixed review card layout bug #254

Triggered via pull request December 24, 2024 23:10
Status Failure
Total duration 2m 37s
Artifacts

checks.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
checks
Property 'imageUrl' is missing in type '{ name: string; image: string; userId: number; }' but required in type '{ name: string | null; userId: number; imageUrl: string | null; }'.
checks
Property 'imageUrl' is missing in type '{ name: null; image: string; userId: number; }' but required in type '{ name: string | null; userId: number; imageUrl: string | null; }'.
checks
Type '{ name: null; image: string; userId: number; }[]' is not assignable to type '{ name: string | null; userId: number; imageUrl: string | null; }[]'.
checks
Type '{ name: null; image: string; userId: number; }[]' is not assignable to type '{ name: string | null; userId: number; imageUrl: string | null; }[]'.
checks
Type '({ name: string; image: string; userId: number; } | { name: null; image: string; userId: number; })[]' is not assignable to type '{ name: string | null; userId: number; imageUrl: string | null; }[]'.
checks
Type '({ name: string; image: string; userId: number; } | { name: null; image: string; userId: number; })[]' is not assignable to type '{ name: string | null; userId: number; imageUrl: string | null; }[]'.
checks
Type '({ name: string; image: string; userId: number; } | { name: null; image: string; userId: number; })[]' is not assignable to type '{ name: string | null; userId: number; imageUrl: string | null; }[]'.
checks
Type '{ name: string; image: string; userId: number; }[]' is not assignable to type '{ name: string | null; userId: number; imageUrl: string | null; }[]'.
checks
Type '{ name: string; image: string; userId: number; }[]' is not assignable to type '{ name: string | null; userId: number; imageUrl: string | null; }[]'.
checks
Type '{ name: string; image: string; userId: number; }[]' is not assignable to type '{ name: string | null; userId: number; imageUrl: string | null; }[]'.
checks
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636