We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
All the tests pass normally for v4, but one fails when NODE_ENV=production, resulting in the following error:
NODE_ENV=production
Cannot read property 'currentValue' of undefined
I found this after deploying graphql-react v4 with graphql-react-examples 😞
graphql-react
The text was updated successfully, but these errors were encountered:
Fix preload for production NODE_ENV.
cef254f
Fixes #11 and #12.
c2d1977
8d59516
Fixes jaydenseric/graphql-react#11 and fixes jaydenseric/graphql-react#12.
7920234
No branches or pull requests
All the tests pass normally for v4, but one fails when
NODE_ENV=production
, resulting in the following error:I found this after deploying
graphql-react
v4 with graphql-react-examples 😞The text was updated successfully, but these errors were encountered: