Skip to content

Commit 892fc08

Browse files
authored
docs: update typescript.md
1 parent 34afdde commit 892fc08

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/src/pages/typescript.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ React Query is now written in **TypeScript** to make sure the library and your p
88
Things to keep in mind:
99

1010
- Types currently require using TypeScript v4.1 or greater
11-
- 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`)
1211
- 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!).
1312
- 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**
1413
- The non-type-related public API of React Query still follows semver very strictly.

0 commit comments

Comments
 (0)