I was encouraged to air out more Svelte-related things here, so here we go: Change my mind: $bindable is really great but incomplete IMO github.com/sveltejs/sve...
Svelte 5: Tell if a bindable prop is actually passed using bind · Issue #11672 · sveltejs/svelte
Describe the problem Svelte 5 warns when non-binded props are mutated which is a very good thing to avoid unexpected side effect. However, there is no way to tell if a prop is actually binded or no...
github.com