From f3970620276fa7bcf366928a6dc704c839ad0584 Mon Sep 17 00:00:00 2001 From: Rudzainy Rahman Date: Sun, 6 Sep 2020 18:05:07 +0800 Subject: [PATCH] Update devtools.md Separate the sentences based on contex --- docs/src/pages/docs/devtools.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/src/pages/docs/devtools.md b/docs/src/pages/docs/devtools.md index 0e55266dde..287a234566 100644 --- a/docs/src/pages/docs/devtools.md +++ b/docs/src/pages/docs/devtools.md @@ -18,6 +18,7 @@ $ yarn add react-query-devtools ``` Using React Native? Try [react-query-native-devtools](https://github.com/bgaleotti/react-query-native-devtools) instead. + Place the following code as high in your React app as you can. The closer it is to the root of the page, the better it will work! ```js