Skip to content

Feat/#385 토큰을 관리하는 방식 수정 #341

Feat/#385 토큰을 관리하는 방식 수정

Feat/#385 토큰을 관리하는 방식 수정 #341

Triggered via pull request September 19, 2023 04:02
Status Success
Total duration 1m 34s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

frontend-ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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