html-next / vertical-collection

Infinite Scroll and Occlusion at > 60FPS
https://html-next.github.io/vertical-collection/
MIT License
176 stars 76 forks source link

Fix for detached Node element exception #389

Closed twokul closed 2 years ago

twokul commented 2 years ago

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.