mirror of
https://github.com/pmndrs/zustand.git
synced 2025-12-08 19:45:52 +00:00
Update devtools.md (#2883)
This commit is contained in:
parent
5a4d771272
commit
19cb8797bd
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user