Changes to support the new view modes #11
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.
|