Vue.Draggable icon indicating copy to clipboard operation
Vue.Draggable copied to clipboard

Cannot read properties of undefined (reading '$slots') - when using transition-group

Open iamriajul opened this issue 4 years ago • 1 comments

The error log:

Cannot read properties of undefined (reading '$slots')
    at a.getChildrenNodes (vuedraggable.umd.js:2229)

Vue.Draggable Version: 2.24.3

When I use draggable without transition-group tag inside then everything works perfectly, but when I put transition-group tag (as a first child), this error happens.

If anyone knows what might be causing this issue, please let me know.

Thanks.

iamriajul avatar Oct 14 '21 16:10 iamriajul

Have the same issue. (All looks okay, but an error appears on console...) Vue.Draggable Version: 2.24.3

hlibmykhailov avatar Nov 12 '21 09:11 hlibmykhailov