-
Notifications
You must be signed in to change notification settings - Fork 28
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
Support React >= 14.x.x #19
Comments
+1 |
Hey folks - we actually deprecated the module as we don't have the bandwidth to continue supporting it at present. If someone wants to send a PR though, will happily review. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
great package ! Love to see React >= 14.x.x support though.
this.getDOMNode
is nowReactDOM.findDOMNode(this)
I think. I could create a PR if you want, but you should review it before merging.The text was updated successfully, but these errors were encountered: