TELESTION-460 Dashboard layout editor #177
Annotations
10 errors and 1 warning
Build
'defaultUserData' is declared but its value is never read.
|
Build
Process completed with exit code 1.
|
Lint:
frontend-react/src/app/index.tsx#L7
'defaultUserData' is assigned a value but never used
|
Lint:
frontend-react/src/lib/application/routes/dashboard-editor/layout-editor/components/empty-cell.tsx#L24
Visible, non-interactive elements with click handlers must have at least one keyboard listener
|
Lint:
frontend-react/src/lib/application/routes/dashboard-editor/layout-editor/components/empty-cell.tsx#L24
Avoid non-native interactive elements. If using native HTML is not possible, add an appropriate role and support for tabbing, mouse, keyboard, and touch inputs to an interactive content element
|
Lint:
frontend-react/src/lib/application/routes/dashboard-editor/layout-editor/hooks/use-keyboard-shortcut.tsx#L1
Replace `"react"` with `'react'`
|
Lint
Process completed with exit code 1.
|
Style
Process completed with exit code 1.
|
Unit Test
'defaultUserData' is declared but its value is never read.
|
Unit Test
Process completed with exit code 1.
|
Lint:
frontend-react/src/lib/application/routes/dashboard-editor/layout-editor/hooks/use-keyboard-shortcut.tsx#L40
React Hook useEffect has a missing dependency: 'shortcut'. Either include it or remove the dependency array
|