Results 18 comments of maslianok

@PawnStar oh wow! I can't imagine how much time did you spend just to understand the root of the problem! Thank you for such a detailed description 👍 Great job...

> I'm not sure if adding a setTimeout to the library would be an appropriate fix, as it may introduce similar bugs Yes, using `setTimeout` by default causes other bugs....

> @PawnStar @maslianok just to be clear; using any value as refreshRate (or any duration in `setTimeout` in the `onResize` callback) should work right? The important part is to defer...

Many things changed in my life in the past five years... Except for the one - this bug is still open. Today I'm going to change this too :) I...

Closing the issues with no comments in the past year. To the participants: If you found a workaround or somehow fixed it - let me know. If you ended up...

If anyone here is still interested in this library - this should be fixed in v9 :) Are there any GitHub awards for the fastest fix or something like this?

I'm experiencing the same problem. `.graphqlrc.json` ``` { "projects": { "github": { "schema": "src/generated/github-schema.graphql", "documents": ["src/**/*.github.gql"] }, "hasura": { "schema": "src/generated/hasura-schema.graphql", "documents": ["src/**/*.hasura.gql"] } } } ``` in my case,...