-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Add missed reexports of MutationFetchPolicy and RefetchWritePolicy to @apollo/client/core #11332
Conversation
@asvishnyakov: Thank you for submitting a pull request! Before we can merge it, you'll need to sign the Apollo Contributor License Agreement here: https://contribute.apollographql.com/ |
✅ Deploy Preview for apollo-client-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
🦋 Changeset detectedLatest commit: 280c176 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
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 |
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.
Good point - thanks for the PR!
@phryneas I see
and I'm sure I should be able to run build locally, but I'm unable to do it even on fresh main branch checkout. I receive the following error after
I use Node.js 18.18.2 and npm 9.8.1. May you help me, please? |
Yeah, I'm sorry, that message is a bit misleading - please do Edit: I'm sorry, I just wanted to give you a quick response - I haven't seen the error you have here before. Are you sure all dependencies are installed in their most recent version? |
I just checked out code and run |
I mean, I'd do
and I've never seen the error you are seeing here :/ I honestly would like to just fix this up for you, but for some reason I cannot checkout your branch. Do you have the "maintainers are allowed to push onto the PR branch" enabled? |
This PR became stranger and stranger 😁 UPD.: Added you as collaborator, just in case |
Seems I was running into this problem - I've worked around it now :) |
This is a full build log LogE:\personal\apollo-client>npm install |
Ah, you're using Windows. That might be the reason - we don't get that a lot. apollo-client/config/processInvariants.ts Lines 198 to 202 in ba3e7d9
These lines are probably your problem, as on your OS those paths might look differently :/ Could you try to use a |
Checklist: