chore: 샘플 marker 적용 #37
frontend-ci.yml
on: pull_request
continuous-integration
49s
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
|