If this issue only occurs in one browser, which browser is a problem?
No response
Describe the Bug
Importing vue file into an astro file comes up with the error "Module 'x' has no default export" when running astro check. It runs fine on the dev server and also builds fine.
What's the expected result?
That the module should be imported without a typescript error.
Astro Info
If this issue only occurs in one browser, which browser is a problem?
No response
Describe the Bug
Importing vue file into an astro file comes up with the error "Module 'x' has no default export" when running astro check. It runs fine on the dev server and also builds fine.
What's the expected result?
That the module should be imported without a typescript error.
Link to Minimal Reproducible Example
https://stackblitz.com/edit/github-ovum2a-54nggq?file=src%2Fcomponents%2FPostPreview.vue
Participation