Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
src/index.js: Do not null elements array
If we set `this.elements.length = 0`; aka truncating the array then we cannot move this TonicComponent in the DOM as that fires disconnected followed by connected callback. Any component that renders `this.html`${this.elements}`` cannot be safely moved around.
- Loading branch information