driip.me
/
Blog
/
TIL: Type 'KeyboardEvent' is not generic.ts(2315)
Share
⁉️
TIL: Type 'KeyboardEvent' is not generic.ts(2315)
Date
2021/03/02
Tags
TIL
React
TypeScript
Frontend
Created by
DOM KeyboardEvent를 사용하고 있어서 발생하는 에러
React
의 KeyboardEvent를 사용해야 한다.
import
{
KeyboardEvent
}
from
'react'
;
JavaScript
복사
References
https://stackoverflow.com/questions/44764146/why-is-the-mouseevent-in-the-checkbox-event-handler-not-generic