Skip to content

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

fix(ui): fixed review card layout bug

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

Triggered via pull request December 24, 2024 16:30
Status Failure
Total duration 2m 16s
Artifacts

checks.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

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