Raphael-Schulz

Results 5 comments of Raphael-Schulz

We are also experiencing the same behaviour @phebing-slashwhy described in React 17 with apollo-client 3.6.9 Is there any update on this?

@WouterLVV we were facing the same issue. We added `documentVariableSuffix: ""` to the base type config: ``` src/generated/types.tsx: plugins: - "typescript" - "typescript-operations" - "typed-document-node" config: documentVariableSuffix: "" ``` This...

We are confronting the same issue as described in this [Post](https://github.com/ionic-team/ionic-framework/issues/29480#issuecomment-2103443468) in our React application. We need to go back to Ionic v7.x for now. For us the problem is...

@benjamn @gastonmorixe Has this issue been solved in 3.6.0? We are also experiencing the same problems described here https://github.com/apollographql/apollo-client/issues/9502

Or is there maybe a workaround that we can use until then? 😀