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`