Describe the bug
@vue/apollo-composable@4.2.2 is incompatible with @apollo/client@4.x.
To Reproduce
Steps to reproduce the behavior:
- Install
@vue/apollo-composable@4.2.2 and @apollo/client@4.0.0.
- Import and use
@vue/apollo-composable in a Vue 3 component.
- Run
yarn build.
- See the error:
"ApolloError" is not exported by "@apollo/client/legacyEntryPoints/core/index.js", imported by "@vue/apollo-composable/dist/index.mjs"`
Expected behavior
Build succeeds.
Versions
- vue: 3.x
- vue-apollo: 4.2.2
- @apollo/client: 4.x
Additional context
None.
Describe the bug
@vue/apollo-composable@4.2.2is incompatible with@apollo/client@4.x.To Reproduce
Steps to reproduce the behavior:
@vue/apollo-composable@4.2.2and@apollo/client@4.0.0.@vue/apollo-composablein a Vue 3 component.yarn build.Expected behavior
Build succeeds.
Versions
Additional context
None.