Type 'KeyboardEvent' is not generic.ts(2315) code example
Example: Type 'KeyboardEvent' is not generic.ts(2315)
You're probably using the DOM KeyboardEvent. Try using React.KeyboardEvent instead.
You're probably using the DOM KeyboardEvent. Try using React.KeyboardEvent instead.