jennijjjj / FrontEnd-SENG401

0 stars 1 forks source link

issue when teasing the swipeable cards #12

Closed jennijjjj closed 8 months ago

jennijjjj commented 9 months ago

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 (http://localhost:3000/static/js/bundle.js:40289:15) at scheduleUpdateOnFiber (http://localhost:3000/static/js/bundle.js:38727:7) at Object.enqueueSetState (http://localhost:3000/static/js/bundle.js:29013:11) at Component.setState (http://localhost:3000/static/js/bundle.js:82340:20) at AnimatedProps._callback (http://localhost:3000/static/js/bundle.js:81188:49) at AnimatedProps.update (http://localhost:3000/static/js/bundle.js:80854:10) at http://localhost:3000/static/js/bundle.js:80203:28 at Set.forEach () at AnimatedValue._flush (http://localhost:3000/static/js/bundle.js:80202:26) at AnimatedValue._this._updateValue [as _onUpdate] (http://localhost:3000/static/js/bundle.js:80177:13)

Saaed-Darwish commented 7 months ago

not sure what fixed this issue however it is no longer happening