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
I started switching over all fetches to using react-query instead of hand coding it, but didn't complete the migration. In particular, editing also needs to use mutations from react-query in order to avoid incorrect data being cached locally.
I started switching over all fetches to using
react-queryinstead of hand coding it, but didn't complete the migration. In particular, editing also needs to usemutationsfromreact-queryin order to avoid incorrect data being cached locally.