TIDO v5: show panels wrapper which contains text and switch between different types of text content #240
Annotations
10 errors and 5 warnings
Run Linting:
src/components/PanelsWrapper.tsx#L6
Unexpected empty object pattern
|
Run Linting:
src/components/PanelsWrapper.tsx#L16
Irregular whitespace not allowed
|
Run Linting:
src/components/panel/Panel.tsx#L13
Irregular whitespace not allowed
|
Run Linting:
src/components/panel/Panel.tsx#L50
Do not access Object.prototype method 'hasOwnProperty' from target object
|
Run Linting:
src/components/panel/Panel.tsx#L81
'e' is defined but never used
|
Run Linting:
src/components/panel/Panel.tsx#L81
Unexpected any. Specify a different type
|
Run Linting:
src/components/panel/Panel.tsx#L88
'itemUrl' is never reassigned. Use 'const' instead
|
Run Linting:
src/components/panel/Panel.tsx#L104
Unexpected any. Specify a different type
|
Run Linting:
src/contexts/ConfigContext.tsx#L12
Irregular whitespace not allowed
|
Run Linting:
src/types.d.ts#L77
Irregular whitespace not allowed
|
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#L21
React Hook useEffect has missing dependencies: 'config', 'customConfig', and 'updateConfig'. Either include them or remove the dependency array
|
Run Linting:
src/components/PanelsWrapper.tsx#L21
React Hook useEffect has missing dependencies: 'config' and 'initOpenedPanels'. Either include them or remove the dependency array
|
Run Linting:
src/components/panel/Panel.tsx#L122
React Hook useEffect has a missing dependency: 'readData'. Either include it or remove the dependency array
|
Run Linting:
src/contexts/ConfigContext.tsx#L39
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
Loading