remotelock / react-week-scheduler

A time grid component for React with scheduling capabilities.
https://remotelock.github.io/react-week-scheduler
MIT License
139 stars 58 forks source link

added missing import module #53

Closed ghost closed 3 years ago

ghost commented 3 years ago

in src/components/TimeGridScheduler.tsx and src/hooks/useMousetrap.ts added "import { ExtendedKeyboardEvent } from 'mousetrap';" and "import Mousetrap, { ExtendedKeyboardEvent } from 'mousetrap';" respectively.

themitchy commented 3 years ago

I'm hitting Cannot find name 'ExtendedKeyboardEvent' Is there some reason this didn't get merged, or am I missing something?

ghost commented 3 years ago

actually, the repository I used to submit this request is deleted, do you want me to create a new PR?