-
-
Notifications
You must be signed in to change notification settings - Fork 237
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: Incorporate basePath
correctly in useRouter
functions
#906
fix: Incorporate basePath
correctly in useRouter
functions
#906
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@Oberwaditzer is attempting to deploy a commit to the next-intl Team on Vercel. A member of the Team first needs to authorize it. |
89b8705
to
e943940
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey, thanks for proposing this PR! Can you add a regression test that demonstrates the previously broken behavior?
e943940
to
0acee45
Compare
Hey @amannn, |
Thanks for adding the tests! I had another look and found a few things to clean up along the way: Oberwaditzer#1. Mind merging this into your branch? |
@amannn Done :) |
basePath
correctly in useRouter
functions
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you so much @Oberwaditzer! 🙌
@Oberwaditzer Oh no way, you're from Vorarlberg too? So cool, keep up the good work! 🙌 |
@amannn The world is small.. 😅 But very cool to see that someone from little Vorarlberg has created such a library! :) |
Fixes #905
Fixes #910