-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Component binding to object property triggers parent's reactive statements at init #4447
Labels
Comments
This is now 295 days old bug with more than 4 duplicates so far and new one incoming every second week. It's really annoying, workarounds are nasty, especially when using stores. What shall I do to raise attention about this? |
Your PR #5890 has been released in 3.32.2 - https://svelte.dev/repl/71f8e6203a1a4e578b19af0eb623b407?version=3.32.2 - thanks! |
This was referenced Mar 8, 2021
5 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Primitive to component and object property to element binding work as expected :
Object property to component binding triggers reactive statements every time the Component is initialized :
https://svelte.dev/repl/71f8e6203a1a4e578b19af0eb623b407?version=3.18.2
related : #4430 #4265
The text was updated successfully, but these errors were encountered: