We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e28099 commit b58169dCopy full SHA for b58169d
.changeset/plenty-wasps-sleep.md
@@ -0,0 +1,10 @@
1
+---
2
+'svelte': patch
3
4
+
5
+fix: ensure undefined attributes are removed during hydration
6
7
+Attributes set server-side but undefined on the client should be removed during hydration.
8
+This ensures expected cleanup behavior and resolves a mismatch between SSR and client-side rendering.
9
10
+Fixes sveltejs/kit#13890
0 commit comments