[Fix] - 6차 데모데이 2차 QA(지니) #156
Annotations
11 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: mikepenz/action-junit-report@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
eslint 실행:
frontend/src/components/common/Accordion/Accordion.stories.tsx#L83
The story should use PascalCase notation: add_and_delete_accordions
|
eslint 실행:
frontend/src/components/common/Tab/Tab.tsx#L30
React Hook useEffect has a missing dependency: 'storageKey'. Either include it or remove the dependency array
|
eslint 실행:
frontend/src/components/pages/landing/hook/useAnimationObserver.ts#L58
React Hook useEffect has a missing dependency: 'animationStates'. Either include it or remove the dependency array
|
eslint 실행:
frontend/src/components/pages/login/KakaoCallbackPage.tsx#L28
React Hook useEffect has a missing dependency: 'mutateKakaoLogin'. Either include it or remove the dependency array
|
eslint 실행:
frontend/src/contexts/DrawerProvider.tsx#L12
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
eslint 실행:
frontend/src/contexts/ModalProvider.tsx#L19
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
eslint 실행:
frontend/src/contexts/ToastProvider/ToastProvider.tsx#L14
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
eslint 실행:
frontend/src/contexts/TravelTransformDetailProvider.tsx#L36
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
eslint 실행:
frontend/src/hooks/pages/useTravelPlanFormState/useTravelPlanDays.ts#L32
The 'updateTodoContentErrorMessage' function makes the dependencies of useCallback Hook (at line 195) change on every render. To fix this, wrap the definition of 'updateTodoContentErrorMessage' in its own useCallback() Hook
|
eslint 실행:
frontend/src/hooks/pages/useTravelPlanFormState/useTravelPlanDays.ts#L32
The 'updateTodoContentErrorMessage' function makes the dependencies of useCallback Hook (at line 209) change on every render. To fix this, wrap the definition of 'updateTodoContentErrorMessage' in its own useCallback() Hook
|
Loading