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
I have a component on which I have Shortcuts implemented for arrow keys. Then I have another component parallel to that which uses onKeyPress event. The issue is the keyPress event works fine till the component with ShortCut is not loaded. Once the component with Shortcut is loaded my keyPress event doesnot work. Any idea why ??
The text was updated successfully, but these errors were encountered:
I have created a pull request for what I think are some improvements to the documentation that explains this further. You can read more about this issue here.
I have a component on which I have Shortcuts implemented for arrow keys. Then I have another component parallel to that which uses onKeyPress event. The issue is the keyPress event works fine till the component with ShortCut is not loaded. Once the component with Shortcut is loaded my keyPress event doesnot work. Any idea why ??
The text was updated successfully, but these errors were encountered: