{#if configs === undefined} Bug: 'Region' received 'undefined' {:else if configs.length === 0} Bug: Region received empty list as configuration {:else if title}

{title}

{#each configs as config} {/each}
{:else}
{#each configs as config} {/each}
{/if}