Skip to content
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

Uncaught TypeError: Cannot read property 'toJS' of undefined at HistoryPopup.render #643

Closed
1 of 7 tasks
jeromemacias opened this issue Apr 14, 2018 · 4 comments
Closed
1 of 7 tasks

Comments

@jeromemacias
Copy link

jeromemacias commented Apr 14, 2018

This issue pertains to the following package(s):

  • GraphQL Playground - Electron App
  • GraphQL Playground HTML
  • GraphQL Playground
  • GraphQL Playground Express Middleware
  • GraphQL Playground Hapi Middleware
  • GraphQL Playground Koa Middleware
  • GraphQL Playground Lambda Middleware

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.
image

@timsuchanek
Copy link
Member

Thanks for reporting @jeromemacias !

@tjpeden
Copy link

tjpeden commented Apr 24, 2018

I too am having this issue. Is there any workaround? It's completely unusable now.

@jetpackjarrett
Copy link

@tjpeden clearing cache/cookies solved it for me.

@hsiaosiyuan0
Copy link

rebuilding from latest codebase resolves this issue:

$ git clone git@github.com:graphcool/graphql-playground.git
$ cd graphql-playground/packages/graphql-playground-electron
$ yarn
$ yarn run release:mac # release:win release:linux

cgxxv pushed a commit to cgxxv/graphql-playground that referenced this issue Mar 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants