diff --git a/lib/routing.js b/lib/routing.js index c0b3932..84b5dfb 100644 --- a/lib/routing.js +++ b/lib/routing.js @@ -185,6 +185,6 @@ export const updateRouteState = (router, state) => { pathname: router.pathname, query: mappedState, }, - { shallow: true } + { shallow: true, scroll: false } ) }