Skip to content

Commit

Permalink
fix(toolkit): export "ThunkMiddleware"
Browse files Browse the repository at this point in the history
  • Loading branch information
VinceOPS committed Oct 4, 2022
1 parent 7c3129c commit 76dc1f1
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 76dc1f1

Please sign in to comment.