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
Example: https://svelte.technology/repl?version=1.56.0&gist=496f1d47b365b791515b504de97ec0d5
The workaround is to bind twice: bind:value="slug" value="{{slug}}"
bind:value="slug" value="{{slug}}"
The text was updated successfully, but these errors were encountered:
Merge pull request #1812 from sveltejs/gh-1205-b
3cf60cb
render server bindings
Finally fixed in 2.15 — thanks!
Sorry, something went wrong.
No branches or pull requests
Example:
https://svelte.technology/repl?version=1.56.0&gist=496f1d47b365b791515b504de97ec0d5
The workaround is to bind twice:
bind:value="slug" value="{{slug}}"
The text was updated successfully, but these errors were encountered: