Skip to content
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

Support for HTML nodes #146

Open
Max9403 opened this issue Jun 28, 2024 · 0 comments
Open

Support for HTML nodes #146

Max9403 opened this issue Jun 28, 2024 · 0 comments

Comments

@Max9403
Copy link

Max9403 commented Jun 28, 2024

While using https://github.com/googlemaps/js-markerclusterer we run into an issue with the call stack being exceeded since it's comparing 2 lists of google's custom HTML elements (<gmp-advanced-marker />). It most likely a cyclic issue that is happening. However, we managed to fix it by adding the below (as a quick patch before release):

  if (a instanceof Node) return a.isEqualNode(b);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant