-
When upgrading from @prismicio/next 1.6.0 to 1.7.1 I now get the following typescript error when using PrismicPreview.
```
pages/_app.tsx:82:20 - error TS2786: 'PrismicPreview' cannot be used as …
-
## Description
Unintuitive behavior, where environment variables supersede the CLI flags. Specifically, `APOLLO_KEY` supersedes `--profile`.
### Steps to reproduce
1. Create a profile wit…
-
While migrating from Apollo 2 to Apollo 3, I can't find a trivial replacement for usage of `ApolloClient::enableSubscriptions/disableSubscriptions`. These APIs called down to `SubscriptionManager.star…
-
**Describe the bug**
Into schematics the versions of apollo-angular and @apollo/client packages are fixed :
```
'apollo-angular': '^4.2.0',
'@apollo/client': '^3.0.0',
```
**To Reproduce*…
-
### Issue Description
Hi! We are getting these error randomly:
```js
// node_modules/@apollo/client/react/hooks/useQuery.js in InternalState.prototype.toQueryResult at line 440:27
InternalState.…
-
I'd like to put in a request for adding the Apollo client docs (for React).
https://www.apollographql.com/docs/react/
-
`@apollo/client` supports `@defer` directive since version 3.7.0:
https://www.apollographql.com/docs/react/data/defer/
But I'm not able to use this library with `@defer`. It throws a JSON parsin…
-
### Issue Description
We have a hook that creates 2 subscriptions. Testing it with only one subscription via `MockSubscriptionLink` was fine, but after adding the second one tests are not working any…
-
## Bug Description
I've noticed a UI freeze when using Apollo Client's local resolvers for sizable amount of data (1000-2000 entities). It turned out that the query resolution runs 4-10 times slowe…
-
### Version
[v4.0.0-rc.19](https://github.com/apollo-module/releases/tag/v4.0.0-rc.19)
### Reproduction link
[https://pyj86.sse.codesandbox.io](https://pyj86.sse.codesandbox.io)
### Steps to repro…