constructor()

in src/components/ErrorBoundary/index.tsx [24:30]


  constructor(props: ErrorBoundaryProps) {
    super(props);
    this.state = {
      error: null,
      errorInfo: null,
    };
  }