{this.state.error?.message || 'An unexpected error occurred'}
{(this.state.error as ErrorWithId)?.errorId && (Reference ID: {(this.state.error as ErrorWithId).errorId.slice(0, 8)}
)} {this.props.submissionId && (Submission ID: {this.props.submissionId}
)}
{this.state.errorInfo.componentStack}