Merge pull request #28 from canvas/wsp/hide-empty #30
Annotations
8 warnings
Run linters
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run linters:
react/src/Spreadsheet.tsx#L1002
'columnId' is assigned a value but never used. Allowed unused vars must match /^_/u
|
Run linters:
react/src/Spreadsheet.tsx#L1003
'selectedColumnIds' is assigned a value but never used. Allowed unused vars must match /^_/u
|
Run linters:
react/src/Spreadsheet.tsx#L1004
'left' is assigned a value but never used. Allowed unused vars must match /^_/u
|
Run linters:
react/src/Spreadsheet.tsx#L1004
'top' is assigned a value but never used. Allowed unused vars must match /^_/u
|
Run linters:
react/src/Spreadsheet.tsx#L1531
React Hook React.useCallback has unnecessary dependencies: 'dataStore' and 'storeId'. Either exclude them or remove the dependency array
|
Run linters:
react/src/icons/ColumnTypeUtil.ts#L2
'SqlErrorIcon' is defined but never used. Allowed unused vars must match /^_/u
|
Run linters:
react/src/state/useCanvasState.ts#L14
'get' is defined but never used. Allowed unused args must match /^_/u
|