Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.
This repository was archived by the owner on Sep 20, 2023. It is now read-only.

Invariant Violation: Maximum update depth exceeded. #3484

Open
@sentry-io

Description

@sentry-io

Sentry Issue: ORIGIN-DAPP-EG

Invariant Violation: Maximum update depth exceeded. This can happen when a component repeatedly calls setState inside componentWillUpdate or componentDidUpdate. React limits the number of nested updates to prevent infinite loops.
  at Invariant Violation: Minified React error #185; visit  (/docs/error-decoder.html)
  at componentDidUpdate (./src/pages/onboard/Email.js:45:12)
  at Array.forEach (<anonymous>)
  at Set.forEach (<anonymous>)
  at Map.forEach (<anonymous>)
...
(39 additional frame(s) were not displayed)

Metadata

Metadata

Assignees

No one assigned

    Labels

    P2Small number of users are affected, major cosmetic issuebugSomething isn't working as intendeddappidentityjavascript

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions