You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
inspector stops responding to any interaction, error in inspector is
Failed to execute 'removeChild' on 'Node': The node to be removed is not a child of this node.
While rendering:
-top-level
application
app-detected
component-tree
scroll-container
vertical-collection
To Reproduce
Steps to reproduce the behavior:
inconsistent, hard to reproduce consistently
happens when children are being removed from the component tree.
This seems to happen when there are many renders.
I have a clock which updates a few times per second. When addition interaction is done it increases the likelihood
The text was updated successfully, but these errors were encountered:
Describe the bug
inspector stops responding to any interaction, error in inspector is
Failed to execute 'removeChild' on 'Node': The node to be removed is not a child of this node.
-top-level
application
app-detected
component-tree
scroll-container
vertical-collection
To Reproduce
Steps to reproduce the behavior:
inconsistent, hard to reproduce consistently
happens when children are being removed from the component tree.
This seems to happen when there are many renders.
I have a clock which updates a few times per second. When addition interaction is done it increases the likelihood
The text was updated successfully, but these errors were encountered: