arbor
arbor copied to clipboard
Infinite loop?
In Chrome, the system runs for several seconds, and then I keep getting the following error message:
Uncaught RangeError: Maximum call stack size exceeded d.extend.type d.extend.isPlainObject d.extend.d.fn.extend d.extend.d.fn.extend d.extend.d.fn.extend ...
In Firefox, it runs for awhile, then the browser stops responding for awhile, and when it returns, I get the error "Too much recursion."
If this is an error in my code, I apologize for opening an issue here. However, I'm almost positive it's not.
This appears to be an issue when the node names are integers rather than strings. After forcing them to be strings, I haven't been getting this error.