Conduitry
Conduitry
`const` does not prevent you from mutating props, only from reassigning them. `const` also seems confusing for a value that _can_ be reassigned to a different value from outside.
I believe this is expected, but we should be clearer in the migration guide. Hydration in v5 won't change completely change the markup that it gets from the server -...
With `onMount` or with an `$effect`, yeah.
`t` should be unconditionally set to `div` initially, regardless of server vs browser, and only changed on mount.
https://svelte.dev/playground/9c763c4f9c654cff8d427003e30c632f?version=5.1.10 This looks fixed in 5.1.1.0.
This is something that people need to change even in non-runes mode, right? Should this be part of a separate class of (simpler) migrations that people need to perform upon...
Does anyone have any thoughts about breaking up migrations into two phases: 'needs to be done in non-runes mode due to breaking changes' and 'can be done later as you...
Are we prevented from making this more precise in the future because it would be a breaking change for people who were inadvertently using the more generous behavior? Or do...
BiomeJS is not a viable option currently. https://biomejs.dev/internals/language-support/#html-super-languages-support
Please provide a minimal reproduction in the form of a a link to a repository on GitHub, as requested in the issue template.