Skip to content

fixed data schema types #26

fixed data schema types

fixed data schema types #26

Triggered via pull request November 11, 2024 23:33
Status Failure
Total duration 30s
Artifacts

build-on-pr.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
build: src/components/DataCard.tsx#L14
Property 'mcap_file_name' does not exist on type 'MCAPFileInformation'.
build: src/components/DataCard.tsx#L20
Property 'matlab_file_name' does not exist on type 'MCAPFileInformation'.
build: src/components/DataCard.tsx#L39
Property 'mcap_path' does not exist on type 'MCAPFileInformation'.
build: src/components/DataCard.tsx#L44
Property 'mcap_path' does not exist on type 'MCAPFileInformation'.
build: src/components/DataTable.tsx#L62
Property 'car_model' does not exist on type 'MCAPFileInformation'.
build: src/components/PreviewCard.tsx#L42
Property 'vn_lat_lon_plot' does not exist on type 'ContentFileType[]'.
build: src/components/PreviewCard.tsx#L79
Property 'car_model' does not exist on type 'MCAPFileInformation'.
build: src/stories/DataTable.stories.tsx#L227
Type '({ id: string; mcap_file_name: string; matlab_file_name: string; aws_bucket: string; mcap_path: string; mat_path: string; vn_lat_lon_path: string; velocity_plot_path: string; date: string; ... 7 more ...; content_files: { ...; }; } | { ...; })[]' is not assignable to type 'MCAPFileInformation[]'.
build: src/stories/DataTable.stories.tsx#L233
Type '({ id: string; mcap_file_name: string; matlab_file_name: string; aws_bucket: string; mcap_path: string; mat_path: string; vn_lat_lon_path: string; velocity_plot_path: string; date: string; ... 7 more ...; content_files: { ...; }; } | { ...; })[]' is not assignable to type 'MCAPFileInformation[]'.
build
Process completed with exit code 2.
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/