Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
evadecker committed Sep 12, 2024
1 parent e03210c commit 55198db
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/routes/__root.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ function RootRoute() {
const router = useRouter();

return (
// TODO: Improve this API
// https://github.com/adobe/react-spectrum/issues/6587
<RouterProvider
navigate={(path, options) =>
router.navigate(
Expand Down

0 comments on commit 55198db

Please sign in to comment.