POST reservation api 연결/tv, wifi 아이콘 svg 수정 #98
Annotations
4 errors and 1 warning
ci:
src/routes/roomDetail.tsx#L16
Argument of type '{ id: number; host: { id: number; username: string; password: string; provider: string; reservations: { id: number; user: string; room: { id: number; host: string; name: string; description: string; type: string; ... 6 more ...; updatedAt: string; }; review: { ...; }; startDate: string; endDate: string; totalPrice: ...' is not assignable to parameter of type 'roomType | (() => roomType)'.
|
ci:
src/routes/roomDetail.tsx#L45
Argument of type '{ id: number; host: { id: number; username: string; password: string; provider: string; reservations: { id: number; user: string; room: { id: number; host: string; name: string; description: string; type: string; ... 6 more ...; updatedAt: string; }; review: { ...; }; startDate: string; endDate: string; totalPrice: ...' is not assignable to parameter of type 'SetStateAction<roomType>'.
|
ci:
src/routes/roomDetail.tsx#L113
This comparison appears to be unintentional because the types 'roomType' and '{ id: number; host: { id: number; username: string; password: string; provider: string; reservations: { id: number; user: string; room: { id: number; host: string; name: string; description: string; type: string; ... 6 more ...; updatedAt: string; }; review: { ...; }; startDate: string; endDate: string; totalPrice: ...' have no overlap.
|
ci
Process completed with exit code 2.
|
ci
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|