When adding <li> elements to a <ul>, if I add an empty tag, next update through the system throws an error.
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)
Most helpful comment
https://github.com/hyperapp/hyperapp/releases/tag/1.1.2