rmosolgo / graphiql-rails

Mount the GraphiQL query editor in a Rails app
MIT License
447 stars 135 forks source link

Update update_graphiql rake tasks to pull from correct path for React 16 #32

Closed mikeLspohn closed 6 years ago

mikeLspohn commented 6 years ago

graphiql-rails breaks right now because of a PropTypes failure in graphiql repo that was fixed and merged in not too long ago. Also, when updating graphiql with the rake tasks, it would fail because react 16 is newest version and the path to the react.js and react-dom.js files changed.

rmosolgo commented 6 years ago

Thanks for taking care of the upgrade, this looks great!

rmosolgo commented 6 years ago

Just released to RubyGems as 1.4.6 ! 🚢