Open rabbitfufu opened 5 years ago
I also got it. But it does not affect normal use.
One thing I have found that it does break is hot-reloading during development. After a bunch of those errors occur, changes to the code are no longer hot-reloaded, and instead require a refresh.
It would be best if the script does not spill out errors during normal use.
Hello! Firstly, thank-you for taking the time to develop this component, it is much needed by the community.
I have noticed that the following error appears intermittently in Chrome Dev Tools while dragging a branch of the tree:
At first I thought it must be my own code. However I am actually able to reproduce this same error on the vue-draggable-nested-tree demo site.
It's difficult to describe exactly how to reproduce this. It seems to happen when dragging a node in a circular motion repeatedly overtop of other nodes, forcing the tree to reflow. The error happens fairly consistently when I do this.
Thanks (in advance) for your help!