spreading with this
attribute: <svelte:element>
must have a 'this' attribute with a value
#12662
Labels
awaiting submitter
needs a reproduction, or clarification
Describe the bug
When we set the
this
attribute ofsvelte:element
explicitly via an object containing thethis
attribute, everything is as expected.But when we spread that object in the
svelte:element
component the compiler does not consider thatthis
attribute.Reproduction
https://stackblitz.com/edit/vitejs-vite-w8nmej?file=src%2FApp.svelte
Logs
No response
System Info
skipping this as it is happening everywhere, like in stackblitz
Severity
annoyance
The text was updated successfully, but these errors were encountered: