We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bcbc93 commit 7836017Copy full SHA for 7836017
components/Middleware/AppMiddleware.tsx
@@ -1,5 +1,5 @@
1
import { useQuery } from "@tanstack/react-query";
2
-import { clear } from "idb-keyval";
+// import { clear } from "idb-keyval";
3
import { useState } from "react";
4
import { useSetRecoilState } from "recoil";
5
import {
@@ -74,7 +74,7 @@ export default function AppMiddleware() {
74
75
const refetchTimeRecords = async () => {
76
await timeRecordsRefetch();
77
- clear();
+ // clear();
78
};
79
80
if (!isDefaultLoaded) return;
0 commit comments