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
index.mjs:2205 Uncaught (in promise) TypeError: Illegal constructor
at new SvelteElement (index.mjs:2205:13)
at new Moveable$1 (Moveable.svelte:61:32)
at create_if_block (TestEnv.svelte:25:12)
at Object.update [as p] (App.svelte:62:22)
at update (index.mjs:1347:36)
at flush (index.mjs:1307:17)
Thank you!
The text was updated successfully, but these errors were encountered:
Environments
Description
`
<script> import Moveable from "svelte-moveable" let rect </script><svelte:options tag="my-custom-tag"></svelte:options>
`
index.mjs:2205 Uncaught (in promise) TypeError: Illegal constructor
at new SvelteElement (index.mjs:2205:13)
at new Moveable$1 (Moveable.svelte:61:32)
at create_if_block (TestEnv.svelte:25:12)
at Object.update [as p] (App.svelte:62:22)
at update (index.mjs:1347:36)
at flush (index.mjs:1307:17)
The text was updated successfully, but these errors were encountered: