henrykrinkle01
henrykrinkle01
**Description** Currently I'm using superforms with Svelte 5 just fine. However, when I use $effect or some reactive code on a field input value, it will trigger on every other...
### Describe the bug Now that `$derived` [has been made writable](https://github.com/sveltejs/svelte/pull/15570). This is intended to make optimistic UI updates possible without having to use the [`$state` in `$derived.by` dance](https://github.com/sveltejs/svelte/pull/15107#discussion_r1945486274). However,...
### Describe the bug When a snippet renders an async value with ssr enabled, there's a warning about hydration mismatch. It still renders correctly however. Not sure if there's any...
### Describe the bug I have a list of unprocessed items. Once an item has been processed, it's moved to a completed list. Multiple users work on the list at...