Skip to content

chore: remove unused useMemo #18

chore: remove unused useMemo

chore: remove unused useMemo #18

Triggered via push June 20, 2024 11:51
Status Failure
Total duration 29s
Artifacts

nodejs.yml

on: push
build-and-deploy
18s
build-and-deploy
Fit to window
Zoom out
Zoom in

Annotations

4 errors
build-and-deploy: src/App.tsx#L10
'StyleParser' is declared but its value is never read.
build-and-deploy: src/App.tsx#L118
Type '{ style: Style; parsers: (SldStyleParser | MapboxStyleParser | QGISStyleParser)[]; defaultParser: SldStyleParser; showCopyButton: true; showUploadButton: boolean; showSaveButton: true; onStyleChange: (style: Style) => void; }' is not assignable to type 'IntrinsicAttributes & CodeEditorProps'.
build-and-deploy: src/App.tsx#L133
Type '{ style: Style; parsers: (SldStyleParser | MapboxStyleParser | QGISStyleParser)[]; defaultParser: MapboxStyleParser; showCopyButton: true; showUploadButton: boolean; showSaveButton: true; onStyleChange: (style: Style) => void; }' is not assignable to type 'IntrinsicAttributes & CodeEditorProps'.
build-and-deploy
Process completed with exit code 2.