Table - fix typing for onSort function #2645
Annotations
4 errors and 2 warnings
Run npm run typecheck:
src/components/table/__tests__/table.test.tsx#L76
Type 'Mock<any, any, any>' is not assignable to type 'never'.
|
Run npm run typecheck:
src/views/domains-page/domains-table/domains-table.tsx#L86
Type '(columnID: any) => void' is not assignable to type 'never'.
|
Run npm run typecheck:
src/views/domains-page/domains-table/domains-table.tsx#L86
Parameter 'columnID' implicitly has an 'any' type.
|
Run npm run typecheck
Process completed with exit code 2.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Loading