react-hammerjs
react-hammerjs copied to clipboard
Got Weird Broken With React-Devtool
I use onPanMove to implement a drag feature and it works perfectly in mostly case.
But with React Devtool, the returned e.deltaX and e.deltaY become very strange (nearly out of document) and soon lose focus and trigger onPanEnd.
Im not sure what I encounter is a very special case or a common case :(