{#if toastStore.toasts.length > 0}
{#each toastStore.toasts as toast (toast.id)} {@const style = typeStyles[toast.type]} {/each}
{/if}