We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Running npm install installs the latest stable version of Leaflet 1.9.1. This gives problems when running vroom-frontend, showing the error:
npm install
Uncaught TypeError: L.hasOwnProperty is not a function
If Leaflet is downgraded to the previous stable version 1.8.0 in the package.json file, the error disappears.
The text was updated successfully, but these errors were encountered:
Thanks for reporting. Our package.json setup does not pin to a given Leaflet version but uses "compatible with 1.3.4":
package.json
vroom-frontend/package.json
Line 34 in 2f54846
If the compatibility is broken when moving from 1.8.0 to 1.9.1, then this sounds more like an upstream semver problem to me.
In any case, we could probably do with a round of dependency updates here, happy to look at any PR heading this way.
Sorry, something went wrong.
No branches or pull requests
Running
npm install
installs the latest stable version of Leaflet 1.9.1. This gives problems when running vroom-frontend, showing the error:Uncaught TypeError: L.hasOwnProperty is not a function
If Leaflet is downgraded to the previous stable version 1.8.0 in the package.json file, the error disappears.
The text was updated successfully, but these errors were encountered: