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

using the updated way to get the dom node on react #19

Merged
merged 1 commit into from
Jul 22, 2015

Conversation

willgm
Copy link

@willgm willgm commented Jul 22, 2015

The 'this.getDOMNode()' is deprecated and has been replaced with 'React.findDOMNode()'.

This point is also a impeditive to use it with the ES6 component that already don't has the getDOMNode.

I did a CodePen in onder to test it at least manually:
http://codepen.io/willgm/pen/oXPaov

Pomax added a commit that referenced this pull request Jul 22, 2015
using the updated way to get the dom node on react
@Pomax Pomax merged commit d61d863 into Pomax:master Jul 22, 2015
@Pomax
Copy link
Owner

Pomax commented Jul 22, 2015

thank you for the PR!

@samternent
Copy link

This PR is a breaking change, unless React is defined globally, which cannot be assumed.

Issue: #20

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

Successfully merging this pull request may close these issues.

4 participants