Skip to content

Refactor/#121 페이지 레이아웃 및 반응형 디자인 통일 #9

Refactor/#121 페이지 레이아웃 및 반응형 디자인 통일

Refactor/#121 페이지 레이아웃 및 반응형 디자인 통일 #9

Triggered via pull request July 27, 2023 09:16
Status Success
Total duration 1m 23s
Artifacts

frontend-ci.yml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

4 warnings
test (18.16.1): 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 (18.16.1): frontend/src/components/Youtube/Youtube.tsx#L71
React Hook useEffect has missing dependencies: 'createYoutubePlayer' and 'player'. Either include them or remove the dependency array
test (18.16.1): 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 (18.16.1): frontend/src/hooks/@common/useFetch.ts#L25
React Hook useEffect has a missing dependency: 'fetchData'. Either include it or remove the dependency array