-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update @apollo/client
peer dependency to rc
and remove makeSuspenseCache
#61
Conversation
@apolloc/client
peer dependency to rc
and remove makeSuspenseCache
@apollo/client
peer dependency to rc
and remove makeSuspenseCache
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me!
I'm still waiting for a review on #59 and will release that as a patch release.
After that, I'll merge this and do a 0.4.0 with it!
In that spirit, I'm already going to pull the README changes from this PR into main
- makeSuspenseCache
was already optional before and the package.json
has already included the .rc
releases in the last patch. (see 9092132 )
Already pulling in some more changes to make the CI happy on |
With the latest changes in the
@apollo/client
rc
version, theSuspenseCache
option has been removed and will instead be lazy instantiated by the client when a suspense hook is used. This PR updates to only support the latest@apollo/client@rc
version as a peer dependency and removes themakeSuspenseCache
option.