-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
EuitoolTip setting state after unmounting in share top nav #22543
Comments
cc @elastic/kibana-sharing It seems you recently changed the Sharing dialog in all applications, which seem to sometimes throw the above issue. I added the @Rasroh I am also unable to reproduce this, could you provide some additional information what buttons, etc. you are actually clicking when this happens, have you opened the "Share" menu beforehand? |
@timroes I was able to reproduce. Open the Looks like the bug is in EuiToolTip. I will see if I can put a fix together. |
Created elastic/eui#1163 to resolve the issue. I will close this issue once a version of EUI with the fix has been merged into Kibana |
**Kibana version:**master
Elasticsearch version: master
Server OS version: OSX
Browser version: Chrome
Original install method (e.g. download page, yum, from source, etc.): master
**Describe the bug:While I was testing scatter plot visualizations and had my console window open, I happened to see this huge warning in the console - It said
Can't call setState (or forceUpdate) on an unmounted component. This is a no-op, but it indicates a memory leak in your application
Full console warning captured here :
It didn't hamper anything, but application memory leak warning is not good.
The text was updated successfully, but these errors were encountered: