TypeError: slotValue is not a function
at getSlot (http://localhost:3000/node_modules/.vite/vuedraggable.js?v=ca14bb22:5895:30)
at http://localhost:3000/node_modules/.vite/vuedraggable.js?v=ca14bb22:5901:20
at Array.map (<anonymous>)
at computeNodes (http://localhost:3000/node_modules/.vite/vuedraggable.js?v=ca14bb22:5900:43)
at computeComponentStructure (http://localhost:3000/node_modules/.vite/vuedraggable.js?v=ca14bb22:5939:23)
at Proxy.render (http://localhost:3000/node_modules/.vite/vuedraggable.js?v=ca14bb22:6026:40)
at Proxy.compatRender (http://localhost:3000/node_modules/.vite/chunk-76FDBO6Y.js?v=ca14bb22:6687:24)
at renderComponentRoot (http://localhost:3000/node_modules/.vite/chunk-76FDBO6Y.js?v=ca14bb22:2171:41)
at componentEffect (http://localhost:3000/node_modules/.vite/chunk-76FDBO6Y.js?v=ca14bb22:5930:48)
at reactiveEffect (http://localhost:3000/node_modules/.vite/chunk-76FDBO6Y.js?v=ca14bb22:376:18)
Trying to upgrade a project to Vue 3 via https://github.com/vuejs/vue-next/tree/master/packages/vue-compat Upgrade in the process to
"vuedraggable": "^4.0.1"
but now receiving the following error printed in my application: