Skip to content

Refactor/#570 confirmPopup을 overlay를 활용하도록 변경 #570

Refactor/#570 confirmPopup을 overlay를 활용하도록 변경

Refactor/#570 confirmPopup을 overlay를 활용하도록 변경 #570

Triggered via pull request May 13, 2024 16:42
Status Success
Total duration 1m 22s
Artifacts

frontend-ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
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