Feat/#543 로컬 캐시에 좋아요 데이터가 실시간으로 반영되도록 수정 #553
Annotations
1 error and 11 warnings
ControllerAdviceTest.[1] testData=shook.shook.exceptionhandler.ControllerAdviceTest$ExceptionTestData@101559eb:
backend/src/test/java/shook/shook/exceptionhandler/ControllerAdviceTest.java#L44
java.lang.AssertionError: 1 expectation failed.
Expected status code <401> but was <200>.
|
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#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#L35
React Hook useCallback has missing dependencies: 'fetchExtraPrevSongDetails' and 'genreParams'. Either include them or remove the dependency array
|
test:
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
|
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#L43
React Hook useEffect has a missing dependency: 'getAccessToken'. 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
|
[1] testData=shook.shook.exceptionhandler.ControllerAdviceTest$ExceptionTestData@101559eb (shook.shook.exceptionhandler.ControllerAdviceTest) failed:
shook.shook.exceptionhandler.ControllerAdviceTest#L0
backend/build/test-results/test/TEST-shook.shook.exceptionhandler.ControllerAdviceTest.xml
|