kamilkisiela / apollo-angular

A fully-featured, production ready caching GraphQL client for Angular and every GraphQL server 🎁
https://apollo-angular.com
MIT License
1.5k stars 312 forks source link

Use import from @apollo/client/core instead of @apollo/client #2289

Closed richard-elastique closed 3 months ago

richard-elastique commented 3 months ago

Version 7.1.1 introduces a import from @apollo/client, that causes typescript to need a reference from React. It needs to be an import from @apollo/client/core, like all the other imports.

Checklist:

changeset-bot[bot] commented 3 months ago

🦋 Changeset detected

Latest commit: f9efe708086087082a49a9e3f8b41f4af708c9b3

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package | Name | Type | | -------------- | ----- | | apollo-angular | Patch |

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

PowerKiKi commented 3 months ago

Released as 7.1.2, thank you !