Skip to content

Commit

Permalink
docs(devtools): fix typo (#8248)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArturAbdullin authored Nov 4, 2024
1 parent b8bef6a commit aa92acc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/framework/react/devtools.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ Embedded mode will show the development tools as a fixed element in your applica
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!

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

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

0 comments on commit aa92acc

Please sign in to comment.