Scroll UI #35
Annotations
6 errors
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#L127
Type '{ buttonText: string; }' is missing the following properties from type 'DownloadButtonProps': fileName, signedUrl
|
build:
src/components/PreviewCard.tsx#L128
Type '{ buttonText: string; }' is missing the following properties from type 'DownloadButtonProps': fileName, signedUrl
|
build
Process completed with exit code 2.
|