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
I'm not 100% on what is happening here, but when I simply import this plugin alongside other leaflet plugins, things break.
Here's a simple example trying to use Leaflet.glify along side another popular plugin, Leaflet.draw:
Leaflet.glify
Leaflet.draw
https://gist.github.com/danwild/bad25212abb326b9d55179c4a22ee006
I've also encountered issues when using with leaflet-loading and leaflet-mouse-position.
leaflet-loading
leaflet-mouse-position
It seems like there's something funny happening in the dependency tree, the plugins are conflicting somehow.
I noticed that leaflet is listed a direct dependency of this plugin rather than a peer, which sounds like a better fit for a "plugin package".
leaflet
PR/example to follow.
Cheers, Dan
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm not 100% on what is happening here, but when I simply import this plugin alongside other leaflet plugins, things break.
Here's a simple example trying to use
Leaflet.glify
along side another popular plugin,Leaflet.draw
:https://gist.github.com/danwild/bad25212abb326b9d55179c4a22ee006
I've also encountered issues when using with
leaflet-loading
andleaflet-mouse-position
.It seems like there's something funny happening in the dependency tree, the plugins are conflicting somehow.
Potential solution - make leaflet a peer dependency
I noticed that
leaflet
is listed a direct dependency of this plugin rather than a peer, which sounds like a better fit for a "plugin package".PR/example to follow.
Cheers,
Dan
The text was updated successfully, but these errors were encountered: