You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
type something in the input box
What should happen:
1 empty item in the list, and some input content
What happens:
1 empty item, and this exception
Uncaught TypeError: Failed to execute 'removeChild' on 'Node': parameter 1 is not of type 'Node'.
at done (index.js?ee11:214)
at removeElement (index.js?ee11:220)
at patch (index.js?ee11:305)
at patch (index.js?ee11:276)
at patch (index.js?ee11:268)
at render (index.js?ee11:58)
The text was updated successfully, but these errors were encountered:
Bug
When adding
<li>
elements to a<ul>
, if I add an empty tag, next update through the system throws an error.Reproduce it
What should happen:
1 empty item in the list, and some input content
What happens:
1 empty item, and this exception
The text was updated successfully, but these errors were encountered: