Skip to content

Commit 07d6aa9

Browse files
committed
docs: update migration guide
1 parent 4276b10 commit 07d6aa9

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

docs/react/guides/migrating-to-v5.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -439,6 +439,10 @@ You can adjust the `maxPages` value according to the UX and refetching performan
439439

440440
Note that the infinite list must be bi-directional, which requires both `getNextPageParam` and `getPreviousPageParam` to be defined.
441441

442+
### Typesafe way to create Query Options
443+
444+
See the [Typescript Docs](../typescript#typing-query-options) for more details.
445+
442446
### CreateStore
443447

444448
We are now exposing a way to customize how queries are stored internally. Per default, a `Map` is used but, with the new `createStore` function, you can now use any data structure you want.

0 commit comments

Comments
 (0)