Fix inconsistency with the app
pull/3563/head
Bartosz Trzos 6 years ago committed by Conduitry
parent 66c44919a7
commit 4b7e2a09c9

@ -10,7 +10,7 @@ To do that, we specify a unique identifier for the `each` block:
```html
{#each things as thing (thing.id)}
<Thing current={thing.value}/>
<Thing current={thing.color}/>
{/each}
```

Loading…
Cancel
Save