Update devtools.md (#2883)

This commit is contained in:
Atticus White 2024-12-06 00:53:22 -05:00 committed by GitHub
parent 5a4d771272
commit 19cb8797bd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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