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
Maybe it is connected with code here /lib/src/cache/cache_proxy.dart, because if we change optimistic: _optimistic, to optimistic: false, it starts to work correctly (in this exact use-case).
I guess, there is more logic. I just pointed out what I've found.
Description
During diving into the code for #18, I found some problems with the cache update with optimisticResponse.
If we make the mutation with Optimistic Response
cache updates incorrectly.
Assumption where the bug is
Maybe it is connected with code here
/lib/src/cache/cache_proxy.dart
, because if we changeoptimistic: _optimistic,
tooptimistic: false,
it starts to work correctly (in this exact use-case).I guess, there is more logic. I just pointed out what I've found.
Screenshot
The text was updated successfully, but these errors were encountered: