snabbdom / snabbdom-to-html

Render Snabbdom Vnode’s to HTML strings
94 stars 21 forks source link

Invalid output for h("!", []) argument #68

Open bartblast opened 5 months ago

bartblast commented 5 months ago

Hey, it looks like the following call gives invalid output: toHTML(h("!", [])) gives: "<!--<div></div>-->" but it should be: "<!---->"