Skip to content
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

Previously canceled queries are not refetched, but fetching is true #280

Closed
dontobsu opened this issue Jun 8, 2019 · 2 comments · Fixed by #281
Closed

Previously canceled queries are not refetched, but fetching is true #280

dontobsu opened this issue Jun 8, 2019 · 2 comments · Fixed by #281
Labels
bug 🐛 Oh no! A bug or unintented behaviour.

Comments

@dontobsu
Copy link

dontobsu commented Jun 8, 2019

You can try it here https://codesandbox.io/s/tender-hodgkin-5xiqh by changing the input before the query finishes (for example 1 -> 2 -> 3 -> 2)

Version 1.1.0

@kitten kitten added the bug 🐛 Oh no! A bug or unintented behaviour. label Jun 8, 2019
@kitten
Copy link
Member

kitten commented Jun 8, 2019

Hiya 👋

Thank you for the CodeSandbox! Made it really easy to pin down what was going on ❤️ For future reference, you can add the debugExchange to get some idea of what operations are being sent and what results make it back.

I've got a fix open and it's pretty high priority so I'm hoping we can get it in soon!

@kitten
Copy link
Member

kitten commented Jun 8, 2019

We just published v1.1.1 and I verified that the above fix in #281 indeed fixes this 🚀 https://codesandbox.io/s/interesting-wu-tpmjn

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 Oh no! A bug or unintented behaviour.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants