{this.state.error?.message || 'Nieznany błąd komponentu.'}
{this.props.context && (
<>
Kontekst: {this.props.context}>
)}
{this.state.errorInfo.componentStack}