You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 13, 2023. It is now read-only.
Intended outcome:
I expect onError to be called only once when a response is received.
Actual outcome:
I have a mutation (@client) which I call in onError, but the mutation seems to be triggering some process in which onError (with same error from the request call) is called again
How to reproduce the issue:
Here is the block of code I'm using. Note: if I don't call createNotification everything works as expected