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 9e23e7a commit 1af25c6Copy full SHA for 1af25c6
examples/offline/src/App.js
@@ -5,7 +5,7 @@ import {
5
QueryClient,
6
MutationCache,
7
onlineManager,
8
- useisRestoring,
+ useIsRestoring,
9
} from "react-query";
10
import { ReactQueryDevtools } from "react-query/devtools";
11
import toast, { Toaster } from "react-hot-toast";
@@ -76,7 +76,7 @@ export default function App() {
76
}
77
78
function Movies() {
79
- const isRestoring = isRestoring();
+ const isRestoring = useIsRestoring();
80
return (
81
<Router
82
location={location}
0 commit comments