heatsh
Results
1
comments of
heatsh
Instead of hasChildren: false, explicitly setting children to [] works ` change() { this.nodes = [ { name: 'new root', id: 1, location: '12', children: [] } ]; }`