sveltekit-autoimport
sveltekit-autoimport copied to clipboard
Error with auto-import and mdsvex Layout component.
Please see this StackBlitz where I have setup a simple reproduction of the problem I am seeing on my site. https://stackblitz.com/edit/sveltejs-kit-template-default-n8m4fc?file=vite.config.js
[plugin:vite-plugin-svelte] /src/routes/blockTest/+page.md:12:27 Expected }
/src/routes/blockTest/+page.md:12:27
10 |
11 |
12 | <p><Layout_MDSVEX_DEFAULT {…$$props} {…metadata}></p>
^
13 | <h2>Intro</h2>
14 | <p>Hello there!</p>