chore: 차트 라이브러리 테스트 #18
Annotations
1 error and 11 warnings
Check Unit Test
Process completed with exit code 1.
|
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/.
|
Check Lint:
frontend/src/components/SampleChart2/index.tsx#L37
Unexpected any. Specify a different type
|
Check Lint:
frontend/src/components/SampleChart2/index.tsx#L38
Unexpected any. Specify a different type
|
Check Lint:
frontend/src/components/SampleChart2/index.tsx#L70
React Hook useEffect has a missing dependency: 'currentDate'. Either include it or remove the dependency array
|
Check Lint:
frontend/src/components/SampleChart3/index.tsx#L65
React Hook useEffect has a missing dependency: 'data.initialData'. Either include it or remove the dependency array
|
Check Lint:
frontend/src/components/SampleChart3/index.tsx#L88
React Hook useEffect has a missing dependency: 'data.realtimeUpdates'. Either include it or remove the dependency array
|
Check Lint:
frontend/src/components/SampleChartContainer/index.tsx#L16
Unexpected any. Specify a different type
|
Check Lint:
frontend/src/components/SampleChartContainer/index.tsx#L30
Unexpected any. Specify a different type
|
Check Lint:
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
|
Check Lint:
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
|
Check Lint:
frontend/src/components/SampleChartContainer/index.tsx#L81
React Hook useLayoutEffect has a missing dependency: 'chartOptions'. Either include it or remove the dependency array
|
Loading