Skip to content
This repository has been archived by the owner on Oct 22, 2020. It is now read-only.

Maximum update depth exceeded #2338

Open
diversemix opened this issue Jul 26, 2019 · 1 comment
Open

Maximum update depth exceeded #2338

diversemix opened this issue Jul 26, 2019 · 1 comment
Labels
Bug Anything that does not work as expected.

Comments

@diversemix
Copy link
Contributor

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.

@diversemix diversemix added the Bug Anything that does not work as expected. label Jul 26, 2019
@erezmus
Copy link
Contributor

erezmus commented Jul 26, 2019

Tried to reproduce bug in two ways:

  • long title extracted when uploading manuscript
  • clicking on uploaded support file (saw this in hotjar recording before it errors)

Could not reproduce at all in on windows 10 / chrome 75. suggest we move on to getting better error traces with new relice

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Bug Anything that does not work as expected.
Projects
None yet
Development

No branches or pull requests

2 participants