{#if configs === undefined}
Bug: 'Region' received 'undefined' at {path.join(".")}
{:else if configs.length === 0}
Bug: Region received empty list as configuration at {path.join(".")}
{:else if title}
{title}
{#each configsFiltered as config (config.path)}
{/each}