[Feat/#65] 커뮤니티 뷰 구현 #210
Annotations
7 errors and 1 warning
build:
src/page/community/search/done/SearchDone.tsx#L56
Type '{ key: number; breed: string; age: string; postTitle: string; postContent: string; likeCnt: number; commentCnt: number; timeAgo: string; onClick: () => void; }' is not assignable to type 'IntrinsicAttributes & ContentPropTypes'.
|
build:
src/page/main/index/Main.tsx#L14
Type '{}' is missing the following properties from type 'Props': content, type
|
build:
src/page/mypage/index/Mypage.tsx#L117
Type '{}' is missing the following properties from type 'Props': content, type
|
build:
src/page/mypage/index/component/MyPageContent/MyPageContent.tsx#L57
Type '{ breed: string; age: string; postTitle: string; postContent: string; likeCnt: number; commentCnt: number; timeAgo: string; onClick: () => void; }' is not assignable to type 'IntrinsicAttributes & ContentPropTypes'.
|
build:
src/page/profile/index/Profile.tsx#L77
Type '{}' is missing the following properties from type 'Props': content, type
|
build:
src/page/profile/index/component/ProfileContent/ProfileContent.tsx#L57
Type '{ breed: string; age: string; postTitle: string; postContent: string; likeCnt: number; commentCnt: number; timeAgo: string; onClick: () => void; }' is not assignable to type 'IntrinsicAttributes & ContentPropTypes'.
|
build
Process completed with exit code 2.
|
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|