Skip to content

refactor(line): import defineProps in line component #103

refactor(line): import defineProps in line component

refactor(line): import defineProps in line component #103

Triggered via push November 26, 2024 16:21
Status Failure
Total duration 37s
Artifacts

ci.yml

on: push
type-check
24s
type-check
Fit to window
Zoom out
Zoom in

Annotations

10 errors
type-check: extensions/animations/vite.config.ts#L19
No overload matches this call.
type-check: extensions/animations/vite.config.ts#L20
No overload matches this call.
type-check: extensions/chart/src/utils/useSimpleChart.ts#L5
Module '"*.vue"' has no exported member 'BaseSimpleChartData'. Did you mean to use 'import BaseSimpleChartData from "*.vue"' instead?
type-check: extensions/chart/src/utils/useSimpleChart.ts#L5
Module '"*.vue"' has no exported member 'BaseSimpleChartOptions'. Did you mean to use 'import BaseSimpleChartOptions from "*.vue"' instead?
type-check: extensions/chart/src/utils/useSimpleChart.ts#L6
Module '"*.vue"' has no exported member 'ChartLayoutConfig'. Did you mean to use 'import ChartLayoutConfig from "*.vue"' instead?
type-check: extensions/chart/src/utils/useSimpleChart.ts#L7
Module '"*.vue"' has no exported member 'MixedChartData'. Did you mean to use 'import MixedChartData from "*.vue"' instead?
type-check: extensions/chart/src/utils/useSimpleChart.ts#L32
'data' is possibly 'undefined'.
type-check: extensions/chart/src/utils/useSimpleChart.ts#L33
'data' is possibly 'undefined'.
type-check: extensions/chart/src/utils/useSimpleChart.ts#L34
'data' is possibly 'undefined'.
type-check: extensions/chart/src/widgets/baseChart.ts#L4
Module '"@vue-motion/core"' has no exported member 'ReturnWidget'.