공통 컴포넌트 생성 및 페이지 스타일 고도화 (issue #93) #98
Annotations
1 error and 4 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#L28
React Hook useEffect has a missing dependency: 'handleTransitionEnd'. Either include it or remove the dependency array
|
frontend/src/hooks/useErrorBoundary.ts#L48
React Hook useMemo has a missing dependency: 'context'. Either include it or remove the dependency array
|
The logs for this run have expired and are no longer available.
Loading