We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8bef6a commit aa92accCopy full SHA for aa92acc
docs/framework/react/devtools.md
@@ -98,7 +98,7 @@ Embedded mode will show the development tools as a fixed element in your applica
98
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!
99
100
```tsx
101
-import { ReactQueryDevtools } from '@tanstack/react-query-devtools'
+import { ReactQueryDevtoolsPanel } from '@tanstack/react-query-devtools'
102
103
function App() {
104
const [isOpen, setIsOpen] = React.useState(false)
0 commit comments