adiGuba
adiGuba
### Describe the problem The `svelte/transition` module is really useful and easy to use, but it is restricted to the template and the `{#if}` / `{#each}` blocks. It would be...
I just made a PoC for https://github.com/sveltejs/svelte/issues/15370 Currently `` works like a simple block in SSR, and any errors on the children will generate an HTTP 500 error. So there...
* Closes #14832 * Allow the `style` attribute to accept objects/arrays, in a way similar to #14714 (I based this PR on this work) `style` can receive strings/arrays/objects to build...