대시보드 페이지내에 진행 중인 미션 리스트와 내가 제출한 솔루션 구현 (issue #272) #175
Annotations
1 error and 5 warnings
|
frontend/src/components/common/ListenKeyDown.tsx#L21
React Hook useEffect has missing dependencies: 'onKeyDown' and 'targetKey'. Either include them or remove the dependency array. If 'onKeyDown' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
frontend/src/hooks/useAnimation.ts#L44
React Hook useEffect has missing dependencies: '$animationTime' and 'unMountEvent'. Either include them or remove the dependency array. If 'unMountEvent' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
frontend/src/hooks/useCarousel.ts#L36
React Hook useEffect has a missing dependency: 'handleTransitionEnd'. Either include it or remove the dependency array
|
frontend/src/hooks/useCarousel.ts#L38
The 'handleNextSlide' function makes the dependencies of useEffect Hook (at line 77) change on every render. To fix this, wrap the definition of 'handleNextSlide' in its own useCallback() Hook
|
frontend/src/hooks/useErrorBoundary.ts#L48
React Hook useMemo has a missing dependency: 'context'. Either include it or remove the dependency array
|
This job succeeded
Loading