elm / virtual-dom

The foundation of HTML and SVG in Elm.
https://package.elm-lang.org/packages/elm/virtual-dom/latest
BSD 3-Clause "New" or "Revised" License
209 stars 80 forks source link

Lack of good error message when HTML document is malformed #174

Open dullbananas opened 3 years ago

dullbananas commented 3 years ago

I got this error

TypeError: null is not an object (evaluating 'node.nodeType')
Error: {}

Later I found out I accidentally removed the opening <body> tag. Maybe it could detect this and give better error message