fixed table sizing with length of notes #41
Annotations
7 errors and 1 warning
Build:
src/App.tsx#L13
Argument of type 'MCAPFileInformationNew[]' is not assignable to parameter of type 'MCAPFileInformation[] | (() => MCAPFileInformation[])'.
|
Build:
src/App.tsx#L27
Type '{ data: MCAPFileInformation[]; }' is missing the following properties from type 'DataTableProps': setSelectedRow, setSelectedData
|
Build:
src/App.tsx#L32
Type '{ setFilteredData: Dispatch<SetStateAction<MCAPFileInformation[]>>; }' is not assignable to type 'IntrinsicAttributes & SearchBarWithFilterProps'.
|
Build:
src/App.tsx#L37
Property 'selectedData' is missing in type '{}' but required in type 'PreviewCardProps'.
|
Build:
src/components/PreviewCard.tsx#L161
Type '{ buttonText: string; }' is missing the following properties from type 'DownloadButtonProps': fileName, signedUrl
|
Build:
src/components/PreviewCard.tsx#L162
Type '{ buttonText: string; }' is missing the following properties from type 'DownloadButtonProps': fileName, signedUrl
|
Build
Process completed with exit code 2.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading