fixed data schema types #26
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.
|
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/
|
Loading