Open
Description
<script>
import image from '$lib/...';
import { FxReveal as ImgFx } from '@zerodevx/svelte-img';
</script>
<div class="flex">
<ImgFx src={image} alt="Hello World" />
</div>
Object literal may only specify known properties, and '"alt"' does not exist in type 'FxRevealProps'.js(2353)
(property) "alt": string
How to properly do this that the alt is not throwing error?
Html is rendered correctly, its just VSCode issue.
Metadata
Metadata
Assignees
Labels
No labels