-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
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
[Tooltip] Fix autoFocus issue #12372
Conversation
I'm closing as I doubt the existiance of such issue in the first place, please provide a reproduction, or even better, a failing test case. |
It definitely exists :) |
You can try to remove autoFocus prop and voilá, everything is working again. |
I was able to reproduce, thanks :). I still need to figure out what's going on. I would rather have as few defensive logic as possible. Try to cure the root cause. |
Ok, this fix is hiding the problem. We need to use a setTimeout logic before running the |
f120cf0
to
6a32962
Compare
6a32962
to
d2c28f5
Compare
Closes #12371.