Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use
Partial
instead of RecursivePartial
for persisted state
The current state metadata takes an all-or-nothing approach to persisting each state property. There is no mechanism for omitting nested properties from the persisted state. As such, `Partial` is a better description of the return type than `RecursivePartial`.
- Loading branch information