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.
The text was updated successfully, but these errors were encountered:
WonkySpecs
pushed a commit
to WonkySpecs/icat-admin
that referenced
this issue
Apr 30, 2024
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 usemutations
fromreact-query
in order to avoid incorrect data being cached locally.The text was updated successfully, but these errors were encountered: