Skip to content

Commit

Permalink
fix type error
Browse files Browse the repository at this point in the history
  • Loading branch information
schiller-manuel committed Dec 17, 2024
1 parent f85edf2 commit 9bf39d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-router/src/link.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -778,7 +778,7 @@ export function useLinkProps<
startTransition,
viewTransition,
ignoreBlocker,
})
} as any)
}
}

Expand Down

0 comments on commit 9bf39d6

Please sign in to comment.