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 498e47a commit db956e9Copy full SHA for db956e9
src/index.ts
@@ -46,7 +46,7 @@ export const hookRedux = ({ dispatch, server }) => ({
46
},
47
error: ({ error: err, ctx }) => {
48
const plainCtx = ctx.toObject();
49
- dispatch(error({ err, isTransition: false, ctx: plainCtx }));
+ dispatch(error({ error: err, ctx: plainCtx }));
50
51
cancel: () => {
52
console.warn('router cancel transition');
0 commit comments