feat(ui-matrix): add matrix selection stats #10839
Annotations
3 errors and 1 warning
Lint
Type '{ getCellContent: (cell: Item) => GridCell; columns: readonly (GridColumn & { id: keyof TData[string]; })[]; rows: number; onCellsEdited: (newValues: readonly EditListItem[]) => boolean | void; ... 4 more ...; getCellsForSelection: true; }' is missing the following properties from type 'DataGridProps': gridSelection, onGridSelectionChange
|
Lint
Type '{ theme: { accentColor: string; accentFg: string; accentLight: string; textDark: string; textMedium: string; textLight: string; textBubble: string; bgIconHeader: string; fgIconHeader: string; textHeader: string; ... 25 more ...; roundingRadius?: number | undefined; }; ... 5 more ...; getCellsForSelection: true; }' is missing the following properties from type 'DataGridProps': gridSelection, onGridSelectionChange
|
Lint
Process completed with exit code 2.
|
Restore node modules
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release.
A separate `actions/cache/restore` step should be used instead.
See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
|
Loading