From 67723337f3a0ea632ad823e9ba55562c01af2ee9 Mon Sep 17 00:00:00 2001 From: Joseph Markus Date: Fri, 13 Jan 2023 12:06:21 +0000 Subject: [PATCH] docs: Update devtools.md with note that mutations are not tracked (#4810) This can save others some time browsing around trying to get it to work --- docs/react/devtools.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/react/devtools.md b/docs/react/devtools.md index db6b2e0f7b..54984d7fa1 100644 --- a/docs/react/devtools.md +++ b/docs/react/devtools.md @@ -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: