-
Notifications
You must be signed in to change notification settings - Fork 185
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 #93
Comments
@jasongaare Hello, thanks for this awesome package :) It seems like the problem is still here and this code causes memory leak:
You can create a variable
|
Hi 👋🏼 I'm not opposed to the |
Has there been any update on the mounted setstate making it into the code? I'm also running into this issue currently |
Still running into this issue, unfortunately. |
I'm still having this issue |
Still having this issue |
I have this error, and the error tells me it's from Tooltip! My components can sometimes mount / unmount very quickly, however, I protect my state updates so that they only run if the component they are called from is mounted.
This is my code where the tooltip is defined:
This is a Pure Component.
And now, the error:
The text was updated successfully, but these errors were encountered: