marco-viewpoint
marco-viewpoint
I thought I had the same issue, but it turns out I just didn't fully understand node modules. I tried patching "@aws-amplify", when the actual package was "@aws-amplify/auth". Everything is...
Thanks! That's actually what I tried first, but it didn't affect the tree. Trying it now in the sandbox works, so I have to find what's different in my main...
Ok, the issue is setting the tree data and then immediately walking and updating the tree doesn't work. e.g.: https://codesandbox.io/s/vue-cli-and-he-tree-vue-example-forked-xv1ww?file=/src/App.vue I'm trying to load the tree data from an API...
Thank you, I tried, but it didn't make a difference. walkTreeData works fine, it's just that none of the changes are applied. I would have guessed it's some form of...