diff --git a/App.js b/App.js index ad89ca2..c9b1916 100644 --- a/App.js +++ b/App.js @@ -72,6 +72,11 @@ function App() { { + queryClient.resumePausedMutations().then(() => { + queryClient.invalidateQueries(); + }); + }} >