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
MacOS 10.13.4
1.5.4
Click on tab "History" works when no history
Uncaught TypeError: Cannot read property 'toJS' of undefined at HistoryPopup.render (app.87c01a5….js:171911)
Click on one of sample projects on start, then click on "History tab"
Please provide a gif or image of the issue for a quicker response/fix.
The text was updated successfully, but these errors were encountered:
Thanks for reporting @jeromemacias !
Sorry, something went wrong.
I too am having this issue. Is there any workaround? It's completely unusable now.
84463b8
@tjpeden clearing cache/cookies solved it for me.
rebuilding from latest codebase resolves this issue:
$ git clone [email protected]:graphcool/graphql-playground.git $ cd graphql-playground/packages/graphql-playground-electron $ yarn $ yarn run release:mac # release:win release:linux
fix: empty history. Closes graphql#643
10a7a69
No branches or pull requests
This issue pertains to the following package(s):
What OS and OS version are you experiencing the issue(s) on?
MacOS 10.13.4
What version of graphql-playground(-electron/-middleware) are you experiencing the issue(s) on?
1.5.4
What is the expected behavior?
Click on tab "History" works when no history
What is the actual behavior?
Uncaught TypeError: Cannot read property 'toJS' of undefined
at HistoryPopup.render (app.87c01a5….js:171911)
What steps may we take to reproduce the behavior?
Click on one of sample projects on start, then click on "History tab"
Please provide a gif or image of the issue for a quicker response/fix.

The text was updated successfully, but these errors were encountered: