Merge pull request #262 from boostcampwm-2024/front/main #189
Annotations
6 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
FE/src/components/Search/index.tsx#L63
The 'data' conditional could make the dependencies of useEffect Hook (at line 71) change on every render. To fix this, wrap the initialization of 'data' in its own useMemo() Hook
|
FE/src/components/StocksDetail/Chart.tsx#L83
React Hook useEffect has missing dependencies: 'chartX', 'lowerChartCanvasRef', 'lowerChartY', 'resizeCanvases', 'upperChartCanvasRef', and 'upperChartY'. Either include them or remove the dependency array. Outer scope values like 'setCanvasSize' aren't valid dependencies because mutating them doesn't re-render the component
|
FE/src/hooks/useCanvasResize.ts#L54
React Hook useCallback has missing dependencies: 'canvasRefs.chartX', 'canvasRefs.lowerChartCanvasRef', 'canvasRefs.lowerChartY', 'canvasRefs.upperChartCanvasRef', and 'canvasRefs.upperChartY'. Either include them or remove the dependency array
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/20***-***-11-github-actions-deprecating-save-state-and-set-output-commands/
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/20***-***-11-github-actions-deprecating-save-state-and-set-output-commands/
|
The logs for this run have expired and are no longer available.
Loading