Skip to content

Commit

Permalink
fix: allow matchRoute fuzzy option
Browse files Browse the repository at this point in the history
Fixes #374
  • Loading branch information
tannerlinsley committed Dec 7, 2022
1 parent 56ca73f commit 9c91b9d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/router-core/src/router.ts
Original file line number Diff line number Diff line change
Expand Up @@ -246,8 +246,9 @@ export interface MatchLocation {
}

export interface MatchRouteOptions {
pending: boolean
pending?: boolean
caseSensitive?: boolean
fuzzy?: boolean
}

type LinkCurrentTargetElement = {
Expand Down

0 comments on commit 9c91b9d

Please sign in to comment.