componentDidCatch()

in packages/ide-toolbox/src/react-buddy-error-boundary/react-buddy-error-boundary.tsx [14:17]


  componentDidCatch(error: Error) {
    console.error(error);
    this.setState({error});
  }