mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
56ad5121a1
Currently, using `as` will cause the router to think the URL is not changing in the case where you're re-rendering the same page with a different route. This would most likely be an issue for custom servers which are using shallow routing. This should be an invisible change for non-custom-server users, since `as` is defaulted to `url` if not set. This should resolve #3065. |
||
---|---|---|
.. | ||
about.js | ||
as-path-pushstate.js | ||
as-path-using-router.js | ||
as-path.js | ||
hash-changes.js | ||
head-1.js | ||
head-2.js | ||
index.js | ||
on-click.js | ||
pass-href-prop.js | ||
querystring.js | ||
redirect.js | ||
self-reload.js | ||
shallow-routing.js | ||
url-prop-change.js | ||
with-hoc.js |