diff --git a/src/vhtml.js b/src/vhtml.js index 0e03f69..5f3df5b 100644 --- a/src/vhtml.js +++ b/src/vhtml.js @@ -42,7 +42,7 @@ export default function h(name, attrs) { } else while (stack.length) { let child = stack.pop(); - if (child) { + if (child != null) { if (child.pop) { for (let i=child.length; i--; ) stack.push(child[i]); }
Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.
Alternative Proxies: