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
Code for updating store value doesn't generated if store value actually not used in the component even if it used in other components.
REPL: https://svelte.dev/repl/ebcbacf20ea3402c990c92c7caf81ac6?version=3.10.1
If uncomment store usage in template example start to works correctly.
The text was updated successfully, but these errors were encountered:
Should be mentioned that this worked in 3.10.0 as per repl url change
Sorry, something went wrong.
thanks — looking into it
invalidate store values in <script> block - fixes #3537
c12e7d6
Merge pull request #3538 from sveltejs/gh-3537
50ae572
invalidate store values in <script> block
Successfully merging a pull request may close this issue.
Code for updating store value doesn't generated if store value actually not used in the component even if it used in other components.
REPL: https://svelte.dev/repl/ebcbacf20ea3402c990c92c7caf81ac6?version=3.10.1
If uncomment store usage in template example start to works correctly.
The text was updated successfully, but these errors were encountered: