-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update imported version of esri-leaflet to 3.0.2 #272
Comments
I think you can do this yourself - just run:
|
you can, but 3x is outside the SemVer range defined in the package.json |
Ah, good point. I suppose we should have included that ( |
meh. live and learn! 😸 |
Any idea when there might be a release available on npm for this? Cheers :-) |
This was released in v3.1.0 |
Esri-leaflet recently made a change here:
Esri/esri-leaflet@a6a46fc
This is to stop an error issued by webpack 5, in my case after upgrading to angular 12:
./node_modules/esri-leaflet-geocoder/node_modules/esri-leaflet/src/EsriLeaflet.js:2:0-51 - Error: Should not import the named export 'version' (reexported as 'VERSION') from default-exporting module (only default export is available soon)
The text was updated successfully, but these errors were encountered: