Fixes hydration issue caused by #3793 - #3797
PH4NTOMiki wants to merge 1 commit into
Conversation
|
|
@benmccann can you just check somehow does this work or not, because I can't run Docs site locally to test it, |
|
thank you. this works. I've updated it up in a new PR: #3798 |
|
thank you so much for keeping tabs on this! minor thing that should not prevent this PR from moving forward if this acually fixes it (which would indicate that the other escape fuction escapes too much) const escaped_shadow_props = s(shadow_props).replace(
/[&><\u2028\u2029]/g,
(match) => escape_lookup[match]
);using multiple |
Please don't delete this checklist! Before submitting the PR, please make sure you do the following:
Should fix issue cause by PR fixes shadow hydration escaping #3793
Tests
pnpm testand lint the project withpnpm lintandpnpm checkChangesets
pnpx changesetand following the prompts. All changesets should bepatchuntil SvelteKit 1.0