class BrokenRender extends Component {
      componentDidMount() {
        throw new Error('Hello')
      }
      render() {