how can i fix ownership_invalid_binding warning? #15204
Closed
donghokimm
started this conversation in
General
Replies: 2 comments 1 reply
-
From my understanding the warning is supposed to happen when state is passed down several levels inconsistently. Consider converting this into an issue, at the very least the message does not make sense in this kind of scenario.
There already is a binding between exactly those components. I suspect that the case where state owned by the child being passed up to the parent has not been considered. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
"I've encountered the ownership_invalid_binding warning while working on a Svelte 5 project.
Reading the documentation was not helpful in fixing this issue.
Can you help me?
this is reproduction REPL
Beta Was this translation helpful? Give feedback.
All reactions