{this.state.error?.message || 'An unexpected error occurred in the admin panel'}
{(this.state.error as any)?.errorId && (Reference ID: {((this.state.error as any).errorId as string).slice(0, 8)}
)}This error has been logged. If the problem persists, please contact support.
{this.state.error?.stack}
{this.state.errorInfo.componentStack}