in packages/ide-toolbox/src/react-buddy-error-boundary/react-buddy-error-boundary.tsx [19:23]
componentDidUpdate(_prevProps: Props, prevState: State) { if (prevState.error != null) { this.setState({error: null}); } }