-
Notifications
You must be signed in to change notification settings - Fork 218
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
Problem with removing ports #220
Comments
Hello, I can confirm the bug. I'm looking into it, thank you for letting me know. |
This also explains why it looks like in the demo that removing ports removes them anti clock wise. The thing is, it's random, so it shouldn't even look like that 😄 |
Thank you quick help, it did some very weird things for us, like rendering non attached links and eventually throw a JS exception ("getBoundingClientRect" of null). The @key attribute fixes it perfectly. |
Hi,
when you remove ports from a node, the other ports often get the wrong position and sometimes in our case have their
Initialized
property set to false. The results are not deterministic though, I think it a timing problem with the MutationObserver.You can test it in your demo.
Browser: Chrome 104
The text was updated successfully, but these errors were encountered: