Hello
I have a problem adding new nodes on the fly, the signature of addNodes makes no sense...
What is: undefined[]
Taken from the example:
var item = { id: nodeId, name: "New Folder" };
tree.addNodes([item])
Type '{ id: any; name: string; }' is not assignable to type 'undefined'.Vetur(2322)