Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • C create-react-app
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,547
    • Issues 1,547
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 417
    • Merge requests 417
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Meta
  • create-react-app
  • Issues
  • #3011
Closed
Open
Issue created Aug 26, 2017 by Administrator@rootContributor

Unhandled errors are duplicated with React 16

Created by: gaearon

Now I see two separate errors for every exception in React 16. Probably because we throw it in a different context and then rethrow.

We should probably come up with some way to deduplicate them. In generally might be a good idea to always deduplicate identical errors since it's not helpful to switch between them anyway.

As we fix this we'll need to also test the overlay behavior for errors caught by boundaries. I'm not sure what the ideal behavior would be. We should probably always show our overlay I think.

Assignee
Assign to
Time tracking