-
Notifications
You must be signed in to change notification settings - Fork 27.4k
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
Shallow routing using URL object. #9862
Comments
How did you ignore the issue template? Generally curious. Please follow the issue template. https://github.com/zeit/next.js/issues/new/choose https://github.com/zeit/next.js/issues/new?template=8.Question_about_next.md
|
It was early and I was in a rush. Sorry about that. |
Answer here: #16736 (comment) Except for URL object like so:
|
This issue has been automatically locked due to no recent activity. If you are running into a similar issue, please create a new issue with the steps to reproduce. Thank you. |
Is it possible to invoke shallow routing when using with-url-object?
I've tried using:
Which always invokes
getInitalProps
If I use:
Shallow routing works.
The text was updated successfully, but these errors were encountered: