Describe the bug
fetchMore is not working when background refresh is going on in case of infinite query.
To Reproduce
Steps to reproduce the behaviour:
- Go to https://codesandbox.io/s/vigorous-tharp-gotnu?file=/pages/index.js
- When there's background refresh is going on, click on the Load More button
- You can see that next page wont be fetched.
Expected behaviour
Next page should be loaded irrespective of background refresh is going on or not.
Please let me know If I have done anything wrong