Insert the virtual component bound back to make sure Glimmer is not confused about the state of the DOM resulting in DOMException: Failed to execute 'removeChild' on 'Node': The node to be removed is not a child of this node.
I was unable to add a failing test for this but I have added a few test cases to improve test coverage and verified the fix in a consuming application.
Insert the virtual component bound back to make sure Glimmer is not confused about the state of the DOM resulting in
DOMException: Failed to execute 'removeChild' on 'Node': The node to be removed is not a child of this node.
I was unable to add a failing test for this but I have added a few test cases to improve test coverage and verified the fix in a consuming application.