vue.draggable.next
vue.draggable.next copied to clipboard
4.1.0 TypeScript Definitions Broken
I'm not sure why you removed the definitions as they were but now I can't use this version with TS at all.
For example, you removed the MoveEvent definition. Now, I've got no access to the MoveEvent type. This caused my project to completely break.
I'm having to revert back to the previous version.
Same here, the modelValue
type for me is suddenly giving errors.
Hard-pinning to 4.0.3 for now.
Yes, same here
I'm very confused as to why these were removed as well. I use the ChangeEvent, and all of the data being passed appears to be the same. It would be really nice to have the TypeScript definitions back again.