-
Notifications
You must be signed in to change notification settings - Fork 287
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
Revisit caching withCart decorator mutation results #193
Comments
@mikemurray will you check to see if this should be a release blocker? |
@spencern This shouldn't be a release blocker as things are working now. If there is time before the release then an attempt may be made to make the necessary updates; otherwise, this can wait until after the release. |
@mikemurray how important is this issue to resolve? |
@mikemurray updating the local cache as seen in the following link, works for me: https://github.com/reactioncommerce/reaction-next-starterkit/blob/develop/src/containers/cart/withCart.js#L78 |
@mikemurray @willopez can we close this issue? |
Issue
Revisit caching the result of the
createCart
andaddCartItems
in the@withCart
decorator. Apollo should be updating the cache after these mutations, but it currently isn't.Solution
The text was updated successfully, but these errors were encountered: