{#each componentsData.children as component (component.id)} {#await getComponent(component.componentName) then Component} {#if Component}
{:else}

Component {component.componentName} not found.

{/if} {/await} {/each}