Skip to content

Commit

Permalink
docs: update typescript.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TkDodo authored May 24, 2022
1 parent 34afdde commit 892fc08
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/src/pages/typescript.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ React Query is now written in **TypeScript** to make sure the library and your p
Things to keep in mind:

- Types currently require using TypeScript v4.1 or greater
- for [useQueries](../reference/useQueries), TypeScript v4.1 or greater is required to get the correct return type for each individual query (below v4.1 will mean the type of each returned `data` property is left as `unknown`)
- Changes to types in this repository are considered **non-breaking** and are usually released as **patch** semver changes (otherwise every type enhancement would be a major version!).
- It is **highly recommended that you lock your react-query package version to a specific patch release and upgrade with the expectation that types may be fixed or upgraded between any release**
- The non-type-related public API of React Query still follows semver very strictly.
Expand Down

0 comments on commit 892fc08

Please sign in to comment.