Tobias Waltl
Tobias Waltl
What do you mean with trying the prop? The prop is not implemented. This issue is a suggestion to implement that prop so that users can get rid of the...
They suggest to use [eslint-import-resolver-typescript](https://www.npmjs.com/package/eslint-import-resolver-typescript) and yes, I can confirm that (at least for me) it does the trick. Thanks for pointing this out.
As far as I can see the warning is thrown [here](https://github.com/JedWatson/react-hammerjs/blob/14500eb2583654fac843ee9bd40f48fd4a65e818/src/Hammer.js#L141) where it is tried to access the `ref` prop directly. Btw: If this was working, the ref callback would...
Has there been any progress on this issue?