loading-bar icon indicating copy to clipboard operation
loading-bar copied to clipboard

Maximum call stack size exceeded

Open CEbbinghaus opened this issue 6 years ago • 1 comments

at line 107

domTree = (n,o) ->
    n = newNode n
    for k,v of o => if k != \attr => n.appendChild domTree(k, v or {})
    n.attrs(o.attr or {})
    n

CEbbinghaus avatar Mar 27 '18 08:03 CEbbinghaus

is there an example that cause this bug? looks like this will only happen when o contains circular structure.

zbryikt avatar Sep 11 '18 05:09 zbryikt