Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(examples): fix import of createWebStoragePersister
Browse files Browse the repository at this point in the history
TkDodo committed Apr 3, 2022
1 parent 84d523f commit b9dd2fe
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions examples/basic-typescript/src/index.tsx
Original file line number Diff line number Diff line change
@@ -3,10 +3,8 @@ import * as React from "react";
import ReactDOM from "react-dom/client";
import axios from "axios";
import { useQuery, useQueryClient, QueryClient } from "react-query";
import {
PersistQueryClientProvider,
createWebStoragePersister,
} from "react-query/persistQueryClient";
import { PersistQueryClientProvider } from "react-query/persistQueryClient";
import { createWebStoragePersister } from "react-query/createWebStoragePersister";
import { ReactQueryDevtools } from "react-query/devtools";

const queryClient = new QueryClient({

0 comments on commit b9dd2fe

Please sign in to comment.