docs: fix tanstack query version (#11162)

This commit is contained in:
Shahed Nasser
2025-01-27 09:48:03 +02:00
committed by GitHub
parent 9462f00f8d
commit b0a2699e01
6 changed files with 6 additions and 6 deletions
@@ -313,7 +313,7 @@ You can change the query to send a request to a custom API route as explained in
<Note type="warning">
Do not install Tanstack Query as that will cause unexpected errors in your development. If you prefer installing it for better auto-completion in your code editor, make sure to install `v5.64.2` as a development dependency.
Do not install Tanstack Query as that will cause unexpected errors in your development. If you prefer installing it for better auto-completion in your code editor, make sure to install `v^5.28.14` as a development dependency.
</Note>