Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update devtools.md with note that mutations are not tracked #4810

Merged
merged 1 commit into from Jan 13, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/react/devtools.md
Expand Up @@ -9,6 +9,8 @@ When you begin your React Query journey, you'll want these devtools by your side

> Please note that for now, the devtools **do not support React Native**. If you would like to help us make the devtools platform agnostic, please let us know!

> Also note that you can use these devtools to observe queries, but **not mutations**

## Install and Import the Devtools

The devtools are a separate package that you need to install:
Expand Down