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

React 0.14 support #46

Closed
marcovdijk opened this issue Oct 28, 2015 · 2 comments
Closed

React 0.14 support #46

marcovdijk opened this issue Oct 28, 2015 · 2 comments

Comments

@marcovdijk
Copy link

In React 0.14 you can get a DOM node by directly calling the ref. See the React blog. Now i'm getting warnings in the console like this: Warning: React.findDOMNode is deprecated. Please use ReactDOM.findDOMNode from require('react-dom') instead.

@wwayne
Copy link
Collaborator

wwayne commented Oct 28, 2015

react-tooltip used react-dom to support 0.14 since 0.8.
And I've tested in my end, there is no warning message.

@wwayne wwayne closed this as completed Oct 28, 2015
@marcovdijk
Copy link
Author

My bad, I updated through NPM but had a wrong setting in my package.json.

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

2 participants