-
Notifications
You must be signed in to change notification settings - Fork 812
Non-actionable warning in console: You tried to return focus to null but it is not in the DOM anymore #11
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
Comments
I'm having this issue still, as well as issues with a text field not keeping its focus in Chrome. |
@misuba I'm with you there. I get the warning almost every time state most places in my app change, even when the modal is not open. |
I am seeing this too. @mzabriskie can we reopen this issue? |
Still seeing this warning too. :( Reproduce steps:
|
I'm getting this warning since I've upgraded to React v16 |
@jccode @mrkvngrkn Please follow issue #577. We are discussing how we are going to handle this properly. |
I am seeing a lot of messages in the console:
You tried to return focus to null but it is not in the DOM anymore
. I am unsure how to make this warning go away.The text was updated successfully, but these errors were encountered: