Juan Antonio Gómez

Results 3 comments of Juan Antonio Gómez

About `import`, you just need to convert it into `require`: ```js import moment from 'moment'; const moment = require('moment'); ``` Hope this help!

The problem is that the event is attached to the , rather than the component tag: https://github.com/jaywcjlove/react-hotkeys/blob/e7197a8d07b38de5293e4a74cf12e935035b6a4f/src/index.tsx#L49

Something like this? https://github.com/ember-engines/ember-engines/pull/497