Dynamic collections #559
Closed
Dynamic collections #559
Annotations
11 errors and 5 warnings
|
Run Linting:
src/components/LocalTreeModal.tsx#L28
Extra semicolon
|
Run Linting:
src/components/LocalTreeModal.tsx#L33
Irregular whitespace not allowed
|
Run Linting:
src/components/LocalTreeModal.tsx#L37
Extra semicolon
|
Run Linting:
src/components/LocalTreeModal.tsx#L57
Strings must use singlequote
|
Run Linting:
src/components/LocalTreeModal.tsx#L71
Strings must use singlequote
|
Run Linting:
src/components/LocalTreeModal.tsx#L93
A space is required after '{'
|
Run Linting:
src/components/LocalTreeModal.tsx#L93
A space is required before '}'
|
Run Linting:
src/components/LocalTreeModal.tsx#L102
There should be no space before '='
|
Run Linting:
src/components/LocalTreeModal.tsx#L102
There should be no space after '='
|
Run Linting:
src/components/panel/Panel.tsx#L19
'initCollection' is assigned a value but never used
|
Run Linting:
src/components/CustomHTML.tsx#L26
Assignments to the 'iconEl' variable from inside React Hook useEffect will be lost after each render. To preserve the value over time, store it in a useRef Hook and keep the mutable value in the '.current' property. Otherwise, you can move this variable directly inside useEffect
|
Run Linting:
src/components/OpenSeaDragonViewer.tsx#L38
React Hook useEffect has missing dependencies: 'imageUrl', 'panelId', and 'viewerId'. Either include them or remove the dependency array
|
Run Linting:
src/components/TreeView.tsx#L29
React Hook useEffect has missing dependencies: 'config.panels' and 'initTreeNodes'. Either include them or remove the dependency array
|
Run Linting:
src/components/panel/Panel.tsx#L55
React Hook useEffect has missing dependencies: 'addPanelContent' and 'getCollection'. Either include them or remove the dependency array
|
Run Linting:
src/components/panel/views/PanelCentralContent.tsx#L47
React Hook useEffect has a missing dependency: 'content'. Either include it or remove the dependency array
|
Loading