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
[svelte] ownership_invalid_binding
List.svelte passed property conditions
to Filters.svelte with bind:
, but its parent component App.svelte did not declare conditions
as a binding. Consider creating a binding between App.svelte and List.svelte (e.g. bind:conditions={...}
instead of conditions={...}
)
https://svelte.dev/e/ownership_invalid_binding
Severity
blocking an upgrade