Skip to content

Feat/#492 가수 검색 기능을 구현한다. #445

Feat/#492 가수 검색 기능을 구현한다.

Feat/#492 가수 검색 기능을 구현한다. #445

Triggered via pull request October 12, 2023 07:23
Status Failure
Total duration 1m 42s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

frontend-ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 10 warnings
test: frontend/src/pages/SingerDetailPage.tsx#L4
'singerId' is assigned a value but never used
test
Process completed with exit code 1.
test: frontend/src/features/comments/components/CommentList.tsx#L33
React Hook useEffect has a missing dependency: 'getComment'. Either include it or remove the dependency array
test: frontend/src/features/songs/components/SongDetailItem.tsx#L41
React Hook useCallback has missing dependencies: 'genre', 'id', and 'navigate'. Either include them or remove the dependency array
test: frontend/src/features/songs/components/VoteInterfaceProvider.tsx#L70
React Hook useEffect has a missing dependency: 'videoPlayer'. Either include it or remove the dependency array. Mutable values like 'videoPlayer.current' aren't valid dependencies because mutating them doesn't re-render the component
test: frontend/src/features/youtube/components/Youtube.tsx#L48
React Hook useCallback has missing dependencies: 'bindUpdatePlayerStateEvent', 'initPlayer', 'start', and 'videoId'. Either include them or remove the dependency array
test: frontend/src/pages/AuthPage.tsx#L43
React Hook useEffect has a missing dependency: 'getAccessToken'. Either include it or remove the dependency array
test: frontend/src/shared/components/Toast/ToastProvider.tsx#L26
React Hook useCallback has a missing dependency: 'hideToast'. Either include it or remove the dependency array
test: frontend/src/shared/hooks/useDebounceEffect.ts#L4
React Hook useCallback has a missing dependency: 'fn'. Either include it or remove the dependency array
test: frontend/src/shared/hooks/useFetch.ts#L35
React Hook useCallback has missing dependencies: 'logout' and 'popupLoginModal'. Either include them or remove the dependency array
test: frontend/src/shared/hooks/useFetch.ts#L41
React Hook useEffect has a missing dependency: 'fetchData'. Either include it or remove the dependency array
test: frontend/src/shared/hooks/useMutation.ts#L38
React Hook useCallback has missing dependencies: 'logout' and 'popupLoginModal'. Either include them or remove the dependency array