Skip to content

[Refactor] 공통 컴포넌트(Toggle, DaySelector, QuestionButton) 추출 #197

[Refactor] 공통 컴포넌트(Toggle, DaySelector, QuestionButton) 추출

[Refactor] 공통 컴포넌트(Toggle, DaySelector, QuestionButton) 추출 #197

Triggered via pull request August 4, 2025 12:21
Status Failure
Total duration 21s
Artifacts

ci.yml

on: pull_request
build-and-test
17s
build-and-test
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 5 warnings
build-and-test
Process completed with exit code 1.
build-and-test: src/pages/notice/NoticePage.tsx#L14
'NoticeListAPI' is defined but never used
build-and-test: src/pages/notice/NoticePage.tsx#L13
'LostListAPI' is defined but never used
build-and-test: src/pages/admin/notice/index.tsx#L20
'useNoticeList' is defined but never used
build-and-test: src/pages/admin/notice/index.tsx#L19
'useLostList' is defined but never used
build-and-test: src/pages/waiting/WaitingPage.tsx#L52
React Hook useEffect has missing dependencies: 'activeWaiting', 'addWaiting', and 'phoneNumber'. Either include them or remove the dependency array
build-and-test: src/pages/admin/write/index.tsx#L83
React Hook useEffect has missing dependencies: 'isNotice' and 'navigate'. Either include them or remove the dependency array
build-and-test: src/pages/admin/booth/app/BoothAdminAppView.tsx#L46
React Hook useEffect has a missing dependency: 'fetchBooths'. Either include it or remove the dependency array
build-and-test: src/hooks/useLoading.ts#L30
React Hook useEffect has a missing dependency: 'asyncFn'. Either include it or remove the dependency array. If 'asyncFn' changes too often, find the parent component that defines it and wrap that definition in useCallback
build-and-test: src/hooks/useLoading.ts#L30
React Hook useEffect was passed a dependency list that is not an array literal. This means we can't statically verify whether you've passed the correct dependencies