storeFunctionspipeStateMutationspipeStateMutations CallablepipeStateMutations<State>(mutations: readonly StateMutation<State>[]): StateMutation<State>@deprecatedReturns a mutation which applies all provided mutations for a state. You can use this helper to apply multiple changes at the same time.Type parametersStateParametersmutations: readonly StateMutation<State>[]Returns StateMutation<State>
Returns a mutation which applies all provided mutations for a state.
You can use this helper to apply multiple changes at the same time.