Refactor/#427 ts-loader를 fork-ts-checker-webpack-plugin으로 대체한다 #342
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
7 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/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
|
test:
frontend/src/features/youtube/components/Youtube.tsx#L46
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#L36
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#L4
React Hook useCallback has a missing dependency: 'fn'. Either include it or remove the dependency array
|
test:
frontend/src/shared/hooks/useFetch.ts#L27
React Hook useEffect has a missing dependency: 'fetchData'. Either include it or remove the dependency array
|