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

ember inspector stops responding, error: Failed to execute 'removeChild' on 'Node': The node to be removed is not a child of this node. #2200

Closed
patricklx opened this issue Oct 19, 2022 · 2 comments · Fixed by #2219
Labels

Comments

@patricklx
Copy link
Collaborator

patricklx commented Oct 19, 2022

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

@patricklx patricklx added the bug label Oct 19, 2022
@RobbieTheWagner
Copy link
Member

@patricklx was this one of the things you had a PR for?

@patricklx
Copy link
Collaborator Author

No, i was unable to solve it or make a good reproduction...

patricklx added a commit to patricklx/ember-inspector that referenced this issue Oct 31, 2022
patricklx added a commit to patricklx/ember-inspector that referenced this issue Nov 3, 2022
patricklx added a commit to patricklx/ember-inspector that referenced this issue Nov 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants