TIDO v5: show panels wrapper which contains text and switch between different types of text content #245
Annotations
6 errors and 5 warnings
Run Linting:
src/components/PanelsWrapper.tsx#L4
'getManifestUrl' is defined but never used
|
Run Linting:
src/components/PanelsWrapper.tsx#L4
'getCollectionUrl' 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#L88
'manifestData' is never reassigned. Use 'const' instead
|
Run Linting:
src/utils/http.tsx#L17
'e' is defined but never used
|
Run Linting
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run Linting:
src/App.tsx#L26
React Hook useEffect has missing dependencies: 'config', 'customConfig', and 'setConfig'. Either include them or remove the dependency array
|
Run Linting:
src/components/PanelsWrapper.tsx#L17
React Hook useEffect has a missing dependency: 'setOpenedPanels'. Either include it or remove the dependency array
|
Run Linting:
src/components/panel/Panel.tsx#L126
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