Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uncaught RangeError: Maximum call stack size exceeded #55

Closed
swamim opened this issue Dec 8, 2015 · 3 comments
Closed

Uncaught RangeError: Maximum call stack size exceeded #55

swamim opened this issue Dec 8, 2015 · 3 comments

Comments

@swamim
Copy link

swamim commented Dec 8, 2015

Uncaught RangeError: Maximum call stack size exceeded
parse_flat @ (program):19parse_flat @ (program):84

I am loading a 400 node array. Please help.

@ezraroi
Copy link
Owner

ezraroi commented Dec 8, 2015

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

@swamim
Copy link
Author

swamim commented Dec 23, 2015

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.

@swamim swamim closed this as completed Dec 23, 2015
@ezraroi
Copy link
Owner

ezraroi commented Dec 23, 2015

Thanks for updating

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants