react-leaflet icon indicating copy to clipboard operation
react-leaflet copied to clipboard

In production mode typescript returns TS1005: ',' expected. error

Open aohayk opened this issue 1 year ago • 2 comments

I have using react 17 and typescript 4.9.4 So when I run npm run prod I have TS1005: ',' expected. error in node_modules` node_modules/react-leaflet/lib/WMSTileLayer.d.ts(3,43) image

This issue related import { type... } from '....'

aohayk avatar Jan 30 '23 10:01 aohayk