rmosolgo / graphiql-rails

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

Version1.4.6 raise error "process is not defined" #33

Closed naokikurosawa closed 7 months ago

naokikurosawa commented 6 years ago

React 16 seems to assume NodeJS environment variables.

2017-10-29 23 58 45
vigneshacker commented 6 years ago

For me also the same error is popping out.

wmaciejak commented 6 years ago

For me the same 🤔

rmosolgo commented 6 years ago

Sorry the for the trouble! It looks like we had the wrong React files bundled in. Fixed in #35 and released a fix on RubyGems as 1.4.7, could you give a try and let me know if it's better for you?

vigneshacker commented 6 years ago

@rmosolgo sure. I will try and let u know.

naokikurosawa commented 6 years ago

@rmosolgo It looks good to me!

rmosolgo commented 7 months ago

It sounds like a previous fix addressed this :+1: