diff --git a/.changeset/forty-bikes-buy.md b/.changeset/forty-bikes-buy.md new file mode 100644 index 0000000000..503c10451b --- /dev/null +++ b/.changeset/forty-bikes-buy.md @@ -0,0 +1,5 @@ +--- +'svelte': patch +--- + +fix: improve validation error that occurs when using `{@render ...}` to render default slotted content diff --git a/.changeset/moody-lions-watch.md b/.changeset/moody-lions-watch.md new file mode 100644 index 0000000000..ef15dc742e --- /dev/null +++ b/.changeset/moody-lions-watch.md @@ -0,0 +1,5 @@ +--- +'svelte': patch +--- + +fix: update component/snippet types to more accurately reflect implementation