Feat/#499 등록 ui 개선 및 등록 페이지 리팩터링 #458
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
10 warnings
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/CollectingPartProvider.tsx#L63
React Hook useEffect has a missing dependency: 'seekTo'. 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/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#L8
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
|