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
svelte-agnostic-draggable doesn't seem to load as expected after running npm install svelte-touch-to-mouse && npm install svelte-touch-to-mouse.
Sveltekit errors 500 loading this directly from within a component: The requested module '/node_modules/agnostic-draggable-bug-fixed/dist/agnostic-draggable.js?v=e9af1830' does not provide an export named 'default'
wrapping within onMount throws in the console: svelte-agnostic-draggable.esm.js:1 Uncaught (in promise) SyntaxError: The requested module '/node_modules/agnostic-draggable-bug-fixed/dist/agnostic-draggable.js?v=e9af1830' does not provide an export named 'default'
So, depending how this script is referenced it's possible to replicate there seems to be no export named 'default'.
Any ideas what might be going wrong?
Thanks for this, it looks really comprehensive otherwise.
The text was updated successfully, but these errors were encountered:
svelte-agnostic-draggable
doesn't seem to load as expected after runningnpm install svelte-touch-to-mouse
&&npm install svelte-touch-to-mouse
.500
loading this directly from within a component:The requested module '/node_modules/agnostic-draggable-bug-fixed/dist/agnostic-draggable.js?v=e9af1830' does not provide an export named 'default'
onMount
throws in the console:svelte-agnostic-draggable.esm.js:1 Uncaught (in promise) SyntaxError: The requested module '/node_modules/agnostic-draggable-bug-fixed/dist/agnostic-draggable.js?v=e9af1830' does not provide an export named 'default'
So, depending how this script is referenced it's possible to replicate there seems to be no
export named 'default'
.Any ideas what might be going wrong?
Thanks for this, it looks really comprehensive otherwise.
The text was updated successfully, but these errors were encountered: