Closed swamim closed 8 years ago
I think this is the same issue as #54. Can you reproduce it please? In my project I am loading 2000 when I create the tree
Found issue, got the object which is having id and parent are the same, that is causing the issue. In this case, I have changed the object parent = "#" where ever id and parents are same. Tree is working fine.
Thanks for updating
Uncaught RangeError: Maximum call stack size exceeded parse_flat @ (program):19parse_flat @ (program):84
I am loading a 400 node array. Please help.