-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
From 5.25.9 I suddendly get ownership_invalid_binding
warning
#15717
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
Comments
looks like you are not passing conditions as a bindable prop from App.svelte but expecting it to be one in List.svelte |
Yeah, but why should I create |
can't we just declare it as $state in List.svelte then? I am a svelte newbie so I don't fully understand the reason behind making it a bindable in List.svelte |
I think it makes sense for state that is generated by a bindable prop default to not trigger the default but I didn't follow the implementation so I don't know if that's feasible. Will check |
Sometimes I need to pass that prop from parent to List.svelte. |
Describe the bug
I think this warning is a false positive or I do not understand the reason.
Reproduction
https://svelte.dev/playground/92038ae235c244e2a3b31a6c63229323?version=5.25.9
Logs
Severity
blocking an upgrade
The text was updated successfully, but these errors were encountered: