$ errors.fyi/react/185 128 namespaces · 4,025 codes
react · react/185
185

Maximum Update Depth Exceeded

Maximum update depth exceeded. This happens when a component calls setState inside componentWillUpdate or componentDidUpdate, causing React to re-render endlessly. Check that your lifecycle methods or effect hooks do not unconditionally trigger state updates.

References

In this namespace

» community-maintained · contribute on GitHub npm i -g errors-fyi && errorfyi ENOENT