Skip to content

Commit

Permalink
do it correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
barnabasJ committed Jun 26, 2022
1 parent 31e40d1 commit 6f22ba7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/toolkit/src/configureStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,6 @@ export interface ConfigureStoreOptions<
/**
* An array of Redux middleware to install. If not supplied, defaults to
* the set of middleware returned by `getDefaultMiddleware()`.
*
* @example `middleware: (gDM) => gDM().concat(logger, apiMiddleware, yourCustomMiddleware)`
* @see https://redux-toolkit.js.org/api/getDefaultMiddleware#intended-usage
*/
middleware?: ((getDefaultMiddleware: CurriedGetDefaultMiddleware<S>) => M) | M

Expand Down

0 comments on commit 6f22ba7

Please sign in to comment.