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 believe this is because of an issue that was caused by the OnKeyDown type having KeyboardEvent<{}>. I did this to turn it into a generic which did fix my issue. I wonder if that should be part of the lib typings, or is there any particular reason the {} type is being used here instead of a generic?
The text was updated successfully, but these errors were encountered:
I relied on that type for a workaround:
I believe this is because of an issue that was caused by the
OnKeyDown
type havingKeyboardEvent<{}>
. I did this to turn it into a generic which did fix my issue. I wonder if that should be part of the lib typings, or is there any particular reason the{}
type is being used here instead of a generic?The text was updated successfully, but these errors were encountered: