edit table cells #328
Annotations
7 errors
Run yarn lint:
src/contexts/PendingEditContext.tsx#L149
Property 'then' does not exist on type 'QueryResult<ResultSetHeader>[]'.
|
Run yarn lint:
src/contexts/PendingEditContext.tsx#L149
Parameter 'r' implicitly has an 'any' type.
|
Run yarn lint:
src/preload/sql.ts#L56
Type '(...args: unknown[]) => Promise<any>' is not assignable to type '(PendingEdit: PendingEdit[]) => QueryResult<ResultSetHeader>[]'.
|
Run yarn lint:
src/renderer/component/TableGrid.tsx#L70
Type 'AnyObject' is not assignable to type 'RowDataPacket'.
|
Run yarn lint:
src/renderer/component/TableLayout/TableLayout.tsx#L93
Type 'RowDataPacket[] | undefined' is not assignable to type 'RowDataPacket[] | null'.
|
Run yarn lint:
src/sql/index.ts#L157
Type '({ result: [RowDataPacket[] | OkPacket | ProcedureCallPacket | ResultSetHeader[] | RowDataPacket[][] | OkPacket[], FieldPacket[]]; error: undefined; } | { ...; })[]' is not assignable to type 'QueryResult<ResultSetHeader>[]'.
|
Run yarn lint
Process completed with exit code 2.
|
The logs for this run have expired and are no longer available.
Loading