rsnext/test/integration/basic/pages/nav
Olivier Tassinari b02fff63d0 Fix broken hash scroll logic (#4766)
`<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.
2018-08-11 13:04:16 -07:00
..
about.js Make sure lastAppProps always have some value. (#829) 2017-01-20 11:33:46 -08:00
as-path-using-router.js Introduce "asPath" into router and getInitialProps (#1857) 2017-05-03 09:40:09 -07:00
as-path.js Introduce "asPath" into router and getInitialProps (#1857) 2017-05-03 09:40:09 -07:00
hash-changes.js Make sure hashchanges get triggered (#4676) 2018-06-28 20:56:18 +02:00
index.js Fix broken hash scroll logic (#4766) 2018-08-11 13:04:16 -07:00
on-click.js Allow onClick on next/link component's child (#4474) 2018-05-27 20:47:02 +02:00
pass-href-prop.js fix: Forces Link to expose the href to the child using passHref property. (#2503) 2017-07-09 10:39:02 +05:30
querystring.js Add support for URL objects in Link and Router (#1345) 2017-03-12 09:27:51 +05:30
redirect.js Add test cases for getInitialProps based redirect logic. (#1578) 2017-03-31 11:35:45 -03:00
self-reload.js Reload the page if asked to change the current URL (#1159) 2017-02-15 19:27:41 +01:00
shallow-routing.js Run method sorting codemod (#4909) 2018-08-06 20:53:06 -07:00
url-prop-change.js Run rename-unsafe-lifecycles as preparation for React 17 (#4907) 2018-08-06 20:23:28 -07:00
with-hoc.js Add asPath on the server (#3149) 2017-10-22 12:00:31 -07:00