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, we call mutateUsers() or mutateOrgs() after submitting a form to refresh the data on the frontend. However, this is fetches all the data again and not just the data from the updated form.
useSwr has a whole bunch of settings and tunings for an optimistic UI and to fetch only the required data, but could not get it to work previously.
The text was updated successfully, but these errors were encountered:
Currently, we call
mutateUsers()
ormutateOrgs()
after submitting a form to refresh the data on the frontend. However, this is fetches all the data again and not just the data from the updated form.useSwr has a whole bunch of settings and tunings for an optimistic UI and to fetch only the required data, but could not get it to work previously.
The text was updated successfully, but these errors were encountered: