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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user