Merge pull request #319 from devpalsPlus/feat/#317 #113
front_ci-cd.yml
on: push
react build & deploy
37s
Annotations
10 errors
|
react build & deploy:
src/pages/user/projectDetail/ProjectDetail.tsx#L45
Property 'hasRequiredTags' does not exist on type 'UserData'.
|
|
react build & deploy:
src/hooks/useOauth.ts#L7
Expected 1 arguments, but got 0.
|
|
react build & deploy:
src/hooks/useOauth.ts#L5
All destructured elements are unused.
|
|
react build & deploy:
src/components/user/customerService/noticeDetail/NoticeDetailBundle.tsx#L36
Property 'keyword' is missing in type '{}' but required in type 'ListButtonProps'.
|
|
react build & deploy:
src/components/user/customerService/CustomerServiceHeader.tsx#L5
'useEffect' is declared but its value is never read.
|
|
react build & deploy:
src/components/user/customerService/CustomerServiceHeader.tsx#L4
'useLocation' is declared but its value is never read.
|
|
react build & deploy:
src/components/user/comment/DropDownItem.tsx#L64
Type '{ reportTitle: string | { userImg: string; userName: string; }; targetId: number; type: "comment" | "recomment"; onClose: () => void; route: number; }' is not assignable to type 'IntrinsicAttributes & ReportModalProps'.
|
|
react build & deploy:
src/components/common/dropDown/DropDown.stories.tsx#L28
Type '{ children: JSX.Element; isOpen: true; toggleButton: JSX.Element; }' is not assignable to type 'Partial<{ children: ReactNode; toggleButton: ReactNode; isOpen?: boolean | undefined; comment: boolean; }> & { children: ReactNode; toggleButton: ReactNode; isOpen?: boolean | undefined; comment: boolean; }'.
|
|
react build & deploy:
src/api/http.api.ts#L9
'login' is declared but its value is never read.
|
|
react build & deploy:
src/api/http.api.ts#L3
'postRefresh' is declared but its value is never read.
|