Open
Description
What problem is this solving
Modifying deeply nested properties in the state.
Proposed solution
// Object
...mapWritableState(useStore, {
myCity: 'form.address.city',
})
// Array ( outputs the latest key as the variable name, in this case city)
...mapWritableState(useStore, ['form.address.city'])
Metadata
Metadata
Assignees
Type
Projects
Status
💬 In discussion