Skip to content
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

Fix Svelte 5 slots change #11490

Merged
merged 4 commits into from
Jul 18, 2024
Merged

Fix Svelte 5 slots change #11490

merged 4 commits into from
Jul 18, 2024

Conversation

bluwy
Copy link
Member

@bluwy bluwy commented Jul 18, 2024

Changes

fixes #11149
supersedes and closes #11161 (thanks @mass8326 for the initial investigation)

This uses Svelte 5's recent createRawSnippet API in order for slots/snippets to work properly again.

Testing

Tested manually in the svelte examples

Docs

n/a. bug fix.

Copy link

changeset-bot bot commented Jul 18, 2024

🦋 Changeset detected

Latest commit: daefd57

The changes in this PR will be included in the next version bump.

Not sure what this means? Click here to learn what changesets are.

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

@github-actions github-actions bot added pkg: svelte Related to Svelte (scope) pkg: integration Related to any renderer integration (scope) labels Jul 18, 2024
@ematipico ematipico merged commit 6ad02b5 into main Jul 18, 2024
13 checks passed
@ematipico ematipico deleted the svelte-5-slots-fix branch July 18, 2024 13:32
This was referenced Jul 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pkg: integration Related to any renderer integration (scope) pkg: svelte Related to Svelte (scope)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Updating to [email protected] throws errors
2 participants