In particular, if I write: ```js class App extends Component { render() { setInterval(() => { throw new Error('no') }) ``` Then introduce a syntax error. Then fix it. Expected: refresh happens. Actual: we're stuck on the build error message.
In particular, if I write:
Then introduce a syntax error.
Then fix it.
Expected: refresh happens.
Actual: we're stuck on the build error message.