Switch text views - Use OpenSeaDragon for the image #260
Annotations
12 errors and 5 warnings
build (18):
src/components/ImageActionButtons.tsx#L17
A space is required after '{'
|
build (18):
src/components/ImageActionButtons.tsx#L17
A space is required before '}'
|
build (18):
src/components/ImageActionButtons.tsx#L49
There should be no space before '='
|
build (18):
src/components/ImageActionButtons.tsx#L49
There should be no space after '='
|
build (18):
src/components/ImageActionButtons.tsx#L52
A space is required after '{'
|
build (18):
src/components/ImageActionButtons.tsx#L52
A space is required before '}'
|
build (18):
src/components/ImageActionButtons.tsx#L53
A space is required after '{'
|
build (18):
src/components/ImageActionButtons.tsx#L53
A space is required before '}'
|
build (18):
src/components/ImageActionButtons.tsx#L57
Extra semicolon
|
build (18):
src/components/OpenSeaDragonViewer.tsx#L1
Extra semicolon
|
build (20)
The job was canceled because "_18" failed.
|
build (20)
The operation was canceled.
|
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
|