Jérôme Heissler
Jérôme Heissler
I fix this issue by adding [babel-plugin-transform-typescript-metadata](https://github.com/leonardfactory/babel-plugin-transform-typescript-metadata#readme) ```javascript { "plugins": [ ... ["babel-plugin-transform-typescript-metadata"], ["@babel/plugin-proposal-decorators", { "legacy": true }], ["@babel/plugin-proposal-class-properties", { "loose": true }] ], "presets": [ "module:metro-react-native-babel-preset" ] } ```
I had the same problem, by removing all the `import * as ...`from my code I no longer had that problem
@MadSpindel I've rebased my code to the latest commit on master
@MadSpindel I've found a way to make Ava work with typescript
Do you need any further information/changes?
It's because the latest version does not use `selectKeys`config and only binds the enter key : https://github.com/quill-mention/quill-mention/blob/78d853384bd88be196383d0009a7953b404641c6/src/quill.mention.js#L134-L140 I've also fixed it in my pull request #369