Skip to content

[feat] 레벨 페이지 API 연결 #155

[feat] 레벨 페이지 API 연결

[feat] 레벨 페이지 API 연결 #155

Triggered via pull request August 7, 2025 04:26
Status Failure
Total duration 20s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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>'.