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
Currently, when you have an optimistic update, you can define optimisticData to update data immediately.
Also you can pass rollbackData, so that data will be reverted accordingly in case of some error.
However, based on optimistic data structure and current data, actually it should be really possible to calculate rollbackData automatically, so you will not even need to thing about it!
The text was updated successfully, but these errors were encountered:
Currently, when you have an optimistic update, you can define
optimisticData
to update data immediately.Also you can pass
rollbackData
, so that data will be reverted accordingly in case of some error.However, based on optimistic data structure and current data, actually it should be really possible to calculate
rollbackData
automatically, so you will not even need to thing about it!The text was updated successfully, but these errors were encountered: