docs: add a note about installing tanstack query as a dev dependency (#11123)
This commit is contained in:
@@ -311,6 +311,12 @@ You can change the query to send a request to a custom API route as explained in
|
||||
|
||||
</Note>
|
||||
|
||||
<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.
|
||||
|
||||
</Note>
|
||||
|
||||
`useQuery` returns an object containing `data`, which holds the response fields including the products and pagination fields.
|
||||
|
||||
Then, to display the table, replace the `TODO` with the following:
|
||||
|
||||
Reference in New Issue
Block a user