Merge pull request #325 from devpalsPlus/bug/#310 #115
front_ci-cd.yml
on: push
react build & deploy
44s
Annotations
10 errors
|
react build & deploy:
src/routes/AppRoutes.tsx#L18
'LoginSuccess' is declared but its value is never read.
|
|
react build & deploy:
src/routes/AppRoutes.tsx#L16
'ADMIN_ROUTE' is declared but its value is never read.
|
|
react build & deploy:
src/pages/user/projectDetail/ProjectDetail.tsx#L45
Property 'hasRequiredTags' does not exist on type 'UserData'.
|
|
react build & deploy:
src/pages/admin/adminInquiries/AdminInquiries.tsx#L1
Cannot find module './AdminInquires.styled' or its corresponding type declarations.
|
|
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/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.
|