mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
b02fff63d0
`<Container>` does not receive any property. There is no way the *scrollToHash* logic can work right now. I believe it's a regression. It was working fine at some point. I'm sorry, I'm too lazy to add a test.
This fix was tested on Material-UI 👌.
This bug reproduction is the following:
As soon as you want to transition to a new page with a hash. The scroll doesn't change.
- start on pageA
- you scrollTop to 100
- you move to pageB#hash
- you stay at scrollTop 100, but #hash is at scrollTop 400.
|
||
---|---|---|
.. | ||
about.js | ||
as-path-using-router.js | ||
as-path.js | ||
hash-changes.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 |