Skip to content

Changes to support the new view modes #11

Changes to support the new view modes

Changes to support the new view modes #11

Triggered via push November 20, 2024 10:06
Status Failure
Total duration 51s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

4 errors
deploy
Type '"CHANGE_NAME"' is not assignable to type '"CHANGE_DESCRIPTION" | "DOCUMENT_CHANGED"'.
deploy
Object literal may only specify known properties, and 'prevName' does not exist in type '{ readonly type: "CHANGE_DESCRIPTION"; description: string; }'.
deploy
Type '{ data: Server[]; onAdd: () => void; onRename: (id: string) => void; onRemove: (id: string) => void; onRemoveAll: () => void; }' is not assignable to type 'IntrinsicAttributes & { data: unknown[]; label: string; editing: boolean; onAdd: () => void; onFilter: (data: unknown, filter: string) => boolean; onRenderRow: (data: unknown, idx: number) => ReactNode; onRemoveAll: () => void; }'.
deploy
Process completed with exit code 2.