From 2dd2ea6c87642170f6a464f6c23205f86d2d761e Mon Sep 17 00:00:00 2001 From: a Date: Fri, 31 May 2024 17:18:20 +0200 Subject: [PATCH] lll --- App.js | 1 + 1 file changed, 1 insertion(+) diff --git a/App.js b/App.js index 28de97e..5f8baac 100644 --- a/App.js +++ b/App.js @@ -67,6 +67,7 @@ queryClient.setMutationDefaults(["addTodo"], { function makeCall(page) { + console.log(queryClient.getMutationCache().getAll().length) return fetch(`http://10.0.2.2:8080/${page}`) .then(response => { return response;