{#each toasts as toastItem (toastItem.id)}
{@html getIcon(toastItem.type)}
{toastItem.message}
handleClose(toastItem.id)} aria-label="Close notification" >
{/each}