TIDO v5: show panels wrapper which contains text and switch between different types of text content #248
Annotations
11 errors and 3 warnings
|
Run Linting:
src/components/panel/Panel.tsx#L4
'isError' is defined but never used
|
Run Linting:
src/components/panel/Panel.tsx#L18
'config' is assigned a value but never used
|
Run Linting:
src/components/panel/Panel.tsx#L27
'documentType' is assigned a value but never used
|
Run Linting:
src/utils/http.tsx#L2
Unexpected any. Specify a different type
|
Run Linting:
src/utils/http.tsx#L8
Unnecessary try/catch wrapper
|
Run Linting:
src/utils/panel.tsx#L1
Strings must use singlequote
|
Run Linting:
src/utils/panel.tsx#L19
Unnecessary try/catch wrapper
|
Run Linting:
src/utils/panel.tsx#L30
Unnecessary try/catch wrapper
|
Run Linting:
src/utils/panel.tsx#L32
Unexpected constant nullishness on the left-hand side of a `??` expression
|
Run Linting
Process completed with exit code 1.
|
Run Linting:
src/App.tsx#L25
React Hook useEffect has missing dependencies: 'config', 'customConfig', and 'setConfig'. Either include them or remove the dependency array
|
Run Linting:
src/components/panel/Panel.tsx#L114
React Hook useEffect has missing dependencies: 'readData' and 'setDocumentType'. Either include them or remove the dependency array
|
Run Linting:
src/contexts/ConfigContext.tsx#L35
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
Loading