Alessia Bellisario

Results 136 comments of Alessia Bellisario

The fix has been published in v3.7.1 and can be installed with `npm i @apollo/client@next` 👍

See: https://github.com/apollographql/apollo-client/pull/9919

Thanks @Geal, just one follow-up here: I tested against the 1.2.1 release and I'm seeing a difference in the errors returned with/without `@defer`: ### Without `@defer` ```graphql query TestQuery {...

👋 Hi folks, cross-posting part of my comment from https://github.com/apollographql/apollo-client/issues/10114: > `[email protected]` was just published with an [updated peer deps range for `graphql`](https://github.com/apollographql/apollo-client/blob/release-2.x/packages/graphql-anywhere/package.json#L48-L50). (It also includes a [deprecation notice](https://www.npmjs.com/package/graphql-anywhere).) Since...

Thanks for the maintainers' work on `act`, it's saved me a ton of time 🙇 I've also seen this error and have tried a number of workarounds, including running with...

~NB: the fix in https://github.com/apollographql/apollo-client/pull/9918 is concerned with `useFragment` so I should make another PR into `release-3.7` while removing references to `useBackgroundQuery` in the test.~ Edit: this was done in...

@MrDoomBringer feel free to ping me when the conflicts are resolved and I'll take a look 👍

Looks like this dev dependency is unused, we should be able to remove it.

Also linking to our docs example repo which @StephenBarlow mentioned can be used to back individual sandboxes so we can update them via PRs https://github.com/apollographql/docs-examples 🎉

> There was talk of create-react-app not supporting *.jsx as a default entrypoint https://github.com/facebook/create-react-app/issues/3052 many moons ago, and I suspect they may have made good on that claim. Does that...