You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 4, 2020. It is now read-only.
I am unable to add focus styles to the Alert action button, because isFromKeyboard is not recognized
Extra info
@jurokapsiar: The problem is that isFromKeyboard is not in the state of Alert, it is in the state of Button. How can she style the button based on its state? Do we need to add the state to Alert or is there a better way?
Sounds like we need to add isFromKeyboard to the state to be able to detect and style appropriately.