react-hammerjs
react-hammerjs copied to clipboard
ReactJS / HammerJS integration. Support touch events in your React app.
After i build my react18-typescript project it says "require is not defined" in the browser preview
`"esModuleInterop": true,` is enabled in my tsconfig   in development it is working file but after i build the application it gives this reference error please help! @JedWatson
I tried to install the package on my project, then I got this: ``` npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR!...
I've installed the react-hammerjs lib on my react project and i got this below error, please help me resolve this issue. ` Error in /turbo_modules/[email protected]/src/Hammer.js (30:3) React.PropTypes is undefined `
The documentation does not make it clear, how to configure hammerjs, like ```javascript /* common hammerjs customization */ delete Hammer.defaults.cssProps.userSelect; // restore text highlight on desktop Hammer.defaults.inputClass = Hammer.TouchInput; //...
The `ref` callback is not called in children elements inside a `` tag. This did not happen 2 years ago (using older versions of React and react-hammerjs). It seems that...
Was using... ``` "react-dom": "^15.4.1", "react-hammerjs": "^0.5.0", ``` ...and there was no issue. Now I'm using.. ``` "react-dom": "^16.1.0", "react-hammerjs": "^1.0.1", ``` ...and suddenly all children nodes to Hammer are...
I want to use `react-hammerjs` in my app using a dynamic import. However, Hammer.js is throwing an error (not possible to load from undefined). Any tip?
I would like to use react-hammerjs in my typescript project, but it doesn't have any type definitions. It would be great if this project included one (either in the repo...