mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-10 17:16:06 +08:00
Merge pull request #19411 from mDibyo/dibyo/fix-redux-batched-subscribe-tests
Fix redux-batched-subscribe test
This commit is contained in:
@@ -25,6 +25,5 @@ const asyncNotify: BatchFunction = (() => {
|
||||
|
||||
const store: Store<State> = createStore(
|
||||
rootReducer,
|
||||
undefined,
|
||||
batchedSubscribe(asyncNotify)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user