If I try to remove an TreeCollection Item, which was autoloaded by the tree autoload feature, I get the following Error:
Uncaught TypeError: n.items.filter is not a function
Example:
const tree = new dhx.Tree("tree", {
autoload:"https://docs.dhtmlx.com/suite/backend/autoload"
});
tree.data.load("https://docs.dhtmlx.com/suite/backend/autoload/?id=tree");
// Now open "Books" and "Thrillers" in the Tree Widget.
// If you remove the Item "Ian Rankin", you get the Error.
tree.data.remove("Ian Rankin");
Uncaught TypeError: n.items.filter is not a function
_removeCore https://cdn.dhtmlx.com/suite/pro/edge/suite.js?a1781515883879:12
_remove https://cdn.dhtmlx.com/suite/pro/edge/suite.js?a1781515883879:12
remove https://cdn.dhtmlx.com/suite/pro/edge/suite.js?a1781515883879:12