docs: update tanstack query version (#11246)

This commit is contained in:
Shahed Nasser
2025-01-31 16:39:36 +02:00
committed by GitHub
parent d6480c4d0a
commit ff093a7735
6 changed files with 6 additions and 6 deletions

View File

@@ -149,7 +149,7 @@ In the widget, you use [Tanstack (React) Query](https://tanstack.com/query/lates
<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 `v^5.28.14` 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 `v5.64.2` as a development dependency.
</Note>