arbor icon indicating copy to clipboard operation
arbor copied to clipboard

Infinite loop?

Open gruppler opened this issue 14 years ago • 1 comments

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.

gruppler avatar Dec 14 '11 22:12 gruppler

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.

gruppler avatar Dec 15 '11 16:12 gruppler