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.
Whenever I want to transition to a new flow state without caring about the current flow state, I don't want to write more code of the form:
Is your feature request related to a problem? Please describe.
Whenever I want to transition to a new flow state without caring about the current flow state, I don't want to write more code of the form:
Describe the solution you'd like
I'd like to see a more consise version of the form:
This isn't a big deal -- just seems like a natural function to have.
PS.
I know I can use
.update((_) => NewState())
to make it more concise, but I'd just pass in the state directly.The text was updated successfully, but these errors were encountered: