sveltekit-autoimport icon indicating copy to clipboard operation
sveltekit-autoimport copied to clipboard

Error with auto-import and mdsvex Layout component.

Open bwklein opened this issue 1 year ago • 0 comments

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>

bwklein avatar Mar 06 '23 22:03 bwklein