Skip to content

prettier, eslint rule 반영 #572

prettier, eslint rule 반영

prettier, eslint rule 반영 #572

Triggered via pull request March 4, 2025 06:36
Status Success
Total duration 1m 3s
Artifacts

frontend_ci.yml

on: pull_request
build-with-test
55s

Annotations

8 warnings
build-with-test: frontend/src/contexts/AuthContext.tsx#L14
Fast refresh only works when a file only exports components. Move your React context(s) to a separate file
build-with-test: frontend/src/contexts/AuthContext.tsx#L40
React Hook useEffect has a missing dependency: 'checkAlreadyLogin'. Either include it or remove the dependency array
build-with-test: frontend/src/contexts/HeaderContext.tsx#L8
Fast refresh only works when a file only exports components. Move your React context(s) to a separate file
build-with-test: frontend/src/contexts/ToastContext.tsx#L11
Fast refresh only works when a file only exports components. Move your React context(s) to a separate file
build-with-test: frontend/src/index.tsx#L34
Caution: `ReactDOM` also has a named export `createRoot`. Check if you meant to write `import {createRoot} from 'react-dom/client'` instead
build-with-test: frontend/src/pages/MemberTemplatePage/components/TemplateGrid/TemplateGrid.tsx#L29
React Hook useEffect has a missing dependency: 'setSelectedList'. Either include it or remove the dependency array. If 'setSelectedList' changes too often, find the parent component that defines it and wrap that definition in useCallback
build-with-test: frontend/src/pages/MemberTemplatePage/hooks/useCategoryEditModal.ts#L38
React Hook useEffect has a missing dependency: 'editedCategoryList'. Either include it or remove the dependency array
build-with-test: frontend/src/service/amplitude/useTrackPageViewed.ts#L18
React Hook useEffect has missing dependencies: 'amplitudeService', 'eventName', and 'eventProps'. Either include them or remove the dependency array