Ignore keyboard shortcuts when input is focused #28142
Annotations
6 errors
Run npm run type:check:
components/FilesViewerModal.tsx#L164
Argument of type '{ callback: () => void; keyMatch: { key: string; keyName: string; keyCode: number; }; }' is not assignable to parameter of type '{ callback: any; keyMatch: any; disableOnInput: any; }'.
|
Run npm run type:check:
components/FilesViewerModal.tsx#L165
Argument of type '{ callback: () => void; keyMatch: { key: string; keyName: string; keyCode: number; }; }' is not assignable to parameter of type '{ callback: any; keyMatch: any; disableOnInput: any; }'.
|
Run npm run type:check:
components/dashboard/filters/Pagination.tsx#L68
Argument of type '{ keyMatch: { key: string; keyName: string; }; callback: (e: any) => void; }' is not assignable to parameter of type '{ callback: any; keyMatch: any; disableOnInput: any; }'.
|
Run npm run type:check:
components/dashboard/filters/Pagination.tsx#L77
Argument of type '{ keyMatch: { key: string; keyName: string; }; callback: (e: any) => void; }' is not assignable to parameter of type '{ callback: any; keyMatch: any; disableOnInput: any; }'.
|
Run npm run type:check:
components/expenses/Expense.tsx#L215
Argument of type '{ keyMatch: { key: string; keyName: string; }; callback: (e: any) => void; }' is not assignable to parameter of type '{ callback: any; keyMatch: any; disableOnInput: any; }'.
|
Run npm run type:check
Process completed with exit code 2.
|
Loading