-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
fix: @html mismatch in hydration #9063
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Contains changes to |
Yeah, still have to write tests and clean things up, thanks for the heads up. |
Any progress here? I would like to avoid transforming all @html uses with the action/innerHTML-Workaround. |
Have copied this PR locally and it seems to fix #7653 as well |
When this fix is going to be pushed? |
Curious about the state of this work as well. We are running into similar issues outlined in the linked issues from the description. |
Closing Svelte 4 PRs as stale — thank you |
fixes #9057
fixes #8213
Before submitting the PR, please make sure you do the following
feat:
,fix:
,chore:
, ordocs:
.Tests and linting
pnpm test
and lint the project withpnpm lint