docs: fix medusa-react guide + specify react-query version (#5918)

* docs: fix medusa-react guide by adding missing link

* fix link

* add v4.22 as the supported version of react-query
This commit is contained in:
Shahed Nasser
2023-12-18 16:01:24 +02:00
committed by GitHub
parent bd60efbe65
commit 8cb53da34e
6 changed files with 13 additions and 19 deletions
@@ -36,10 +36,10 @@ npm uninstall react-query
### Install Tanstack Query
Run the following command to install Tanstack Query:
Run the following command to install Tanstack Query v4.22:
```bash npm2yarn
npm install @tanstack/react-query
npm install @tanstack/react-query@4.22
```
### Update Imports