Matt Hooks

Results 1 comments of Matt Hooks
trafficstars

@baybara-pavel thanks for this example. We ended up changing the `push`/`replace` functions to: ```js router.push(`${router.pathname}${search}`, { search, pathname }, { shallow: true }); // and router.replace(`${router.pathname}${search}`, { search, pathname },...