{@render children({ trigger, addToast: toaster.addToast })} {#each toaster.toasts as toast (toast.id)}
{toast.data.content}
{/each}