Skip to content

Commit 7c4348c

Browse files
authored
Merge pull request #2757 from reduxjs/pr/fixup-batchActions-microtask
2 parents 659561a + 94d93d9 commit 7c4348c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/toolkit/src/query/core/buildMiddleware/batchActions.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ export const buildBatchedActionsHandler: InternalHandlerBuilder<boolean> = ({
3838
)
3939
)
4040
abortedQueryActionsQueue = []
41+
dispatchQueued = false
4142
})
4243
dispatchQueued = true
4344
}

0 commit comments

Comments
 (0)