-
Notifications
You must be signed in to change notification settings - Fork 786
Suggestion: Don't return last result, return actual cache data #858
Conversation
@alexzielenski: Thank you for submitting a pull request! Before we can merge it, you'll need to sign the Meteor Contributor Agreement here: https://contribute.meteor.com/ |
@alexzielenski this is a great change to be more inline with stock Apollo-client usage! Thank you! Would you be able to write a test so we can verify this is happening? If you have any questions, I'm happy to help! |
Generated by 🚫 dangerJS |
@jbaxleyiii No thanks. I identified this as an issue almost a month ago and was brushed off (I suggested this exact fix in my first post but I guess no one really read it) I just got tired seeing this bug in my project. This just seemed like the only way I could possibly express what's wrong with the current implementation to you guys since you were closing my issue. I don't intend to fix any errors or set up a build environment for this. This is it. |
@alexzielenski I'm sorry to hear that you have a bad experience suggesting improvements to Apollo. The past month has seen some changes to our team and honestly, we have always been small and relied on community support. This entire library was developed by contributors so I really hate to see that you didn't have a positive experience. I'm happy to write a test case for this and get it into an upcoming release. If there is anything that I can do to improve your experience next time please don't hesitate to let me know. All the best 👍 |
update 1 Nevermind. I think the issue is not related with this one, as it also loads cleared data |
This issue has been automatically labled because it has not had recent activity. If you have not received a response from anyone, please mention the repository maintainer (most likely @jbaxleyiii). It will be closed if no further activity occurs. Thank you for your contributions to React Apollo! |
would this pertain to #807 at all? these cases around logging in and seeing old users data is really concerning |
Hey, in my company have the same problem. This is very bad :( |
This issue has been automatically labled because it has not had recent activity. If you have not received a response from anyone, please mention the repository maintainer (most likely @jbaxleyiii). It will be closed if no further activity occurs. Thank you for your contributions to React Apollo! |
Why was this not merged? It looks like a good PR. @jbaxleyiii |
This is a quick code change suggestion from #801. It brings the code more in line with what the actual comment says is the writer's intent. We will simply re-run the same query on the store, with fresh options.