1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00
next.js/lib/router
andy-viv 2b16d8b2ac added "hashChangeStart" and "hashChangeComplete" events (#4234)
This PR adds events for when there is a hash-only change in the URL. This is needed because `window.addEventListener('hashchange', ...)` does not work with next.js because it is using pushState.
2018-05-25 14:47:58 +02:00
..
index.js added "hashChangeStart" and "hashChangeComplete" events (#4234) 2018-05-25 14:47:58 +02:00
router.js added "hashChangeStart" and "hashChangeComplete" events (#4234) 2018-05-25 14:47:58 +02:00
with-router.js Fix typo in withRouter (#3723) 2018-02-07 13:39:23 +05:30