We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eab391b commit db54a82Copy full SHA for db54a82
1 file changed
src/sidebar/store/create-store.js
@@ -85,8 +85,7 @@ import { immutable } from '../util/immutable';
85
* Create a Redux reducer from a store module's reducer map.
86
*
87
* @template State
88
- * @param {Record<string, (s: State, a: redux.Action) => Partial<State>>} reducers -
89
- * Map of reducers from a store module.
+ * @param {ReducerMap<State>} reducers
90
*/
91
function createReducer(reducers) {
92
/** @param {redux.Action} action */
0 commit comments