-
-
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
Why is binding with child components rendering two times on the first load? #6590
Comments
This looks like the issue I'm having (with stores though) #6298 So maybe it is a more widespread issue with |
Additionally, this does not happen if the filter variable is a regular string. console.log() is called only once in this case |
Related issue that was resolved - #5555 |
Another one for the collection #5689 |
Yep, this is an old bug and was described in details here: #4447. If you change from object value to scalar value then bug no longer occurs. |
What a crazy bug! |
This even happens if you put |
Closing as duplicate of #5689 |
Describe the bug
Why do I get two times the
console.log()
?Reproduction
https://svelte.dev/repl/e27091c87e9f429b9eac1e3fdc6d20d3?version=3.41.0
Severity
performances penalty
The text was updated successfully, but these errors were encountered: