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
It seems like the plugin is working incorrectly with Svelte 3.16.0+ if we use store variables with $ inside our templates. For example https://svelte.dev/repl/ff4153b6a0724c7a9f6dae6c3c521365?version=3.16.1 outputs:
$
2:9 warning 'store' is defined but never used no-unused-vars
The text was updated successfully, but these errors were encountered:
vars
This is a bug in Svelte. I've opened sveltejs/svelte#4081
Sorry, something went wrong.
Fixed in Svelte 3.16.4.
No branches or pull requests
It seems like the plugin is working incorrectly with Svelte 3.16.0+ if we use store variables with
$
inside our templates. For example https://svelte.dev/repl/ff4153b6a0724c7a9f6dae6c3c521365?version=3.16.1 outputs:The text was updated successfully, but these errors were encountered: