-
Notifications
You must be signed in to change notification settings - Fork 105
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
AdvancedMarkerElementOptions - Content Invalid (not an instance of Node) #332
Comments
Found issue. Will release fix soon. |
I feel really bad of releasing such bug. We just did some changes to advanced marked and forgot to test it. |
@valentasm1 Thanks for resolving the issue. |
@valentasm1 the issue still persists when we use a list of markers instead of a single marker |
Sample code from my project :
ig |
I updated server side demo. It works for me. |
Also one more issue that AdvancedMarker dont have nor Draggable, nor Visible properties, so if you set them then map will fail. |
@valentasm1 I'm getting the same error as above Yes you're right the above mentioned properties aren't present in AdvanceMarkerElement class |
Here's my sample code that throws out the same content invalid error
|
@valentasm1 ig a page to simulate AdvancedMarkerElementList can be implemented |
You are right. Demo was without content. Fixed |
@valentasm1 Thanks! for the help |
@valentasm1 I'm using recently implemented
AdvancedMarkerElement
class in my code and settingAdvancedMarkerElementOptions.Content = HTML element
but I'm getting the errorUnhandled exception rendering component: AdvancedMarkerElement: "content" invalid: not an instance of Node;
Sample Code:
The text was updated successfully, but these errors were encountered: