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
When using import { useDragControls } from "svelte-motion" it tells me Failed to fetch dynamically imported module http://127.0.0.1:5173/node_modules/@sveltejs/kit/src/runtime/client/start.js
The only thing I can import is import Motion from "svelte-motion/src/motion/MotionSSR.svelte" but I don't understand why. Can I help with this Repository in any way? Or is it simply not possible?
The text was updated successfully, but these errors were encountered:
Oh alright, I might look into that. I was unsure if there is any compilations because of the new SvelteKit and Framer simply not handling this library. It uses popmotion to handle all the animations, right?
When using
import { useDragControls } from "svelte-motion"
it tells meFailed to fetch dynamically imported module http://127.0.0.1:5173/node_modules/@sveltejs/kit/src/runtime/client/start.js
The only thing I can import is
import Motion from "svelte-motion/src/motion/MotionSSR.svelte"
but I don't understand why. Can I help with this Repository in any way? Or is it simply not possible?The text was updated successfully, but these errors were encountered: