React
React maximum update depth exceeded
React detected an infinite or deeply recursive update loop and stopped rendering to prevent the component from updating forever.
React
React detected an infinite or deeply recursive update loop and stopped rendering to prevent the component from updating forever.
Observed message
Maximum update depth exceeded. This can happen when a component repeatedly calls setState inside componentWillUpdate or componentDidUpdate.
Why it happens
How to fix it
Official reference
React Docs: Minified React error #185Related errors
Explore more