[IndexTable]: clear all selection #348
ci-lint.yml
on: pull_request
Lint & type check
2m 3s
Annotations
10 errors and 1 warning
Lint & type check
@shopify/polaris#build: command (/home/runner/work/polaris/polaris/polaris-react) /tmp/yarn--1712171140400-0.8566913222275085/yarn run build exited (1)
|
Lint & type check
Property 'onClearSelection' is missing in type '{ itemCount: number; selectedItemsCount: number; onSelectionChange: () => void; }' but required in type 'IndexProviderProps'.
|
Lint & type check
Property 'onClearSelection' is missing in type '{ headings: [{ title: string; }]; itemCount: number; selectedItemsCount: number; onSelectionChange: () => void; }' but required in type 'IndexTableProps'.
|
Lint & type check
Property 'onClearSelection' is missing in type '{ headings: [{ title: string; }]; itemCount: number; selectedItemsCount: number; onSelectionChange: () => void; }' but required in type 'IndexTableProps'.
|
Lint & type check
Property 'onClearSelection' is missing in type '{ onSelectionChange: () => void; itemCount: number; selectedItemsCount: number; headings: NonEmptyArray<IndexTableHeading>; }' but required in type 'IndexTableProps'.
|
Lint & type check
Property 'onClearSelection' is missing in type '{ headings: NonEmptyArray<IndexTableHeading>; itemCount: number; selectedItemsCount: number; onSelectionChange: () => void; }' but required in type 'IndexTableProps'.
|
Lint & type check
Property 'onClearSelection' is missing in type '{ itemCount: number; selectedItemsCount: number; onSelectionChange: () => void; headings: [{ title: string; }, { title: string; }]; }' but required in type 'IndexTableProps'.
|
Lint & type check
Property 'onClearSelection' is missing in type '{ itemCount: number; selectedItemsCount: number; onSelectionChange: () => void; headings: [{ title: string; }, { title: string; }]; }' but required in type 'IndexTableProps'.
|
Lint & type check
Property 'onClearSelection' is missing in type '{ itemCount: number; selectedItemsCount: number; onSelectionChange: () => void; headings: [{ title: string; }, { title: string; }]; }' but required in type 'IndexTableProps'.
|
Lint & type check
Process completed with exit code 1.
|
Lint & type check
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|