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
Description
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)