streaming-dot
streaming-dot copied to clipboard
Use of template strings inside a codeblock {{}} errors
{{
for(let v of it.arr)
yield P(`${v}`)
}}
It basically infinite loops, or at least never returns.
It's not exactly the same as above but a demo here https://jsbin.com/kabelih/edit?html,console