ExtJS Maximum call stack size exceeded when reordering tree
问题 I'm reordering the hierarchy of a tree with drag and drop. After moving multiple nodes I get the error Uncaught RangeError: Maximum call stack size exceeded . The error appears in NodeInterface.js . The updateInfo function crashes in the following line for (i = 0; i < childCount; i++) { children[i].updateInfo(commit, childInfo); } What could cause this problem? The following code shows how I implemnted the drag and drop and reordering in ExtJS 6.5.2. Maybe you can find what's causing the