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
When the parent has been removed from the map you get a "Cannot read property '_icon' of undefined" when calling getVisibleParent.
getVisibleParent
Hacky fix: vMarker != null so getVisibleParent returns undefined and whoever calls it can deal with it.
vMarker != null
The text was updated successfully, but these errors were encountered:
df054cf
Thanks, fixed and added tests.
Sorry, something went wrong.
No branches or pull requests
When the parent has been removed from the map you get a "Cannot read property '_icon' of undefined" when calling
getVisibleParent
.Hacky fix:
vMarker != null
sogetVisibleParent
returns undefined and whoever calls it can deal with it.The text was updated successfully, but these errors were encountered: