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
REPL: https://svelte.technology/repl?version=1.49.1&gist=7e3783cd296545111c21728d131c1c06
Seems like when you do a two-way binding, it reverts back to the original data when a component is switched.
However, if it is just a one-way data binding, it works as expected, without reverting back to original data on switching.
The text was updated successfully, but these errors were encountered:
create initial data for dynamic components in correct place - fixes #…
7a8e177
…1040
Merge pull request #1047 from sveltejs/gh-1040
db64694
create initial data for dynamic components in correct place
thank you, fixed in 1.49.3
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
REPL: https://svelte.technology/repl?version=1.49.1&gist=7e3783cd296545111c21728d131c1c06
Seems like when you do a two-way binding, it reverts back to the original data when a component is switched.
However, if it is just a one-way data binding, it works as expected, without reverting back to original data on switching.
The text was updated successfully, but these errors were encountered: