Skip to content

Reload doesn't happen after build errors in some cases #3015

@gaearon

Description

@gaearon

In particular, if I write:

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions