Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
There was a regression in #1605 that broke html clearing on rebuilds, which would cause all assets to get duplicated in the DOM. (After `removeChild(target)`, `target.nextSibling` goes undefined.) Fixes #1660.
- Loading branch information