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
In one example in the redux docs, higher order reducers are implemented with the help of a name property on the action to specialize the action to a given specific reducer.
In one example in the redux docs, higher order reducers are implemented with the help of a
name
property on the action to specialize the action to a given specific reducer.http://redux.js.org/docs/recipes/reducers/ReusingReducerLogic.html
How is this supposed to work for FSA, since the actions are not allowed to have a name property ?
The text was updated successfully, but these errors were encountered: