### Describe the problem [`5.13.0`](https://github.com/sveltejs/svelte/releases/tag/svelte%405.13.0) adds the `outro` option for `unmount` with default `false`. `mount` has an `intro` option with default `true`. ### Describe the proposed solution Use the same default for both options. (Probably would need to happen in a major release.) ### Importance nice to have