15-puzzle icon indicating copy to clipboard operation
15-puzzle copied to clipboard

Maximum update depth exceeded.

Open darshanprajapat opened this issue 4 years ago • 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)

darshanprajapat avatar Apr 02 '20 10:04 darshanprajapat

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.

imshubhamsingh avatar Apr 05 '20 02:04 imshubhamsingh