mll-lab / laravel-graphql-playground

This project is deprecated in favor of https://github.com/mll-lab/laravel-graphiql.
MIT License
267 stars 25 forks source link

JavaScript Error when clicking "copy curl" #38

Closed mazedlx closed 4 years ago

mazedlx commented 4 years ago

When I click on copy curl i receive the following JS error:

Uncaught TypeError: can't access property "getState", t.context.store is undefined in TopBar.tsx:115:20

Everything else is working as expected. I am using version 2.1.0. Any thoughts on this?

spawnia commented 4 years ago

Seems like an issue with upstream, i don't think there is anything we can do here. Try https://github.com/prisma-labs/graphql-playground.

If there is something we can do, feel free to reopen.

mazedlx commented 4 years ago

@spawnia my bad, there's already an issue there, I'll leave it here for reference https://github.com/prisma-labs/graphql-playground/issues/1219