mirror of
https://github.com/pmndrs/zustand.git
synced 2025-12-08 19:45:52 +00:00
Update redux.md (#3176)
This commit is contained in:
parent
56909808fa
commit
4ad3977b38
@ -70,7 +70,7 @@ type PersonStoreAction =
|
||||
| { type: 'person/setLastName'; lastName: string }
|
||||
| { type: 'person/setEmail'; email: string }
|
||||
|
||||
type PersonStore = PersonStoreState & PersonStoreActions
|
||||
type PersonStore = PersonStoreState & PersonStoreAction
|
||||
|
||||
const personStoreReducer = (
|
||||
state: PersonStoreState,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user