Skip to content

Refactor/#555 프로젝트 동의를 구하는 모달을 confirmModal로 리팩터링 #564

Refactor/#555 프로젝트 동의를 구하는 모달을 confirmModal로 리팩터링

Refactor/#555 프로젝트 동의를 구하는 모달을 confirmModal로 리팩터링 #564

Triggered via pull request April 7, 2024 14:57
Status Failure
Total duration 1m 5s
Artifacts

frontend-ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 11 warnings
test: frontend/src/pages/EditProfilePage.tsx#L16
'withdrawal' is assigned a value but never used
test
Process completed with exit code 1.
test
Process completed with exit code 1.
test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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#L37
React Hook useCallback has a missing dependency: 'fetchExtraPrevSongDetails'. Either include it or remove the dependency array
test: frontend/src/features/songs/hooks/useExtraSongDetail.ts#L48
React Hook useCallback has a missing dependency: 'fetchExtraNextSongDetails'. Either include it 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#L35
React Hook useEffect has a missing dependency: 'authLogin'. 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
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