When I try treeView.AddNodes,in the razor code, after fetching data successfully using the UrlAdaptor, I can't get the UI to update with new node. The code below just gets the root node independent of what the tree looks like:
List<object> treeData = await treeView.GetTreeData();