Skip to content

오타 수정 (issue #174) #63

오타 수정 (issue #174)

오타 수정 (issue #174) #63

Triggered via pull request July 26, 2024 06:28
Status Success
Total duration 1m 5s
Artifacts

front_ci.yml

on: pull_request
PATH_CHANGES
2s
PATH_CHANGES
FE_SLACK_MESSAGE
3s
FE_SLACK_MESSAGE
Fit to window
Zoom out
Zoom in

Annotations

6 warnings
FE_CI: frontend/src/components/common/ListenKeyDown.tsx#L21
React Hook useEffect has missing dependencies: 'onKeyDown' and 'targetKey'. Either include them or remove the dependency array. If 'onKeyDown' changes too often, find the parent component that defines it and wrap that definition in useCallback
FE_CI: frontend/src/hooks/useAnimation.ts#L44
React Hook useEffect has missing dependencies: '$animationTime' and 'unMountEvent'. Either include them or remove the dependency array. If 'unMountEvent' changes too often, find the parent component that defines it and wrap that definition in useCallback
FE_CI: frontend/src/hooks/useCarousel.ts#L33
React Hook useEffect has a missing dependency: 'handleTransitionEnd'. Either include it or remove the dependency array
FE_CI: frontend/src/hooks/useCarousel.ts#L35
The 'handleNextSlide' function makes the dependencies of useEffect Hook (at line 62) change on every render. To fix this, wrap the definition of 'handleNextSlide' in its own useCallback() Hook
FE_CI: frontend/src/hooks/useErrorBoundary.ts#L48
React Hook useMemo has a missing dependency: 'context'. Either include it or remove the dependency array
FE_SLACK_MESSAGE
The following actions uses Node.js version which is deprecated and will be forced to run on node20: slackapi/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/