-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
I wrote some text or any whitespace character (newline in my case) in the DOM element to render to and this results an endless loop.
For example: <div id='table-target'>text</div>. The firstChild of the div will be a TextNode.
This line of the code results the endless loop:
while (this.el.firstChild) { this.el.remove(this.el.firstChild); }
Metadata
Metadata
Assignees
Labels
No labels