[DEPLOY] Github Action 기반의 정적 배포 Workflow 추가 #4
Annotations
1 error and 6 warnings
pr-check
Process completed with exit code 1.
|
pr-check:
src/components/tooltip/Tooltip.tsx#L59
React Hook useEffect has a missing dependency: 'direction'. Either include it or remove the dependency array
|
pr-check:
src/features/location/current-location-search/CurrentLocationSearch.tsx#L77
React Hook useCallback received a function whose dependencies are unknown. Pass an inline function instead
|
pr-check:
src/features/location/search/Search.tsx#L55
React Hook useCallback received a function whose dependencies are unknown. Pass an inline function instead
|
pr-check:
src/features/rest-area/rest-area-bubble-marker/RestAreaBubbleMarker.tsx#L28
'direction' is defined but never used. Allowed unused args must match /^_/u
|
pr-check:
src/hooks/useIntersectionObserver.ts#L36
The ref value 'targetRef.current' will likely have changed by the time this effect cleanup function runs. If this ref points to a node rendered by React, copy 'targetRef.current' to a variable inside the effect, and use that variable in the cleanup function
|
pr-check:
src/pages/templates/rest-area-detail/RestAreaDetail.tsx#L49
The ref value 'contentRef.current' will likely have changed by the time this effect cleanup function runs. If this ref points to a node rendered by React, copy 'contentRef.current' to a variable inside the effect, and use that variable in the cleanup function
|