From 124ef7d0f6508ecf6a4ba57f2629abc8ed3a52bb Mon Sep 17 00:00:00 2001 From: Kingkor Roy Tirtho Date: Thu, 19 Oct 2023 10:21:38 +0600 Subject: [PATCH] docs: fix typo --- docs/docs/migrations/V1Migration.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/migrations/V1Migration.mdx b/docs/docs/migrations/V1Migration.mdx index d8ed714..e48f3ba 100644 --- a/docs/docs/migrations/V1Migration.mdx +++ b/docs/docs/migrations/V1Migration.mdx @@ -48,7 +48,7 @@ Fl-Query V1 comes with lot of breaking changes in the API. It is not possible to - `refetchQueries` => `refreshQueries` - `refetchInfiniteQuery` => `refreshInfiniteQuery` - `refetchInfiniteQueries` => `refreshInfiniteQueries` -- `QueryBowlProvider` was renamed to `QueryClientProvider`` +- `QueryBowlProvider` was renamed to `QueryClientProvider` - `Query.refetch` was renamed to `Query.refresh` - `InfiniteQuery.refetchPages` has been replaced with `InfiniteQuery.refresh` and `InfiniteQuery.refreshAll`