mirror of https://github.com/sveltejs/svelte
parent
3b88b88886
commit
53a90fb8c7
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
'svelte': patch
|
||||||
|
---
|
||||||
|
|
||||||
|
fix: visit expression for `svelte:component` references
|
@ -0,0 +1,5 @@
|
|||||||
|
<script>
|
||||||
|
export let Component;
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<svelte:component this={Component} />
|
Loading…
Reference in new issue