Skip to content

Commit

Permalink
Update devtools.md (#2883)
Browse files Browse the repository at this point in the history
  • Loading branch information
atticoos authored Dec 6, 2024
1 parent 5a4d771 commit 19cb879
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/middlewares/devtools.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ This example shows you how you can use `Redux Devtools` to debug a store

```ts
import { create, StateCreator } from 'zustand'
import { devtools } from 'zustand/middleware'

type JungleStore = {
bears: number
Expand Down

0 comments on commit 19cb879

Please sign in to comment.