Switch text views - Use OpenSeaDragon for the image #261
Annotations
10 errors and 10 warnings
build (18):
src/components/OpenSeaDragonViewer.tsx#L7
Irregular whitespace not allowed
|
build (18):
src/components/PanelsWrapper.tsx#L15
'error' is assigned a value but never used
|
build (18):
src/components/panel/central-content/ImageView.tsx#L7
Irregular whitespace not allowed
|
build (18):
src/components/panel/central-content/SplitView.tsx#L9
Irregular whitespace not allowed
|
build (18)
Process completed with exit code 1.
|
build (20):
src/components/OpenSeaDragonViewer.tsx#L7
Irregular whitespace not allowed
|
build (20):
src/components/PanelsWrapper.tsx#L15
'error' is assigned a value but never used
|
build (20):
src/components/panel/central-content/ImageView.tsx#L7
Irregular whitespace not allowed
|
build (20):
src/components/panel/central-content/SplitView.tsx#L9
Irregular whitespace not allowed
|
build (20)
Process completed with exit code 1.
|
build (18)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
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#L35
React Hook useEffect has missing dependencies: 'imageUrl', 'panelId', and 'viewerId'. Either include them or remove the dependency array
|
build (18):
src/components/PanelsWrapper.tsx#L127
React Hook useEffect has missing dependencies: 'addPanelContent' and 'panels'. Either include them or remove the dependency array
|
build (18):
src/components/panel/central-content/PanelCentralContent.tsx#L52
React Hook useEffect has a missing dependency: 'content'. Either include it or remove the dependency array
|
build (20)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
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#L35
React Hook useEffect has missing dependencies: 'imageUrl', 'panelId', and 'viewerId'. Either include them or remove the dependency array
|
build (20):
src/components/PanelsWrapper.tsx#L127
React Hook useEffect has missing dependencies: 'addPanelContent' and 'panels'. Either include them or remove the dependency array
|
build (20):
src/components/panel/central-content/PanelCentralContent.tsx#L52
React Hook useEffect has a missing dependency: 'content'. Either include it or remove the dependency array
|