-
Notifications
You must be signed in to change notification settings - Fork 935
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
Uncaught TypeError: Failed to execute 'appendChild' on 'Node': parameter 1 is not of type 'Node'. #489
Comments
File OverlayView.js , lines 129and 130
should be changed to
It is a library bug, I think. |
Not sure why, but this should no longer be a problem in v8.0.0. |
I'm still experiencing this problem in v8.4.1...
this.containerElement is undefined in |
Same problem as @gomezgoiri mentioned in 8.3.0 |
@gomezgoiri @erfansamieyan could you post a minimal reproducible repository to demo the problem? It really doesn't help to just complain it here as I cannot reproduce |
I understand. I'll do my best trying to isolate this error. |
I'm on
|
I am using OverlayView to create custom markers. The markers are loading but I have the following error:
Uncaught TypeError: Failed to execute 'appendChild' on 'Node': parameter 1 is not of type 'Node'.
This error has occurred before in #461 but the solution doesn't apply in my case.The text was updated successfully, but these errors were encountered: