[Feature] 데이트 코스 관련 API 연동 #92
Annotations
5 errors and 2 warnings
|
Build
Process completed with exit code 2.
|
|
Build:
src/pages/dateCourse/FindDateCourse.tsx#L24
Argument of type '{ page: number; size: number; budget: string | null; dateDurationTime: string | null; datePlaces: string[]; mealTypes: string[]; transportation: string | null; userPreferredKeywords: string[]; startTime: string | null; }' is not assignable to parameter of type 'TUseGetCourseProps'.
|
|
Build:
src/pages/dateCourse/CoursePage.tsx#L22
Argument of type '{ page: number; size: number; budget: string | null; dateDurationTime: string | null; datePlaces: string[]; mealTypes: string[]; transportation: string | null; userPreferredKeywords: string[]; startTime: string | null; }' is not assignable to parameter of type 'TUseGetBookmarkedCourseProps'.
|
|
Build:
src/pages/dateCourse/BookmarkedDateCourse.tsx#L19
Argument of type '{ page: number; size: number; budget: string | null; dateDurationTime: string | null; datePlaces: string[]; mealTypes: string[]; transportation: string | null; userPreferredKeywords: string[]; startTime: string | null; }' is not assignable to parameter of type 'TUseGetBookmarkedCourseProps'.
|
|
Lint
Process completed with exit code 1.
|
|
Lint:
src/pages/dateCourse/MakeCourseResult.tsx#L20
'resetDateCourseResultStore' is assigned a value but never used
|
|
Lint:
src/pages/dateCourse/MakeCourseResult.tsx#L20
'resetDateCourseResultStore' is assigned a value but never used
|