Dominic Gannaway
Dominic Gannaway
I think the tests are correct but do you have ideas on tackling this issue?
Then we ideally need to document this as a breaking change.
@dummdidumm That's what I originally did, but it felt broken. I think making it work will cause more confusion as I had to pluck out the event handlers at runtime...
Is this for Svelte 4 or Svelte 5?
Please could you add a test case for this?
We actually made this change intentionally to move away from this. It turns out that if you have a large collection of data, and you change some state then going...
Have you tried the latest version?
My hunch is that we're missing some logic. I'm no longer working on Lexical but maybe I can help you dig into this locally and maybe that can help you...
I'm still unsure about this strategy, as it won't scale for the case where you don't have a `failed` snippet, but you do instead use the `onerror` to update state...
@adiguba For me, the fact that no other framework seems to render error boundaries on the server and yet don't suffer issues means that maybe we're missing an API on...