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
I'm not finding a compelling reason to get the error message in title: "Cannot find module 'svelte-drag-drop-touch' or its corresponding type declarations.". Just did a normal npm install as per instructions.
Since you're wrapping other core dependency, what i'm doing to circumvent this is importing from "dragdroptouch-bug-fixed" directly, like this:
import DragDropTouch from "dragdroptouch-bug-fixed";
This works for me.
Any tips?
Thanks,
Nuno
The text was updated successfully, but these errors were encountered:
Hi, first of all thank you for this amazing lib.
I'm not finding a compelling reason to get the error message in title: "Cannot find module 'svelte-drag-drop-touch' or its corresponding type declarations.". Just did a normal npm install as per instructions.
Since you're wrapping other core dependency, what i'm doing to circumvent this is importing from "dragdroptouch-bug-fixed" directly, like this:
import DragDropTouch from "dragdroptouch-bug-fixed";
This works for me.
Any tips?
Thanks,
Nuno
The text was updated successfully, but these errors were encountered: