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
But please be aware that it seems there was a bug in that alpha release that prevented upserts from actually happening. See the thread above where we discussed that - #2669 contains a fix and a CodeSandbox CI build of the package you can install and use.
I have an endpoint that doesn't need to fetch until a mutation occurs.
I'd like to implement optimistic update -
running
updateQueryData
once mutation starts, but has yet to be fulfilled..but seems like running
updateQueryData
on an uninitiated query is a no-op. everything works fine if I fetch first.is there a workaround? perhaps initiate it with empty state somehow?
The text was updated successfully, but these errors were encountered: