{#each feed.items as status (status.id)}
  • feed.update(status.id, () => next)} ondelete={(id) => feed.remove(id)} />
  • {/each}