{#if isMobile} {:else} {/if} {#if showError && validatedState.current.error instanceof Error}
{#if validatedState.current.editorMode === 'code'} {/if}
{validatedState.current.error?.toString()}
{/if}