Skip to content

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

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

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

Triggered via pull request January 30, 2025 20:09
Status Failure
Total duration 32s
Artifacts

ci.yml

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

Annotations

21 errors and 10 warnings
build (18): src/components/LocalTreeModal.tsx#L12
Expected indentation of 2 spaces but found 4
build (18): src/components/LocalTreeModal.tsx#L14
Expected indentation of 2 spaces but found 4
build (18): src/components/LocalTreeModal.tsx#L17
Expected indentation of 2 spaces but found 4
build (18): src/components/LocalTreeModal.tsx#L18
Expected indentation of 4 spaces but found 8
build (18): src/components/LocalTreeModal.tsx#L19
Expected indentation of 6 spaces but found 12
build (18): src/components/LocalTreeModal.tsx#L20
Expected indentation of 8 spaces but found 16
build (18): src/components/LocalTreeModal.tsx#L21
Expected indentation of 6 spaces but found 12
build (18): src/components/LocalTreeModal.tsx#L22
Expected indentation of 6 spaces but found 12
build (18): src/components/LocalTreeModal.tsx#L23
Expected indentation of 8 spaces but found 16
build (18): src/components/LocalTreeModal.tsx#L24
Expected indentation of 6 spaces but found 12
build (20)
The job was canceled because "_18" failed.
build (20): src/components/LocalTreeModal.tsx#L12
Expected indentation of 2 spaces but found 4
build (20): src/components/LocalTreeModal.tsx#L14
Expected indentation of 2 spaces but found 4
build (20): src/components/LocalTreeModal.tsx#L17
Expected indentation of 2 spaces but found 4
build (20): src/components/LocalTreeModal.tsx#L18
Expected indentation of 4 spaces but found 8
build (20): src/components/LocalTreeModal.tsx#L19
Expected indentation of 6 spaces but found 12
build (20): src/components/LocalTreeModal.tsx#L20
Expected indentation of 8 spaces but found 16
build (20): src/components/LocalTreeModal.tsx#L21
Expected indentation of 6 spaces but found 12
build (20): src/components/LocalTreeModal.tsx#L22
Expected indentation of 6 spaces but found 12
build (20): src/components/LocalTreeModal.tsx#L23
Expected indentation of 8 spaces but found 16
build (20): src/components/LocalTreeModal.tsx#L24
Expected indentation of 6 spaces but found 12
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/ContentModal.tsx#L45
React Hook useEffect has a missing dependency: 'initTreeNodes'. Either include it or remove the dependency array
build (20): 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 (20): src/components/OpenSeaDragonViewer.tsx#L38
React Hook useEffect has missing dependencies: 'imageUrl', 'panelId', and 'viewerId'. Either include them or remove the dependency array
build (20): src/components/panel/Panel.tsx#L53
React Hook useEffect has missing dependencies: 'addPanelContent' and 'getCollection'. Either include them or remove the dependency array
build (20): src/components/panel/views/PanelCentralContent.tsx#L47
React Hook useEffect has a missing dependency: 'content'. Either include it or remove the dependency array
build (20): src/components/tree-modal/ContentModal.tsx#L45
React Hook useEffect has a missing dependency: 'initTreeNodes'. Either include it or remove the dependency array