Skip to content

chore: 차트 라이브러리 테스트 #18

chore: 차트 라이브러리 테스트

chore: 차트 라이브러리 테스트 #18

Triggered via pull request May 24, 2024 10:04
Status Failure
Total duration 57s
Artifacts

frontend-ci.yml

on: pull_request
continuous-integration
47s
continuous-integration
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
continuous-integration
Process completed with exit code 1.
continuous-integration
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
continuous-integration: frontend/src/components/SampleChart2/index.tsx#L37
Unexpected any. Specify a different type
continuous-integration: frontend/src/components/SampleChart2/index.tsx#L38
Unexpected any. Specify a different type
continuous-integration: frontend/src/components/SampleChart2/index.tsx#L70
React Hook useEffect has a missing dependency: 'currentDate'. Either include it or remove the dependency array
continuous-integration: frontend/src/components/SampleChart3/index.tsx#L65
React Hook useEffect has a missing dependency: 'data.initialData'. Either include it or remove the dependency array
continuous-integration: frontend/src/components/SampleChart3/index.tsx#L88
React Hook useEffect has a missing dependency: 'data.realtimeUpdates'. Either include it or remove the dependency array
continuous-integration: frontend/src/components/SampleChartContainer/index.tsx#L16
Unexpected any. Specify a different type
continuous-integration: frontend/src/components/SampleChartContainer/index.tsx#L30
Unexpected any. Specify a different type
continuous-integration: frontend/src/components/SampleChartContainer/index.tsx#L69
The ref value 'chartApiRef.current' will likely have changed by the time this effect cleanup function runs. If this ref points to a node rendered by React, copy 'chartApiRef.current' to a variable inside the effect, and use that variable in the cleanup function
continuous-integration: frontend/src/components/SampleChartContainer/index.tsx#L71
React Hook useLayoutEffect has missing dependencies: 'chartOptions' and 'container?.clientWidth'. Either include them or remove the dependency array
continuous-integration: frontend/src/components/SampleChartContainer/index.tsx#L81
React Hook useLayoutEffect has a missing dependency: 'chartOptions'. Either include it or remove the dependency array