Skip to content

Feat/#558 스와이프, 댓글 기능에 React-Query 적용 #561

Feat/#558 스와이프, 댓글 기능에 React-Query 적용

Feat/#558 스와이프, 댓글 기능에 React-Query 적용 #561

Triggered via pull request December 19, 2023 08:05
Status Success
Total duration 1m 18s
Artifacts

frontend-ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
test: frontend/src/features/songs/components/CollectingPartProvider.tsx#L102
React Hook useEffect has a missing dependency: 'seekTo'. Either include it or remove the dependency array
test: frontend/src/features/songs/components/CollectingPartProvider.tsx#L106
React Hook useEffect has a missing dependency: 'forceScrollWave'. 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/hooks/useExtraSongDetail.ts#L37
React Hook useCallback has a missing dependency: 'fetchExtraPrevSongDetails'. Either include it or remove the dependency array
test: frontend/src/features/songs/hooks/useExtraSongDetail.ts#L48
React Hook useCallback has a missing dependency: 'fetchExtraNextSongDetails'. Either include it or remove the dependency array
test: frontend/src/features/youtube/components/Youtube.tsx#L49
React Hook useCallback has missing dependencies: 'bindUpdatePlayerStateEvent', 'controls', 'initPlayer', 'start', and 'videoId'. Either include them or remove the dependency array
test: frontend/src/pages/AuthPage.tsx#L35
React Hook useEffect has a missing dependency: 'authLogin'. Either include it or remove the dependency array
test: frontend/src/pages/SearchResultPage.tsx#L23
React Hook useEffect has a missing dependency: 'refetchSingerSearch'. Either include it or remove the dependency array
test: frontend/src/pages/SingerDetailPage.tsx#L20
React Hook useEffect has a missing dependency: 'refetchSingerDetail'. 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