-
Notifications
You must be signed in to change notification settings - Fork 735
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
Update to 1.8.6 is broken #941
Comments
Same here. As a workaround, I re-installed via |
Yes, something went wrong with electron build, trying to figure out what is happening. Sorry for troubles, current workaround is to download the old version. |
Happening for me on Windows 10 with the new install for both 1.8.6 and 1.8.5. For now, I'll just use GraphiQL until there's a fix. |
OSX 1.8.6 release also broken. Reverting back to 1.8.5. |
Reverting to v1.8.5 works but you need to also disable automatic updates as it automatically updates next update hence when you close the app it will go back to v1.8.6. Exception from dev tools Uncaught Error: Selector creators expect all input-selectors to be functions, instead received the following types: [undefined]
at getDependencies (app.8c44a0fc16de2643d78e.js:11960)
at Object.createSelector (app.8c44a0fc16de2643d78e.js:11978)
at Object.defineProperty.value (app.8c44a0fc16de2643d78e.js:13815)
at __webpack_require__ (vendor.8c44a0fc16de2643d78e.js:55)
at Object._typeof (app.8c44a0fc16de2643d78e.js:50532)
at __webpack_require__ (vendor.8c44a0fc16de2643d78e.js:55)
at Object.defineProperty.value (app.8c44a0fc16de2643d78e.js:20039)
at __webpack_require__ (vendor.8c44a0fc16de2643d78e.js:55)
at Object.defineProperty.value (app.8c44a0fc16de2643d78e.js:69812)
at __webpack_require__ (vendor.8c44a0fc16de2643d78e.js:55) Any knows how to disable updates? |
Sorry for troubles, it should be fixed in latest release. |
This issue pertains to the following package(s):
What OS and OS version are you experiencing the issue(s) on?
Mac OS 10.14.2
What version of graphql-playground(-electron/-middleware) are you experiencing the issue(s) on?
1.8.6
What is the expected behavior?
Show select schema url dialog
What is the actual behavior?
After update and restart GraphQL playground opens with empty screen
What steps may we take to reproduce the behavior?
Happens after update
Please provide a gif or image of the issue for a quicker response/fix.
The text was updated successfully, but these errors were encountered: