Maximum update depth exceeded.
Opened this issue · 1 comments
I am facing this issue after npm install & npm start. can you please help me out to solve below error. Thanks in advance!
react-dom.development.js:23093 Uncaught Error: 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 checkForNestedUpdates (react-dom.development.js:23093)
at scheduleUpdateOnFiber (react-dom.development.js:21164)
at Object.enqueueSetState (react-dom.development.js:12639)
at Router.Component.setState (react.development.js:471)
at react-router.js:63
at listener (history.js:155)
at history.js:173
at Array.forEach ()
at Object.notifyListeners (history.js:172)
at setState (history.js:288)
hey @darshanprajapat, thanks for reporting it. At the moment, I quite busy with other work. If you are willing to solve this, I'm more than happy to help you out.