This project demonstrates an issue with loading a Svelte component inside a non-Svelte component.
Steps to reproduce:
npm run dev
. Typically it will run on localhost:5173.What will then happen is that the Svelte component will be loaded into the div and forced into the head of the page, breaking all javascript and CSS.