🌱 Refactor table filterCategories
definitions, rename the prop key
to categoryKey
#110
Annotations
2 errors and 10 warnings
unit-test
Type '{ readonly key: "createdBy"; readonly title: "Created By"; readonly type: FilterType.search; readonly placeholderText: "Filter by created by User..."; readonly getItemValue: (item: Identity) => string; }' is not assignable to type 'FilterCategory<Identity, "name" | "type" | "createdBy">'.
|
unit-test
Process completed with exit code 1.
|
unit-test:
client/src/app/Routes.tsx#L66
Unexpected any. Specify a different type
|
unit-test:
client/src/app/api/models.ts#L215
Unexpected any. Specify a different type
|
unit-test:
client/src/app/api/models.ts#L372
Unexpected any. Specify a different type
|
unit-test
Unexpected any. Specify a different type
|
unit-test
Unexpected any. Specify a different type
|
unit-test
Unexpected any. Specify a different type
|
unit-test:
client/src/app/api/rest.ts#L372
'file' is defined but never used. Allowed unused args must match /^_/u
|
unit-test:
client/src/app/api/rest.ts#L376
Unexpected any. Specify a different type
|
unit-test:
client/src/app/api/rest.ts#L377
Unexpected any. Specify a different type
|
unit-test:
client/src/app/axios-config/apiClient.tsx#L6
Unexpected any. Specify a different type
|