cloudymeatball
cloudymeatball
### Describe the problem The `crossfade` transition has a fallback which passes `node` and `params` into some callback function that executes an alternate transition. This is an REPL from v3...
### Describe the bug Suppose we have a Test.svelte component ```html let {prop = '', children} = $props() {prop}{@render children?.()} ``` and the fallback value of empty string is used...
### Describe the problem A follow-up to #13770 which identified using `Component` and `ComponentProps`, this requests that an example is added to web docs [typescript#The-Component-type](https://svelte.dev/docs/svelte/typescript#The-Component-type). ### Describe the proposed solution...
In explanation for 110 `JSON.parse()`, renamed second `jsonArray` to `jsonObject`. Preceding lines already declared a `jsonArray` constant.