Merge branch 'main' of https://github.com/team-moabam/moabam-FE into dev #2
Annotations
6 errors
development:
src/domain/RoomSetting/tabs/RoomTab.tsx#L32
Expected 0 arguments, but got 1.
|
development:
src/domain/RoomSetting/tabs/RoomTab.tsx#L51
No overload matches this call.
|
development:
src/domain/RoomSetting/tabs/RoomTab.tsx#L93
Argument of type '"announcement"' is not assignable to parameter of type '"title" | "password" | "certifyTime" | "roomType" | "routines" | "userCount" | `routines.${number}` | `routines.${number}.value`'.
|
development:
src/domain/RoomSetting/tabs/RoomTab.tsx#L95
Property 'announcement' does not exist on type 'FieldErrors<{ title: string; password: string; certifyTime: number; roomType: "MORNING" | "NIGHT"; routines: { value: string; }[]; userCount: number; }>'.
|
development:
src/domain/RoomSetting/tabs/RoomTab.tsx#L96
Property 'announcement' does not exist on type 'FieldErrors<{ title: string; password: string; certifyTime: number; roomType: "MORNING" | "NIGHT"; routines: { value: string; }[]; userCount: number; }>'.
|
development
Process completed with exit code 2.
|