Closed chadams closed 7 years ago
I went ahead and added both react updates to same branch as they were small
:+1:
@JedWatson without these changes, using the component with React >=15.5 emits red console errors that look like hard errors (thanks Facebook 😞); would be great to get this in soon
ping
@JedWatson Can you please merge this? Since the React 16 Update is coming soon, this is seriously necessary!
@chadams Maybe you can implement the suggested changes, then we could use this PR.
@derpoho can you merge this and continue fix the suggested changes, since we need to fix the react warning.
@derpoho or i can open a another PR after you merge this
@paranoidjk I can't merge it, i have no rights in this Repo, you must ask @JedWatson ;)
I don't think this is still maintained, maybe we should maintain a forked version? @paranoidjk
@afc163
Ok, i will fork this repo to react-component group and continue to mantain it.
still, thanks for @JedWatson great job.
Just FYI - I've been away for personal reasons but am picking this up at the moment and getting it ready for react 16, plus merging some other fixes.
@afc163 @paranoidjk I don't mind if you want to continue to maintain a fork, but you're welcome to help maintain this one if you like, just let me know.
Any progress on this guys?
@JedWatson 💯 Since our project https://ant.design/ is heavily rely on hammerjs, so I'd like to help with mantain this one.
If you agree with this, please add me owner permission, both my github and npm id is paranoidjk
, email is hust2012jiangkai@gmail.com
, thanks.
our fork is https://github.com/react-component/react-hammerjs
@JedWatson, I do not mean to hurry but any idea when this PR will be merged and a new NPM version will be available?
Hey guys, this should do the work. https://github.com/JedWatson/react-hammerjs/pull/74
I removed the statics, is thats what is holding this up?
@chadams Did you ever find out?
If I understand correctly, what's holding this up is that prop-types
needs to be moved in package.json from devDependencies
to dependencies
. Can anyone confirm this?
@chadams @jrsinclair The move from devDependencies to dependencies is the only comment on the PR where changes were requested. I would guess that's all that's holding this up.
Looks like a version with the amends has already been posted here: #74
This just became slightly more pressing, now that React 16 has been released.
Was this PR made redundant by #78?
There were a bunch of issues with this in the end, I've cleaned it up significantly and replaced the build system so it should be good now. Try using 1.0.1
using prop-types package for newer React version 15.5.0