Skip to content

Dynamic collections: Creation of a new panel by using local tree modal #292

Dynamic collections: Creation of a new panel by using local tree modal

Dynamic collections: Creation of a new panel by using local tree modal #292

Triggered via pull request January 31, 2025 16:34
Status Failure
Total duration 31s
Artifacts

ci.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 5 warnings
build (18): src/components/base/InputField.tsx#L9
Expected indentation of 2 spaces but found 4
build (18): src/components/base/InputField.tsx#L10
Expected indentation of 4 spaces but found 8
build (18): src/components/base/InputField.tsx#L11
Expected indentation of 6 spaces but found 15
build (18): src/components/base/InputField.tsx#L12
Expected indentation of 2 spaces but found 4
build (18)
Process completed with exit code 1.
build (20)
The job was canceled because "_18" failed.
build (20)
The operation was canceled.
build (18): 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
build (18): src/components/OpenSeaDragonViewer.tsx#L38
React Hook useEffect has missing dependencies: 'imageUrl', 'panelId', and 'viewerId'. Either include them or remove the dependency array
build (18): src/components/panel/Panel.tsx#L53
React Hook useEffect has missing dependencies: 'addPanelContent' and 'getCollection'. Either include them or remove the dependency array
build (18): src/components/panel/views/PanelCentralContent.tsx#L47
React Hook useEffect has a missing dependency: 'content'. Either include it or remove the dependency array
build (18): src/components/tree-modal/TreeSelectionModalContent.tsx#L44
React Hook useEffect has a missing dependency: 'setTreeNodes'. Either include it or remove the dependency array