Skip to content

Commit

Permalink
Merge pull request #2745 from VinceOPS/fix/export-type-thunk-middlewa…
Browse files Browse the repository at this point in the history
…re-from-redux-thunk
  • Loading branch information
markerikson authored Oct 6, 2022
2 parents 1cd4bb2 + 76dc1f1 commit 4f55c3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/toolkit/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export type {
ParametricSelector,
} from 'reselect'
export { createDraftSafeSelector } from './createDraftSafeSelector'
export type { ThunkAction, ThunkDispatch } from 'redux-thunk'
export type { ThunkAction, ThunkDispatch, ThunkMiddleware } from 'redux-thunk'

// We deliberately enable Immer's ES5 support, on the grounds that
// we assume RTK will be used with React Native and other Proxy-less
Expand Down

0 comments on commit 4f55c3a

Please sign in to comment.