Forum Discussion
Minified React Error #185 in SharePoint Modern Site List
I'm having the same issue.
- TimLBFeb 20, 2020Iron Contributor
So we had a user report this problem and we're still gathering what they did to create the error. So, describe what might be happening on the page with this error, what's being clicked on etc. Screens with redacted info are helpful to see the state of the page prior to the error.
#185 text: 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.
So, in non-technical terms - too many things may be loading into the page and to prevent infinite looping, react is saying it's got too much to handle.
We have this reported on a page that has grouping on it, there are maybe 40 categories on the page. So I think the person having the problem on our end is attempting to expand several groups at one time and that trips this error.