Skip to content

Commit aa92acc

Browse files
authoredNov 4, 2024··
docs(devtools): fix typo (#8248)
1 parent b8bef6a commit aa92acc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎docs/framework/react/devtools.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Embedded mode will show the development tools as a fixed element in your applica
9898
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!
9999

100100
```tsx
101-
import { ReactQueryDevtools } from '@tanstack/react-query-devtools'
101+
import { ReactQueryDevtoolsPanel } from '@tanstack/react-query-devtools'
102102

103103
function App() {
104104
const [isOpen, setIsOpen] = React.useState(false)

0 commit comments

Comments
 (0)
Please sign in to comment.