Skip to content

Commit d8024b7

Browse files
committed
add CurriedGetDefaultMiddleware default
1 parent 67eef52 commit d8024b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/toolkit/src/getDefaultMiddleware.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ export type CurriedGetDefaultMiddleware<S = any> = <
4444
thunk: true
4545
immutableCheck: true
4646
serializableCheck: true
47+
actionCreatorCheck: true
4748
}
4849
>(
4950
options?: O

0 commit comments

Comments
 (0)