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

[chore] Support React 16.0.0-rc.2 as peer dependency #166

Merged
merged 1 commit into from
Sep 11, 2017
Merged

Conversation

bjoerge
Copy link
Member

@bjoerge bjoerge commented Sep 10, 2017

This also upgrades React to 16.0.0-rc.2 in test studio and example studio.

Ran into a few issues along the way:

  • I had to switch from the official react-json-inspector to @rexxars' react-15 branch here, which fixes the deprecation warnings in React 15 that are hard errors in 16. (we should probably look for an alternative, since react-json-inspector doesn't seem like its actively maintained anymore).
  • Switched to react-codemirror2, since JedWatson/react-codemirror looks pretty much abandoned.
  • The storybook tool is currently broken. I've started the process of upgrading to the latest @storybook packages in [chore] Migrate storybook dependencies #165 . (If we want to merge this immediately we should probably pin react on 15.x in the test/example studios)

Apart from that, everything seems to work fine with 16.0.0-rc.2 🎉

@bjoerge
Copy link
Member Author

bjoerge commented Sep 11, 2017

I've downgraded to latest 15.x in test studio and example studio for now, so this should be good to merge now.

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.

1 participant