You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before You File a Bug Report Please Confirm You Have Done The Following...
I have tried restarting my IDE and the issue persists.
I have updated to the latest version of the packages.
What version of ESLint are you using?
9.22.0
What version of eslint-plugin-svelte are you using?
3.3.2
What did you do?
Configuration
When having a default value for a prop it reports as unused even when all attributes of the prop is referenced in the file
<!-- Paste your configuration here -->
When having a default value for a prop it reports as unused even when all attributes of the prop is referenced in the file as shown below:
It works fine when changing the prop to not have a default value:
The same behavior can also be seen when adding = $bindable() to a prop as seen below. The error reports that selected.value is not being used, but its referenced in the file
What did you expect to happen?
I'd expect it not to report an error in this case
What actually happened?
It reports an error
Link to GitHub Repo with Minimal Reproducible Example
No repor since shown in examples
Additional comments
No response
The text was updated successfully, but these errors were encountered:
Before You File a Bug Report Please Confirm You Have Done The Following...
What version of ESLint are you using?
9.22.0
What version of
eslint-plugin-svelte
are you using?3.3.2
What did you do?
Configuration
When having a default value for a prop it reports as unused even when all attributes of the prop is referenced in the file
When having a default value for a prop it reports as unused even when all attributes of the prop is referenced in the file as shown below:
It works fine when changing the prop to not have a default value:

The same behavior can also be seen when adding
= $bindable()
to a prop as seen below. The error reports thatselected.value
is not being used, but its referenced in the fileWhat did you expect to happen?
I'd expect it not to report an error in this case
What actually happened?
It reports an error
Link to GitHub Repo with Minimal Reproducible Example
No repor since shown in examples
Additional comments
No response
The text was updated successfully, but these errors were encountered: