-
**Intended outcome:**
Importing '@apollo/client' into an ES module works.
In my experimenting with a fix, I found https://github.com/antfu/vite-ssg/issues/241 and added the postinstall script …
-
### Before opening, please confirm:
- [X] I have [searched for duplicate or closed issues](https://github.com/aws-amplify/amplify-js/issues?q=is%3Aissue+) and [discussions](https://github.com/aws-am…
-
**Intended outcome:**
A CRA application should compile and run
**Actual outcome:**
```
Failed to compile.
/my-path/.yarn/$$virtual/@apollo-react-hooks-virtual-b95e1268e6/0/cache/@apollo-r…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
We are upgrading the [Vision Zero Editor](https://github.com/cityofaustin/vision-zero/tree/main/editor) to address the considerable tech debt we've accumulated since its inception 5+ years ago.
###…
-
### Issue Description
We are preparing for react 19 usage but we are block because of this https://github.com/apollographql/apollo-client/blob/5a1985f30b99ab0592598ff9dc8b5216fef3ef34/src/testing/int…
-
**Do you want to request a *feature* or report a *bug*?**
Bug
**What is the current behavior?**
Installing react-apollo 3.0 makes the Rehydrated component stop working. Going back to react-apollo…
-
we need to add snippets for hooks.
based on the current convention of snippets new snippets can be named as:
`uq` for `useQuery(QUERY_NAME)`
`uqf` for `useQuery(QUERY_NAME, { variables: {} }) `
…
-
This will have the benefit of reducing request and boost performance by responding almost immediately to queries with cached data.
This is the link to [Apollo Client](https://www.apollographql.com/do…
-
Feels like I'm going crazy about this issue. I'm currently using `@apollo/client` with `react-native` in a yarn workspace. I've setup the yarn workspace correctly with the custom metro config required…