We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
<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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
How to properly do this that the alt is not throwing error?
Html is rendered correctly, its just VSCode issue.
The text was updated successfully, but these errors were encountered: