-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Add ReactWrapper.getDomNode() method #290
Comments
Thanks! |
Issues should remain open until PRs are merged. |
Merged in #679. |
Whoever maintains those would need to update them then. |
I submitted a PR to flow-typed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, sometimes it is usefull to work on the dom node of the rendered component - either to trigger native events or (in my case) to be able to use a complex dom selector. Therefore it would be great if the ReactWrapper had a method to get the DOM node directly.
The text was updated successfully, but these errors were encountered: