You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Shallow routing allows you to change the URL without running `getInitialProps`. You'll receive the updated `pathname` and the `query` via the `url` prop of the same page that's loaded, without losing state.
425
425
426
-
You can do this by invoking the eith `Router.push` or `Router.replace` with `shallow: true` option. Here's an example:
426
+
You can do this by invoking either `Router.push` or `Router.replace` with the`shallow: true` option. Here's an example:
0 commit comments