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

Use of React.findDOMNode is incompatible with React v0.14.0-beta1 #252

Closed
phloe opened this issue Jul 28, 2015 · 1 comment
Closed

Use of React.findDOMNode is incompatible with React v0.14.0-beta1 #252

phloe opened this issue Jul 28, 2015 · 1 comment

Comments

@phloe
Copy link

phloe commented Jul 28, 2015

The beta deprecates React.findDOMNode in favor of ReactDOM.findDOMNode - only used one place AFAICT:

https://github.com/gaearon/react-dnd/blob/master/src/bindConnectorMethod.js#L22

This is just a heads-up in case this hasn't been caught yet :)

@gaearon
Copy link
Member

gaearon commented Aug 7, 2015

Thanks! We can only “fix” this once 0.14 is out, but that would mean making the library 0.14+.
Better to wait for 0.14 and then a month or so.

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 a pull request may close this issue.

2 participants