Keep error state when doing background refetch
Hi, currently the query behaves like so that when it's current state is error state it will trigger hard loading state on next network call and clear errors.
On the other hand when there is success the hard loading is not triggered.
Can I somehow achieve the same thing for errors?
On the other hand when there is success the hard loading is not triggered.
Can I somehow achieve the same thing for errors?