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: no implicit children prop when using slot #2427

Merged
merged 2 commits into from
Jul 2, 2024
Merged

Conversation

dummdidumm
Copy link
Member

Using a slot tag means we're in a legacy component, which means we shouldn't pass the children prop implicitly fixes sveltejs/svelte#12240

Using a slot tag means we're in a legacy component, which means we shouldn't pass the children prop implicitly
fixes sveltejs/svelte#12240
@dummdidumm dummdidumm merged commit 1afe1d5 into master Jul 2, 2024
3 checks passed
@dummdidumm dummdidumm deleted the slot-type-children branch July 2, 2024 14:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Svelte 5 reporting invalid type error on Svelte 4 component using slot
1 participant