Skip to content

Commit

Permalink
fix(react-router): correct typings (#2284)
Browse files Browse the repository at this point in the history
  • Loading branch information
schiller-manuel committed Sep 7, 2024
1 parent f17b805 commit 21caad3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/react-router/src/router.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ export type InferRouterContext<TRouteTree extends AnyRoute> =
any,
any,
any,
any,
any
>
? TRouterContext
Expand Down

0 comments on commit 21caad3

Please sign in to comment.