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
component
Eek, I really caused some damage with #1173: https://svelte.technology/repl?version=1.56.2&gist=a3cf9f2071401f3d6ee7a92e049b8d97
The line var component = state.component unsurprisingly breaks everything. This is the root cause of sveltejs/v2.svelte.dev#214.
var component = state.component
The text was updated successfully, but these errors were encountered:
Same is true for 'state': https://svelte.technology/repl?version=1.56.2&gist=0961ec1f092efd58571345fc5b5515f2
Sorry, something went wrong.
prevent context variables being called component or state - fixes #1213
fad5ccd
Merge pull request #1216 from sveltejs/gh-1213
a49c4fa
prevent context variables being called component or state
Successfully merging a pull request may close this issue.
Eek, I really caused some damage with #1173: https://svelte.technology/repl?version=1.56.2&gist=a3cf9f2071401f3d6ee7a92e049b8d97
The line
var component = state.component
unsurprisingly breaks everything. This is the root cause of sveltejs/v2.svelte.dev#214.The text was updated successfully, but these errors were encountered: