Partial Setter for a Store
Is there a way to get a setter function for a nested object inside a store?
This is a minimal example of the problem I like to solve. The getter proxy works, but I can't figure out how to get a
SetStoreFunction
or something else (the props the PersonForm can be changed if needed) that modifies a field inside the store.
2 Replies