-
Notifications
You must be signed in to change notification settings - Fork 129
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hammer breaks ref in children #93
Comments
ReactDOM.findDOMNode() is discouraged, so we use refs instead. This allows us to use this in our server-side render correctly
+1 |
I also ran into this issue. My application relies on the inner refs. |
Ran into this today. Found that the first ref in my By trial and error, I eventually found that I could wrap all the children of the Not great, but it's a workaround. |
Duplicate of #83 |
The
ref
callback is not called in children elements inside a<Hammer>
tag. This did not happen 2 years ago (using older versions of React and react-hammerjs).It seems that this is broken when using React 16.
The text was updated successfully, but these errors were encountered: