-
Notifications
You must be signed in to change notification settings - Fork 87
Compatibility with React v16 #43
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
Conversation
Would love to use this with React 16 as well, merge would be awesome! |
@akiran Please merge/publish asap |
@akiran Also waiting on this for the upgrade to React 16. Please merge asap! |
@akiran please merge 😸 This is the last package in my app that doesn't work in React 16. |
@akiran Any process on this? 😊 |
Merging this would be great. :) |
@akiran Could you have a quick look at this? |
@briancappello Thank you very much for this, I have merged your changes in Sorry about the lag in reviewing and merging PRs. |
This PR upgrades Babel to v6 and removes the dependency on ReactDOM. As a side effect, React v16 becomes supported.
Fixes Issue #39
Supersedes PR #40