Skip to content

Scroll UI

Scroll UI #35

Triggered via pull request November 19, 2024 19:14
@jyuenbeepjyuenbeep
synchronize #62
scroll-ui
Status Failure
Total duration 25s
Artifacts

build-on-pr.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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.