Subscribe on changes!

in use vue.draggable plugin with transition-group property ocurr errors

avatar
Apr 27th 2022

Version

3.2.33

Reproduction link

github.com

Steps to reproduce

1.download this repro https://github.com/SortableJS/vue.draggable.next and change vue version to 3.2.33 2.npm install 3.npm run serve 4.watch the site http://localhost:8080/ ,open devtools 5.see error about Cannot set properties of null (setting '__draggable_context')

What is expected?

expect demo can run rightly

What is actually happening?

error occurred


vue.draggable transtion-group mode need bind root el ,but it has lost el property,can vue add el to it?

avatar
Apr 27th 2022

Please open an issue with their repo, or provide a demo that doesn't require vue.draggable. We don't debug 3rd party libraries