A simple web component (built using Svelte) to demonstrate issue with 'svelte-dnd-action' when the items are web components
Once you've cloned repo and installed dependencies with npm install
(or pnpm install
or yarn
)
npm run build
Javascript file for web component can be found after building in 'public/build' directory. You can copy file to the 'static/widgets' directory of dnd-with-wc to test.