Feat/#496 MemberPart 엔티티 추가 및 enum PartLength을 class 로 변경 #442
Annotations
10 warnings
frontend/src/features/comments/components/CommentList.tsx#L33
React Hook useEffect has a missing dependency: 'getComment'. Either include it or remove the dependency array
|
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
|
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
|
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
|
frontend/src/pages/AuthPage.tsx#L43
React Hook useEffect has a missing dependency: 'getAccessToken'. Either include it or remove the dependency array
|
frontend/src/shared/components/Toast/ToastProvider.tsx#L26
React Hook useCallback has a missing dependency: 'hideToast'. Either include it or remove the dependency array
|
frontend/src/shared/hooks/useDebounceEffect.ts#L4
React Hook useCallback has a missing dependency: 'fn'. Either include it or remove the dependency array
|
frontend/src/shared/hooks/useFetch.ts#L35
React Hook useCallback has missing dependencies: 'logout' and 'popupLoginModal'. Either include them or remove the dependency array
|
frontend/src/shared/hooks/useFetch.ts#L41
React Hook useEffect has a missing dependency: 'fetchData'. Either include it or remove the dependency array
|
frontend/src/shared/hooks/useMutation.ts#L38
React Hook useCallback has missing dependencies: 'logout' and 'popupLoginModal'. Either include them or remove the dependency array
|
The logs for this run have expired and are no longer available.
Loading