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 482ff34 commit 23cd52aCopy full SHA for 23cd52a
src/router/hooks/useRouter.ts
@@ -39,7 +39,7 @@ export const useRouter = () => {
39
return navigate({ navigator, type: 'switchTab', ...options })
40
},
41
42
- navigateBack: (options: NavigateBackParams) => {
+ navigateBack: (options?: NavigateBackParams) => {
43
return navigate({ navigator, type: 'navigateBack', ...options })
44
}
45
0 commit comments