fix(ui): fixed review card layout bug #254
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
|