Skip to content

Commit 359c8c6

Browse files
committed
chore: review
1 parent 24e26af commit 359c8c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/router/src/history/memory.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import {
2020
*/
2121
export function createMemoryHistory(base: string = ''): RouterHistory {
2222
let listeners: NavigationCallback[] = []
23-
let queue: [HistoryLocation, HistoryState][] = [[START, {}]]
23+
let queue: [url: HistoryLocation, state: HistoryState][] = [[START, {}]]
2424
let position: number = 0
2525
base = normalizeBase(base)
2626

0 commit comments

Comments
 (0)