github / hotkey

Trigger an action on an element with a keyboard shortcut.
https://github.github.com/hotkey/
MIT License
3.22k stars 97 forks source link

TypeError: Cannot read properties of undefined (reading 'startsWith') #70

Open khiga8 opened 2 years ago

khiga8 commented 2 years ago

We are observing a TypeError from this line:

const elideShift = event.code.startsWith('Key') && event.shiftKey && event.key.toUpperCase() === event.key;

See: Sentry

Though this was first seen 9 months ago, looks like there has been a recent spike.