[FE] 폴더 구조 리팩터링 #277
Annotations
4 errors and 10 warnings
frontend/src/components/_common/Modal/Modal.tsx#L3
`@/hooks/_common/useAriaTrap` import should occur after import of `@/hooks/_common/customEvent/usePreventScroll`
|
frontend/src/pages/Main/Main.tsx#L10
`@/hooks/_common/customEvent/usePreventBackNavigation` import should occur before import of `@/hooks/_common/useModal`
|
frontend/src/pages/RetrospectForm/RetrospectForm.tsx#L10
`@/hooks/_common/customEvent/usePreventPageRefresh` import should occur before import of `@/hooks/_common/useModal`
|
|
frontend/src/App.tsx#L54
React Hook useEffect has a missing dependency: 'updateUser'. Either include it or remove the dependency array
|
frontend/src/hooks/Landing/useScrollIcon.ts#L70
React Hook useEffect has a missing dependency: 'handleScroll'. Either include it or remove the dependency array
|
frontend/src/hooks/PairRoom/usePairRoomValid.ts#L38
React Hook useEffect has missing dependencies: 'addToast', 'location.state?.valid', and 'navigate'. Either include them or remove the dependency array
|
frontend/src/hooks/PairRoom/useTimer.ts#L120
React Hook useEffect has missing dependencies: 'accessCode', 'addToast', 'fireNotification', 'handleStop', 'navigate', and 'queryClient'. Either include them or remove the dependency array
|
frontend/src/hooks/_common/useAriaTrap.ts#L16
React Hook useEffect has a missing dependency: 'elementId'. Either include it or remove the dependency array
|
frontend/src/hooks/_common/useDebounce.ts#L9
React Hook useEffect has a missing dependency: 'delay'. Either include it or remove the dependency array
|
frontend/src/pages/Callback/Callback.tsx#L37
React Hook useEffect has missing dependencies: 'navigate' and 'setUser'. Either include them or remove the dependency array
|
frontend/src/pages/Landing/Landing.tsx#L25
React Hook useEffect has a missing dependency: 'navigate'. Either include it or remove the dependency array
|
frontend/src/pages/PairRoom/PairRoom.tsx#L44
React Hook useEffect has missing dependencies: 'accessCode' and 'navigate'. Either include them or remove the dependency array
|
frontend/src/pages/PrivateRoutes.tsx#L38
React Hook useEffect has a missing dependency: 'validateAccess'. Either include it or remove the dependency array
|
The logs for this run have expired and are no longer available.
Loading