Skip to content

fix: Modify Pages

fix: Modify Pages #1

Triggered via pull request February 14, 2026 07:42
Status Success
Total duration 2m 33s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Lint and Type Check: src/Hooks/common/useInfiniteScroll.ts#L40
React Hook useEffect has missing dependencies: 'observeRef' and 'observer'. Either include them or remove the dependency array. Mutable values like 'observeRef.current' aren't valid dependencies because mutating them doesn't re-render the component
Lint and Type Check: src/Components/project/ProjectSearchBar.tsx#L24
'searchQuery' is defined but never used
Lint and Type Check: src/Components/layout/ProtectedRoute.tsx#L18
React Hook useEffect has missing dependencies: 'authState' and 'navigate'. Either include them or remove the dependency array
Lint and Type Check: src/Components/introduce/Intro.tsx#L90
React Hook useEffect has missing dependencies: 'coverRefs' and 'startAnimation'. Either include them or remove the dependency array
Lint and Type Check: src/Components/common/modal/ModalLayout.tsx#L29
React Hook useEffect has missing dependencies: 'ref' and 'setIsOpen'. Either include them or remove the dependency array. If 'setIsOpen' changes too often, find the parent component that defines it and wrap that definition in useCallback
Lint and Type Check: src/Components/common/modal/ModalLayout.tsx#L21
React Hook useEffect has a missing dependency: 'ref'. Either include it or remove the dependency array
Lint and Type Check: src/Components/common/modal/ModalLayout.tsx#L1
'ForwardedRef' is defined but never used
Lint and Type Check: src/Components/common/NavBar.tsx#L111
React Hook useEffect has missing dependencies: 'login' and 'logout'. Either include them or remove the dependency array
Lint and Type Check: src/Components/common/NavBar.tsx#L94
'logoutHandler' is assigned a value but never used
Lint and Type Check: src/Components/RecruitScheduleManagement.tsx#L72
React Hook useEffect has a missing dependency: 'popup'. Either include it or remove the dependency array