From 574def131957c4358e85917771405bfaef5b6ab9 Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Tue, 17 Jun 2025 12:46:40 -0400 Subject: [PATCH] Update .changeset/plenty-wasps-sleep.md --- .changeset/plenty-wasps-sleep.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.changeset/plenty-wasps-sleep.md b/.changeset/plenty-wasps-sleep.md index 446bf4653b..aba96bc419 100644 --- a/.changeset/plenty-wasps-sleep.md +++ b/.changeset/plenty-wasps-sleep.md @@ -2,9 +2,4 @@ '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 +fix: remove undefined attributes on hydration