Skip to content

Files

Latest commit

 

History

History
7 lines (4 loc) · 196 Bytes

reactive-component.md

File metadata and controls

7 lines (4 loc) · 196 Bytes

Pattern: Malformed reactive component

Issue: -

Description

<${name}/> will not be reactive if ${name} changes. Use <svelte:component this={${name}}/> if you want this reactivity.