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

HomePage, error in console #558

Closed
baudelotphilippe opened this issue Jun 22, 2021 · 1 comment
Closed

HomePage, error in console #558

baudelotphilippe opened this issue Jun 22, 2021 · 1 comment
Labels

Comments

@baudelotphilippe
Copy link
Contributor

react-dom.development.js:506 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 HomePage (created by component)
in component (created by Route)

It seems to be here :
componentDidMount() {
...
this.update();
}

@pierrebruninmaif
Copy link
Collaborator

Fix 1.10.1

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

No branches or pull requests

2 participants