-
Notifications
You must be signed in to change notification settings - Fork 375
cleanup; export utils; fix issues with vue2-leaflet-markercluster #148
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
Conversation
Update main.js
Hi @naderio, Thanks for this pull request.
Your pull request also changes the package version. Please don't do it as it should be done on its own commit with a tag that triggers the build and publish process. Mickael |
Hi @KoRiGaN, Thank you for the follow up. I rolled back the package version and and example dependency. Regarding Stack trace is similar but not limited to the following and markers are either shown the first time or not shown at all:
Thanks. |
@KoRiGaN Steps to reproduce the issue:
|
Thanks for the reply. Micka |
When can we expect a merge of this? |
😆 I'm still using this in my package.json: |
Hi @KoRiGaN I tested it and I think this is safe to be merged. Please let us know if you need any help! |
Hi @naderio, @mits87, @jperelli, I've merged this PR into master, but it wasn't working correctly when lat or lng was updated but not the latLng object itself. I hope it doesn't unfix your fix. Let me know how things are going. |
Thank you @KoRiGaN. |
I will try to test on weekend, then report here. Thank you all for your contribution. |
This PR does the following:
parentMapObject
statefindRealParent
andpropsBinder
utils to be used in pluginslatLng
withinLMarker
which caused issues withvue2-leaflet-markercluster