Feat/#543 로컬 캐시에 좋아요 데이터가 실시간으로 반영되도록 수정 #553
Annotations
10 warnings
ESLint:
frontend/src/features/comments/components/CommentList.tsx#L33
React Hook useEffect has a missing dependency: 'getComment'. Either include it or remove the dependency array
|
ESLint:
frontend/src/features/songs/components/CollectingPartProvider.tsx#L102
React Hook useEffect has a missing dependency: 'seekTo'. Either include it or remove the dependency array
|
ESLint:
frontend/src/features/songs/components/CollectingPartProvider.tsx#L106
React Hook useEffect has a missing dependency: 'forceScrollWave'. Either include it or remove the dependency array
|
ESLint:
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
|
ESLint:
frontend/src/features/songs/hooks/useExtraSongDetail.ts#L35
React Hook useCallback has missing dependencies: 'fetchExtraPrevSongDetails' and 'genreParams'. Either include them or remove the dependency array
|
ESLint:
frontend/src/features/songs/hooks/useExtraSongDetail.ts#L48
React Hook useCallback has missing dependencies: 'fetchExtraNextSongDetails' and 'genreParams'. Either include them or remove the dependency array
|
ESLint:
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
|
ESLint:
frontend/src/pages/AuthPage.tsx#L43
React Hook useEffect has a missing dependency: 'getAccessToken'. Either include it or remove the dependency array
|
ESLint:
frontend/src/pages/SearchResultPage.tsx#L23
React Hook useEffect has a missing dependency: 'refetchSingerSearch'. Either include it or remove the dependency array
|
ESLint:
frontend/src/pages/SingerDetailPage.tsx#L20
React Hook useEffect has a missing dependency: 'refetchSingerDetail'. Either include it or remove the dependency array
|
The logs for this run have expired and are no longer available.
Loading