You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using what the examples provide: (and using latest version)
import { Container, Draggable } from "vue-smooth-dnd";
The build works, the app doesn't and throws console errors.
If I try to import this within my main app.js I get Uncaught TypeError: Illegal invocation
Or if I import this within any vue template [Vue warn]: Failed to resolve async component:
and a bunch of this:
Using what the examples provide: (and using latest version)
import { Container, Draggable } from "vue-smooth-dnd";
The build works, the app doesn't and throws console errors.
If I try to import this within my main app.js I get
Uncaught TypeError: Illegal invocation
Or if I import this within any vue template
[Vue warn]: Failed to resolve async component:
and a bunch of this:
If I remove the import, the app works perfectly fine. Obviously, I dont know whats in the "Container, Draggable" to cause such issues.
I'm not even using the components, this is only just importing them, no matter what, it fails to import regardless.
The text was updated successfully, but these errors were encountered: