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
Sibling issue to #1488 — when a <svelte:component> is first created, Svelte runs _bind. But that doesn't happen when the this value changes. REPL
<svelte:component>
_bind
this
The text was updated successfully, but these errors were encountered:
fix dynamic component bindings (#1489)
b57be76
Merge branch 'master' into gh-1489
df60585
Merge pull request #1490 from sveltejs/gh-1489
012289a
Successfully merging a pull request may close this issue.
Sibling issue to #1488 — when a
<svelte:component>
is first created, Svelte runs_bind
. But that doesn't happen when thethis
value changes. REPLThe text was updated successfully, but these errors were encountered: