You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Since retrieving distinct changes for a particular state property is a very common scenario, I'd suggest introducing a method that would do that for you.
Similar, it'd be great if there was a method for updating a particular property of the state:
Describe the solution you'd like
pseudo code:
observe value changes to a particular state prop:
Is your feature request related to a problem? Please describe.
Since retrieving distinct changes for a particular state property is a very common scenario, I'd suggest introducing a method that would do that for you.
Similar, it'd be great if there was a method for updating a particular property of the state:
Describe the solution you'd like
pseudo code:
observe value changes to a particular state prop:
update a particular state prop:
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: