We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5610950 commit 9e6304dCopy full SHA for 9e6304d
packages/toolkit/src/query/core/buildMiddleware/batchActions.ts
@@ -69,7 +69,10 @@ export const buildBatchedActionsHandler: InternalHandlerBuilder<
69
return false
70
}
71
72
- return (action, mwApi) => {
+ return (
73
+ action,
74
+ mwApi
75
+ ): [actionShouldContinue: boolean, hasSubscription: boolean] => {
76
if (!previousSubscriptions) {
77
// Initialize it the first time this handler runs
78
previousSubscriptions = JSON.parse(
0 commit comments