Marcos Mercuri
Marcos Mercuri
I had a similar problem, and I solved it by creating a dummy wrapper on the SUT, that dispatches an event when the binded property changes: ```javascript import { createEventDispatcher...
Even with the updated doc, I still feel this clarification would really help. I can try to make the text shorter if it helps. I think the example is good...
When I had the issue mentioned [here](https://github.com/sveltejs/svelte/issues/7818), I read that statement and it wasn't clear why I had the issue, specially because in the example `y` is not modified inside...