Skip to content

276 feat 지도 편지 페이지 상세조회 api 연동 (#287) #23

276 feat 지도 편지 페이지 상세조회 api 연동 (#287)

276 feat 지도 편지 페이지 상세조회 api 연동 (#287) #23

Triggered via push December 7, 2024 02:19
Status Failure
Total duration 43s
Artifacts

deploy.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
deploy: src/components/Common/ProfileImage/ProfileImage.tsx#L23
Property 'url' does not exist on type 'ProfileImageItemType'.
deploy: src/components/Common/ProfileImage/ProfileImage.tsx#L24
Property 'alt' does not exist on type 'ProfileImageItemType'.
deploy: src/components/Common/TopBar/TopBar.stories.tsx#L27
Object literal may only specify known properties, but 'handelSuccesClick' does not exist in type 'Partial<TopBaerProps>'. Did you mean to write 'handleSuccesClick'?
deploy: src/components/LetterDetailPage/LetterDetailContainer/LetterDetailContainer.tsx#L12
'hasReplies' is declared but its value is never read.
deploy: src/components/MapPage/Maplibre/Maplibre.tsx#L143
Argument of type 'Letter' is not assignable to parameter of type 'Letter'.
deploy: src/components/Profile/NicknameSection.tsx#L21
Argument of type 'string' is not assignable to parameter of type 'ChangeNicknameProps'.
deploy: src/components/Profile/NicknameSection.tsx#L27
Argument of type 'unknown' is not assignable to parameter of type 'string'.
deploy: src/components/Profile/ProfileImageSection.tsx#L56
Property 'url' does not exist on type 'ProfileImageItemType'.
deploy: src/components/Profile/ProfileImageSection.tsx#L87
Type '{ id: number; url: string; alt: string; }' is missing the following properties from type 'ProfileImageItemType': name, src
deploy: src/components/Profile/ProfileImageSection.tsx#L89
Argument of type '{ id: number; url: string; alt: string; }' is not assignable to parameter of type 'ProfileImageItemType'.
deploy
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636