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-c3 break on React 15 #8

Open
nsisodiya opened this issue Apr 18, 2016 · 1 comment
Open

react-c3 break on React 15 #8

nsisodiya opened this issue Apr 18, 2016 · 1 comment

Comments

@nsisodiya
Copy link

We are trying to work on react-c3 but we are using React 15.
our developer reported that library is breaking on React.findDOMNode,
It will be great if you fix it or tell us any workaround !

@sapher
Copy link

sapher commented Apr 29, 2016

The findDOMNode function has been moved to the react-dom package.
I guess we can replace React.findDOMNode by ReactDOM.findDOMNode safely.

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