mirror of https://github.com/sveltejs/svelte
The reasoning in #9662 turns out to be false: While it's true that the href would resolve to the same URL on the initial page, once you're doing a client-side navigation to a URL at a different depth, the relative path would now point to the wrong location. Therefore we need to repair href hydration mismatches fixes https://github.com/sveltejs/kit/issues/12254pull/13032/head
parent
e366c49a86
commit
61bae04e3f
@ -0,0 +1,5 @@
|
||||
---
|
||||
'svelte': patch
|
||||
---
|
||||
|
||||
fix: repair `href` attribute mismatches
|
Loading…
Reference in new issue