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
$props.id
9.20.1
eslint-plugin-svelte
3.0.0-next.18
Hi there. I try a new rune $props.id (doc) and get a svelte/valid-compile error.
svelte/valid-compile
<script lang="ts"> let foo = $props.id(); </script> {foo}
There shouldn't be any errors.
I get an error that the $props.id rune doesn't exist.
Playground link
ESlint Online Playground link - there's no error here.
The text was updated successfully, but these errors were encountered:
$inspect.trace
Successfully merging a pull request may close this issue.
Before You File a Bug Report Please Confirm You Have Done The Following...
What version of ESLint are you using?
9.20.1
What version of
eslint-plugin-svelte
are you using?3.0.0-next.18
What did you do?
Hi there. I try a new rune
$props.id
(doc) and get asvelte/valid-compile
error.What did you expect to happen?
There shouldn't be any errors.
What actually happened?
I get an error that the
$props.id
rune doesn't exist.Link to GitHub Repo with Minimal Reproducible Example
Playground link
Additional comments
ESlint Online Playground link - there's no error here.
The text was updated successfully, but these errors were encountered: