Vue: 2.0 tree example bug

Created on 8 Jun 2016  ·  3Comments  ·  Source: vuejs/vue

Well, I know this issue is repeat with #2994, I just want to report this issue, because I note today, new dist/vue.js file is releases, I updated this for my project ,then I get same error code when execute push operating:

vue.js:2137 [Vue warn]: Error during component render (found in component: )warn @ vue.js:2137get @ vue.js:626run @ vue.js:719runSchedulerQueue @ vue.js:537flushSchedulerQueue @ vue.js:506nextTickHandler @ vue.js:342
vue.js:2137 [Vue warn]: Error: Failed to execute 'insertBefore' on 'Node': The node before which the new node is to be inserted is not a child of this node.

then I found #2994 issue by search, then I found the tree example still have this bug, I hope those infomation is useful to fix it.

Thanks.

Most helpful comment

Thanks for the repro, fixed in next branch.

All 3 comments

I can't reproduce this - can you list the detailed steps that lead to the mentioned error?

jdfw

Look this gif, you will got it , thanks for all your hard work ! Vuejs changed my life!

Thanks for the repro, fixed in next branch.

Was this page helpful?
0 / 5 - 0 ratings