-
Notifications
You must be signed in to change notification settings - Fork 817
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
TypeError: Cannot read property 'extend' of undefined #1505
Labels
Comments
Duplicate of #1504 |
Ok, I had a |
@jscti thanks for the report. The type guard is wrong here, it has to check if the value is undefined/null before checking the method. I will provide a fix for it asap |
sebholstein
added a commit
that referenced
this issue
Sep 24, 2018
sebholstein
added a commit
that referenced
this issue
Sep 24, 2018
beta 5 is out |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue description
JS Error with the new version beta4 (worked fine on beta3) 👍
My page is quite complex so I can't give you a simple repro test case right now, but maybe there is no need as the bug seems to be the function
_isLatLngBoundsLiteral
that seems optimistic by not testing undefined/null prior to use it.The text was updated successfully, but these errors were encountered: