-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Closed
Description
Describe the bug
We set the child scope on the component node, for convenience, but that breaks when you combine slot props with static props of the same name:
<script>
import Child from './Child.svelte';
let thing = 'hello';
</script>
<Child thing={thing} let:thing>
<p>thing: {thing}</p>
</Child>Reproduction
Logs
No response
System Info
nextSeverity
annoyance
gterras
Metadata
Metadata
Assignees
Labels
No labels