Skip to content

[FE] staleTime옵션 추가 & 해더 버튼 클릭 이벤트 최적화 & 뉴스 레이아웃 #310

[FE] staleTime옵션 추가 & 해더 버튼 클릭 이벤트 최적화 & 뉴스 레이아웃

[FE] staleTime옵션 추가 & 해더 버튼 클릭 이벤트 최적화 & 뉴스 레이아웃 #310

Triggered via pull request November 25, 2024 11:44
Status Success
Total duration 43s
Artifacts

CI.yml

on: pull_request
BE-test-and-build
33s
BE-test-and-build
FE-test-and-build
20s
FE-test-and-build
Fit to window
Zoom out
Zoom in

Annotations

3 warnings
FE-test-and-build: FE/src/components/Search/index.tsx#L39
React Hook useEffect has missing dependencies: 'addSearchHistory' and 'isLoading'. Either include them or remove the dependency array
FE-test-and-build: FE/src/components/StocksDetail/Chart.tsx#L263
React Hook useCallback has unnecessary dependencies: 'drawBarChart', 'drawCandleChart', 'drawChartGrid', 'drawLineChart', 'drawLowerYAxis', 'drawUpperYAxis', 'drawXAxis', and 'padding'. Either exclude them or remove the dependency array. Outer scope values like 'padding' aren't valid dependencies because mutating them doesn't re-render the component
FE-test-and-build: FE/src/components/StocksDetail/PriceSection.tsx#L34
React Hook useCallback has a missing dependency: 'queryClient'. Either include it or remove the dependency array