SVG Component Not Working #12626
Labels
- P3: minor bug
An edge case that only affects very specific usage (priority)
pkg: astro
Related to the core `astro` package (scope)
Astro Info
If this issue only occurs in one browser, which browser is a problem?
No response
Describe the Bug
I am getting this error in astro.config.ts when using new SVG component in Astro 5 -
Type 'true' has no properties in common with type '{ mode?: SvgRenderMode | undefined; }
`
What's the expected result?
import Logo from '../assets/logo.svg'
Link to Minimal Reproducible Example
Participation
The text was updated successfully, but these errors were encountered: