fix: 프로젝트 조회 시 의뢰자 닉네임 추가 #22
client__test-static.yml
on: pull_request
compile_and_lint
57s
Annotations
4 errors
compile_and_lint
Property 'nickname' is missing in type '{ clientAddress: { detail: string; street: string; }; likesCount: number; additionalStyles: SerializedStyles; }' but required in type 'ProjectManagementProps'.
|
compile_and_lint
Type '{ clientAddress: { detail: string; street: string; }; likesCount: number; }' is not assignable to type 'Partial<{ nickname: string; clientAddress: { detail: string; street: string; }; likesCount: number; additionalStyles?: SerializedStyles | undefined; }> & { ...; }'.
|
compile_and_lint
Property 'nickname' is missing in type '{ additionalStyles: SerializedStyles; clientAddress: { detail: string; street: string; }; likesCount: number; }' but required in type 'ProjectManagementProps'.
|
compile_and_lint
Process completed with exit code 2.
|