Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Autocompleting proposition compound atom in new justification crashed web app #371

Closed
carlgieringer opened this issue Apr 16, 2023 · 1 comment · Fixed by #377
Closed
Assignees
Labels
bug Broken releasd functionality

Comments

@carlgieringer
Copy link
Contributor

carlgieringer commented Apr 16, 2023

Console says the following. Probably circular data in immer/Redux.

The above error occurred in the <TransitionGroup> component:
    in TransitionGroup (created by CSSTransitionGroup)
    in CSSTransitionGroup (created by Layover)
    in Layover (created by Menu)
    in Menu (created by DropdownMenu)
    in DropdownMenu (created by MenuButton)
    in MenuButton (created by JustificationRootTargetCard)
    in div (created by EntityViewer)
    in EntityViewer (created by PropositionEntityViewer)
    in PropositionEntityViewer (created by JustificationRootTargetViewer)
    in JustificationRootTargetViewer (created by JustificationRootTargetCard)
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.
e
@carlgieringer carlgieringer added the bug Broken releasd functionality label Apr 16, 2023
@carlgieringer carlgieringer self-assigned this Apr 16, 2023
@carlgieringer
Copy link
Contributor Author

Based on TransitionGroup in the stack trace, I think this is a weird error from an old version of react-transition-group from react-md@1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Broken releasd functionality
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant