in use vue.draggable plugin with transition-group property ocurr errors
Version
3.2.33
Reproduction link
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?