Skip to content

chore: 샘플 marker 적용 #37

chore: 샘플 marker 적용

chore: 샘플 marker 적용 #37

Triggered via pull request May 24, 2024 18:43
Status Success
Total duration 58s
Artifacts

frontend-ci.yml

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

Annotations

10 warnings
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#L94
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#L117
React Hook useEffect has a missing dependency: 'data.realtimeUpdates'. Either include it or remove the dependency array
continuous-integration: frontend/src/components/SampleChart3/index.tsx#L124
React Hook useEffect has a missing dependency: 'data.initialData'. 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