Open kelvinmandlik opened 2 months ago
I've faced same issue. (x_x )/
@asahi-kawajiri Did you find any solution or atleast workaround?
For now you can use Firefox, the issue is related to Chrome deprecating DOMNodeRemoved
mutation event
I made a fix for it : https://github.com/graphql/graphql-playground/pull/1431 @kelvinmandlik
When do we merge this fix? For now, either Safari or Firefox will help. Chrome or Edge will face the same issue.
When do we merge this fix? For now, either Safari or Firefox will help. Chrome or Edge will face the same issue.
@vinhnglx I don't believe a fix will ever get merged. It is an abandoned project. If you cannot switch to another Graphql IDE, your best option is to fork, apply a fix and publish it just like I did. I'm using this playground from a Google Chrome extension, so I published my fork to Chrome Store, here is the link if anyone needs a working Chrome extension.
hello all. you may recall the creator of graphql-playground and I authored an article several years ago about how playground was to be deprecated for graphiql. we are well underway with this effort, and we reccomend switching an building plugins for additional functionality
the issues you are reporting here are related to our library codemirror-graphql, not playground itself
This issue pertains to the following package(s):
What OS and OS version are you experiencing the issue(s) on?
What version of graphql-playground(-electron/-middleware) are you experiencing the issue(s) on?
I am using rust packages
But it's not only happening in rust It's also happening in nodejs package as well. It is seen that the issue is happening after the recent update of graphql or playground. In nodejs previously it was not happening.
What is the expected behavior?
What is the actual behavior?
What steps may we take to reproduce the behavior?
Please provide a gif or image of the issue for a quicker response/fix.