Skip to content

Commit 10135f1

Browse files
committed
forget to rename action in resolve hook
1 parent 9cb3c91 commit 10135f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export const hookRedux = ({ dispatch }) => ({
4242
dispatch(startTransition({ path, location, isTransition: true }));
4343
},
4444
resolve: ({ route, status, params, redirect }) => {
45-
dispatch(endTransition({ route, status, params, redirect }));
45+
dispatch(resolved({ route, status, params, redirect }));
4646
},
4747
render: () => {
4848
dispatch(endTransition({ isTransition: false }));

0 commit comments

Comments
 (0)