- commit
- 2bf9e4c
- parent
- cd38fa9
- author
- Eric Bower
- date
- 2024-01-10 17:02:01 +0000 UTC
fix(store): loader mdw
1 files changed,
+1,
-1
+1,
-1
1@@ -64,7 +64,7 @@ export function* dispatchActions(ctx: { actions: AnyAction[] }, next: Next) {
2 /**
3 * This middleware will track the status of a middleware fn
4 */
5-export function* loader<
6+export function loader<
7 Ctx extends ThunkCtx = ThunkCtx,
8 M extends AnyState = AnyState,
9 >(