Skip to content

Commit 7c54940

Browse files
committed
chore: don't provide info to runWithContext call
1 parent 04352df commit 7c54940

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/router/src/navigationGuards.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,7 @@ export function guardToPromiseFn(
185185
record && record.instances[name!],
186186
to,
187187
from,
188-
__DEV__ ? canOnlyBeCalledOnce(next, to, from) : next,
189-
info
188+
__DEV__ ? canOnlyBeCalledOnce(next, to, from) : next
190189
)
191190
)
192191

0 commit comments

Comments
 (0)