You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
svelte/.changeset/plenty-wasps-sleep.md

307 B

svelte
patch

fix: ensure undefined attributes are removed during hydration

Attributes set server-side but undefined on the client should be removed during hydration. This ensures expected cleanup behavior and resolves a mismatch between SSR and client-side rendering.

Fixes sveltejs/kit#13890