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

Can't perform a React state update on an unmounted component #19

Open
ako977 opened this issue Jul 3, 2019 · 0 comments
Open

Can't perform a React state update on an unmounted component #19

ako977 opened this issue Jul 3, 2019 · 0 comments
Labels
bug Something isn't working

Comments

@ako977
Copy link

ako977 commented Jul 3, 2019

This seems to usually occur on state change (usually during development when a hot reload occurs on the watch)

index.js:1437 Warning: Can't perform a React state update on an unmounted component. This is a no-op, but it indicates a memory leak in your application. To fix, cancel all subscriptions and asynchronous tasks in the componentWillUnmount method.
    in InitialEdge (created by StateChart)
    in svg (created by StateChart)
    in div (created by Context.Consumer)
    in StyledComponent (created by styled.div)
    in styled.div (created by StateChart)
    in div (created by Context.Consumer)
    in StyledComponent (created by styled.div)
    in styled.div (created by StateChart)
@davidkpiano davidkpiano added the bug Something isn't working label Jul 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

2 participants