chore: remove unused useMemo #18
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.
|