Skip to content
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

Closed
tarjei opened this issue Apr 1, 2016 · 7 comments
Closed

Add ReactWrapper.getDomNode() method #290

tarjei opened this issue Apr 1, 2016 · 7 comments

Comments

@tarjei
Copy link

tarjei commented Apr 1, 2016

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.

@christian-schulze
Copy link
Contributor

@tarjei - this should be addressed when #679 is merged.

@tarjei
Copy link
Author

tarjei commented Nov 13, 2016

Thanks!

@tarjei tarjei closed this as completed Nov 13, 2016
@ljharb
Copy link
Member

ljharb commented Nov 13, 2016

Issues should remain open until PRs are merged.

@ljharb
Copy link
Member

ljharb commented Feb 16, 2017

Merged in #679.

@ljharb ljharb closed this as completed Feb 16, 2017
@FezVrasta
Copy link
Contributor

FezVrasta commented Jun 28, 2017

It looks like it's missing in the flow annotations?

image

@ljharb
Copy link
Member

ljharb commented Jun 28, 2017

Whoever maintains those would need to update them then.

@FezVrasta
Copy link
Contributor

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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants