Description I am using the vue2-leaflet package and it is working fine in development mode but when I build, I get the "Failed to render / ReferenceError: window is not defined" error. I have tried various ways to follow the "Add Externa...
Hi there, When I include the react-leaflet library I seem to get "ReferenceError: window is not defined". This comes from leaflet-src.js as far as I can see, any ideas? Seems like I'm including something incorrectly. ReferenceError: window is not defined at Object. (C:\Applications\Nexu...
// We have to define it manually here, because it is not available when using the leaflet angular module. (<any>window).map = map; in our code. The problem is the call to map.unproject in leaflet-deepzoom.js where map is not declared or imported in any way, just assumed to exist...
Uncaught ReferenceError: d3 is not defined at i._applyData (leaflet-elevation.js:939) at i.addData (leaflet-elevation.js:134) at i.<anonymous> (leaflet-elevation.js:402) at i.fire (leaflet.js:5) at i._parse_trkseg (gpx.min.js:1) at i._parse_gpx_data (gpx.min.js:1) at o...
Issue description or question I copied the create-react-app wallaby.conf verbatim from the documentation but when I run it I am getting the stack trace that I pasted down below. The Wallaby app runs, but as you can see in the screenshot ...