You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Well, the point is, that after the update the parentElement.children property cannot be reflected on the DOM. I've got a button with a click-handler and pass onLoadChildTreeElement as a callback. The parameter parentElement gets passesd with the invokation of onLoadChildTreeElement after I click on a tree element on the DOM. Basically, it should then attach the new childrens to the children property. But that does not happen for some reason.
I use vue-tree-list in production and noticed that it does not append new children of a parent. Basically, this is the code that does it for me:
Nothing wrong with the API call but which the logic of the package it guess. I downgraded to version 1.4.6 and it works as it should.
The text was updated successfully, but these errors were encountered: