Skip to content
New issue

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

bind:value="value" is not server rendered #1205

Closed
thgh opened this issue Mar 5, 2018 · 1 comment
Closed

bind:value="value" is not server rendered #1205

thgh opened this issue Mar 5, 2018 · 1 comment
Labels

Comments

@thgh
Copy link
Contributor

thgh commented Mar 5, 2018

Example:
https://svelte.technology/repl?version=1.56.0&gist=496f1d47b365b791515b504de97ec0d5

The workaround is to bind twice:
bind:value="slug" value="{{slug}}"

Rich-Harris added a commit that referenced this issue Oct 27, 2018
@Rich-Harris
Copy link
Member

Finally fixed in 2.15 — thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants