OneGraph / graphiql-explorer

Explorer plugin for GraphiQL
MIT License
904 stars 97 forks source link

Rendering issue in the GraphiQL component #101

Closed Thushani-Jayasekera closed 3 months ago

Thushani-Jayasekera commented 7 months ago
image

We are facing the above mentioned issue when the graphiql component is used in our UI.

How this issue was reproduced:

  1. Added a query to the editor.
  2. Click a button in out UI to execute a function.
  3. Start editing the query in the editor, then the previous query stays stamped there.

Would you be able to help us in resolving this issue?