Skip to content

Feat/#128 노래 제목, 가수 검색 기능 구현 #12

Feat/#128 노래 제목, 가수 검색 기능 구현

Feat/#128 노래 제목, 가수 검색 기능 구현 #12

Triggered via pull request July 28, 2023 03:29
Status Success
Total duration 1m 21s
Artifacts

frontend-ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 warnings
test: frontend/src/components/@common/Toast/ToastProvider.tsx#L26
React Hook useCallback has a missing dependency: 'hideToast'. Either include it or remove the dependency array
test: frontend/src/components/Youtube/Youtube.tsx#L70
React Hook useEffect has missing dependencies: 'createYoutubePlayer' and 'player'. Either include them or remove the dependency array
test: frontend/src/hooks/@common/useFetch.ts#L21
React Hook useCallback has a missing dependency: 'fetcher'. Either include it or remove the dependency array. If 'fetcher' changes too often, find the parent component that defines it and wrap that definition in useCallback
test: frontend/src/hooks/@common/useFetch.ts#L25
React Hook useEffect has a missing dependency: 'fetchData'. Either include it or remove the dependency array