You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
I localized weird behavior of "Compare" window. Admittedly, the use case is probably not so common but I think it deserves further investigation.
What's the problem?
The first think is to open "compare" dialog and move it to the bottom of the screen (but not allowing it to layout on the bottom pane!)
Now, choose your favourite version and difference to compare with. Make sure it is "long enough".
Now, when I click on the top bar of the dialog then I obtain big, red, shaking penaut!
How to reproduce?
Open this scenario. Select
What's the 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.
The text was updated successfully, but these errors were encountered: