svelte icon indicating copy to clipboard operation
svelte copied to clipboard

fix: @html mismatch in hydration

Open gtm-nayan opened this issue 1 year ago • 7 comments

fixes #9057 fixes #8213

Before submitting the PR, please make sure you do the following

  • [ ] It's really useful if your PR references an issue where it is discussed ahead of time. In many cases, features are absent for a reason. For large changes, please create an RFC: https://github.com/sveltejs/rfcs
  • [ ] Prefix your PR title with feat:, fix:, chore:, or docs:.
  • [ ] This message body should clearly illustrate what problems it solves.
  • [ ] Ideally, include a test that fails without this PR but passes with it.

Tests and linting

  • [ ] Run the tests with pnpm test and lint the project with pnpm lint

gtm-nayan avatar Aug 02 '23 06:08 gtm-nayan

⚠️ No Changeset found

Latest commit: 1b6291482533b0be67c03c5106e2e2b3a53dbab8

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

changeset-bot[bot] avatar Aug 02 '23 06:08 changeset-bot[bot]

Contains changes to playground, maybe not intended?

brunnerh avatar Aug 02 '23 08:08 brunnerh

Yeah, still have to write tests and clean things up, thanks for the heads up.

gtm-nayan avatar Aug 02 '23 08:08 gtm-nayan

Any progress here? I would like to avoid transforming all @html uses with the action/innerHTML-Workaround.

Crenshinibon avatar Sep 05 '23 19:09 Crenshinibon

Have copied this PR locally and it seems to fix #7653 as well

kelvinsjk avatar Sep 06 '23 15:09 kelvinsjk

When this fix is going to be pushed?

elron avatar Dec 13 '23 13:12 elron

Curious about the state of this work as well. We are running into similar issues outlined in the linked issues from the description.

willhoup avatar Feb 01 '24 14:02 willhoup