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
When using the recursive form of handleActions it only attaches the current path to the first option from combineActions. It needs instead to re-separate the combined actions and attach the path to each of them before re-joining them.