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
new google.maps.plugins.loader.Loader(loaderOptions).loadCallback(error => { . . . }
Receive this error message "TypeError: Class extends value # is not a constructor or null" in the Code section below while executing the code above.
_.Xh(ok.prototype, om); var Qga = class extends Event { constructor() { super("gmp-zoomchange") } }
When I tracked down the error message, I found the following code.
https://maps.googleapis.com/maps/api/js?libraries=drawing%2Cgeometry%2Cplaces%2Cvisualization%2Ccore%2Cmarker&key={apiKey}&callback=google.maps.__ib__
Maybe it happens in the process of importing libraries, can you tell me why?
I think I've had a similar problem with the version going up before.
The text was updated successfully, but these errors were encountered:
I found the cause and solved it.
I realized that when using JS, I should pay attention to global variable names.
Sorry, something went wrong.
No branches or pull requests
Receive this error message "TypeError: Class extends value # is not a constructor or null" in the Code section below while executing the code above.
When I tracked down the error message, I found the following code.
Maybe it happens in the process of importing libraries, can you tell me why?
I think I've had a similar problem with the version going up before.
The text was updated successfully, but these errors were encountered: