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

Fixes #7 #85

Closed
wants to merge 1 commit into from
Closed

Fixes #7 #85

wants to merge 1 commit into from

Conversation

timsuchanek
Copy link

After the same problem as in #7 occurred to me when including react-codemirror in my own npm package as a dependency, I found out, that the evil here is findDOMNode.
In React 0.14x and higher it's not needed anymore and without it, the addComponentAsRefTo Error is gone.

@JedWatson
Copy link
Owner

Thanks @timsuchanek

I've made these changes directly because of conflicts, React.findDOMNode is gone now

@JedWatson JedWatson closed this May 14, 2017
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.

2 participants