Alessia Bellisario

Results 136 comments of Alessia Bellisario

Closing as won't do since testing utilities are moving over to https://github.com/apollographql/graphql-testing-library and have MSW tests already.

This error was a red herring 🙃 It's actually coming from `@graphql-tools/executor` which lists `graphql` as a peer dependency that includes v15 in its range, but copy-pasted `execute.ts` from `graphql`...

Hi there @lionskape 👋 What you're describing indeed sounds very strange. My first instinct is that a question of including server code in a client bundle would be best asked...

Hi @juanstiza 👋 Your question brings up an interesting fact about React streaming SSR: it requires JavaScript on the client in order to work. With progressive hydration, after the initial...

Hi @oscar60310 👋 Thanks for opening this issue with a clear reproduction of what you're seeing! First, when I ran your reproduction, I noted that the `fetchPolicy` and `nextFetchPolicy` had...

Hi @jackstudd 👋 Thanks for the PR and the background you've shared here. Our team has reviewed this and one question that came up is whether the `broadcastWatches` call of...

Hi @FrancisLLSW 👋 I'm sorry for the frustration - that sounds like quite the mystery and I understand your fear of the issue returning. Were there any notable differences you...

Hi @mogzol 👋 Thanks for opening this issue. We agree this is surprising behavior, and we're looking at changing this in Apollo Client 4.0, currently in the planning stage, to...

Hi @IgorNovikov10 👋 I have some suspicions about what is going on here, but in order to properly assess I'd need to see the whole application. Could you please share...

There's a conflict with our patch of react 19 and the newer version. @phryneas I will ignore react(-dom)-19 in the renovate config unless I hear otherwise, since this seems like...