Skip to content

Merge branch 'main' of https://github.com/prgrms-web-devcourse-final-… #160

Merge branch 'main' of https://github.com/prgrms-web-devcourse-final-…

Merge branch 'main' of https://github.com/prgrms-web-devcourse-final-… #160

Triggered via push January 4, 2025 19:48
Status Failure
Total duration 42s
Artifacts

deploy.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 1 warning
deploy: src/components/Common/TopBar/TopBar.stories.tsx#L26
Object literal may only specify known properties, and 'handleBackClick' does not exist in type 'Partial<TopBaerProps>'.
deploy: src/components/CreateMapLetter/CreateMapLetterCotainer/CreateMapLetterCotainer.tsx#L81
Type '{ handleBackClick: () => void; handleSuccesClick: () => Promise<void>; }' is not assignable to type 'IntrinsicAttributes & TopBaerProps'.
deploy: src/components/CreateMapLetter/CreateMapLetterCotainer/CreateMapLetterCotainer.tsx#L140
Type '{ value: string; setValue: Dispatch<SetStateAction<string>>; font: string; }' is not assignable to type 'IntrinsicAttributes & TextAreaProps'.
deploy: src/components/MapPage/Maplibre/MaplibreWithSearch.tsx#L36
Argument of type '{ longitude: number; latitude: number; } | null' is not assignable to parameter of type '{ longitude: string; latitude: string; } | null'.
deploy: src/hooks/useLocationState.ts#L17
Argument of type '{ longitude: number; latitude: number; } | null' is not assignable to parameter of type '{ longitude: string; latitude: string; } | null'.
deploy: src/pages/Letter/SelectItem/SelectItemPage.tsx#L18
Type '{ handleBackClick: () => void; }' is not assignable to type 'IntrinsicAttributes & TopBaerProps'.
deploy: src/pages/Map/Select/MapSelectItemPage.tsx#L92
Type '{ handleBackClick: () => void; }' is not assignable to type 'IntrinsicAttributes & TopBaerProps'.
deploy
Process completed with exit code 2.
deploy
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636