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
- As generic parameter, it requires store state type in order to match given reducers and the state.
152
148
- Any number of middleware, enhancer or reducer can be used to build the state.
153
-
-`mapStoreToProps` ispublicmethod thatis exposed from store object. This method can be used to map store object to props which are consumed from connected components. Return type is`MapStateToPropsParam` which is compatible with [connect](https://react-redux.js.org/api/connect).
149
+
-`mapStoreToProps` isa dummymethod thatreturns passed parameter again. This method can be used to map store object to props which are consumed from connected components. Return type is`MapStateToPropsParam` which is compatible with [connect](https://react-redux.js.org/api/connect).