Skip to content

Dataview fix part 1 #81

Dataview fix part 1

Dataview fix part 1 #81

Triggered via push November 2, 2023 22:44
Status Failure
Total duration 4m 55s
Artifacts

production.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 1 warning
deploy
Process completed with exit code 1.
release-npm: src/components/data-view/chart-data-view.tsx#L30
Type '{ series: { [name: string]: ThemedChartData; }; timeFormatter: TimeFormatterFn | undefined; height: number; context: UIThemes; }' is not assignable to type 'IntrinsicAttributes & IntrinsicClassAttributes<DataView> & Readonly<DataViewProps>'.
release-npm: src/components/data-view/chart-data-view.tsx#L30
Type '{ series: { [name: string]: ThemedChartData; }; timeFormatter: TimeFormatterFn | undefined; height: number; context: UIThemes; }' is not assignable to type 'IntrinsicAttributes & IntrinsicClassAttributes<DataView> & Readonly<DataViewProps>'.
release-npm
Process completed with exit code 2.
deploy
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/