{#each screens as screen}
changeScreen(screen)}>
{#if screen.props._children.length}
{/if}
{screen.props._instanceName}
{#if $store.currentPreviewItem.props._instanceName && $store.currentPreviewItem.props._instanceName === screen.props._instanceName && screen.props._children}
{/if}
{/each}