Skip to content

Reimplement VGrid with css grid #1095

Reimplement VGrid with css grid

Reimplement VGrid with css grid #1095

Triggered via pull request October 16, 2023 05:09
@inokawainokawa
synchronize #204
vgrid-css
Status Failure
Total duration 7m 13s
Artifacts

check.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 errors
check: src/react/VGrid.tsx#L80
'height' is declared but its value is never read.
check: src/react/VGrid.tsx#L81
'width' is declared but its value is never read.
check: src/react/VGrid.tsx#L82
'hide' is declared but its value is never read.
check: src/react/VGrid.tsx#L264
'Viewport' is declared but its value is never read.
check: src/react/VGrid.tsx#L497
Type '{ key: string; _resizer: { _observeRoot(root: HTMLElement): () => void; _observeItem(el: HTMLElement, rowIndex: number, colIndex: number): () => void; }; ... 7 more ...; _fixedRow: boolean; }' is not assignable to type 'IntrinsicAttributes & CellProps'.
check
Process completed with exit code 2.
e2e
Process completed with exit code 1.