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 9cb3c91 commit 10135f1Copy full SHA for 10135f1
src/index.ts
@@ -42,7 +42,7 @@ export const hookRedux = ({ dispatch }) => ({
42
dispatch(startTransition({ path, location, isTransition: true }));
43
},
44
resolve: ({ route, status, params, redirect }) => {
45
- dispatch(endTransition({ route, status, params, redirect }));
+ dispatch(resolved({ route, status, params, redirect }));
46
47
render: () => {
48
dispatch(endTransition({ isTransition: false }));
0 commit comments