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
Assuming the state between counter and step are on different branches, meaning e.g.
{
counter: {
counter: 1
},
step: {
step: 1
}
}
and so the increment/decrement methods do not have direct access to the "step" state. Propose various solutions, at the component, actions and state structure, to solve the problem of dependent states across state branches.
The text was updated successfully, but these errors were encountered:
Assuming the state between counter and step are on different branches, meaning e.g.
and so the increment/decrement methods do not have direct access to the "step" state. Propose various solutions, at the component, actions and state structure, to solve the problem of dependent states across state branches.
The text was updated successfully, but these errors were encountered: