We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dab85d commit 2e4721dCopy full SHA for 2e4721d
src/sidebar/store/create-store.js
@@ -95,8 +95,7 @@ import { immutable } from '../util/immutable';
95
* Create a Redux reducer from a store module's reducer map.
96
*
97
* @template State
98
- * @param {Record<string, (s: State, a: redux.Action) => Partial<State>>} reducers -
99
- * Map of reducers from a store module.
+ * @param {ReducerMap<State>} reducers
100
*/
101
function createReducer(reducers) {
102
/** @param {redux.Action} action */
0 commit comments