[feat] 레벨 페이지 API 연결 #155
Annotations
5 errors
|
build
Process completed with exit code 2.
|
|
build:
src/pages/search/ReviewSearchResult.tsx#L49
Type '{ value: string; onChange: Dispatch<SetStateAction<string>>; placeholder: string; }' is not assignable to type 'IntrinsicAttributes'.
|
|
build:
src/pages/search/ReviewSearch.tsx#L74
Type '{ value: string; onChange: Dispatch<SetStateAction<string>>; placeholder: string; onSearch: () => Promise<void>; }' is not assignable to type 'IntrinsicAttributes'.
|
|
build:
src/components/common/SearchInput/SearchInput.tsx#L74
Type '{ value: string; onChange: Dispatch<SetStateAction<string>>; placeholder: string; onSearch: () => Promise<void>; }' is not assignable to type 'IntrinsicAttributes'.
|
|
build:
src/components/common/SearchInput/SearchInput.tsx#L19
Property 'slice' does not exist on type 'AxiosResponse<string[], any>'.
|