We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3493d4f commit 401f5a6Copy full SHA for 401f5a6
src/index.ts
@@ -80,7 +80,7 @@ function render(tree?: Node | Node[], options: Options = {}): string {
80
(typeof node === 'string' && node.length === 0) ||
81
Number.isNaN(node)
82
) {
83
- break;
+ continue;
84
}
85
86
// Treat as new root tree if node is an array
0 commit comments