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.