Skip to content

Commit

Permalink
Merge branch 'canary' into fix/multi-byte-streaming-ssr
Browse files Browse the repository at this point in the history
  • Loading branch information
shuding committed Mar 30, 2022
2 parents 6c7de5e + cae9506 commit 14a3369
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/next/client/next-dev.js
Expand Up @@ -87,7 +87,8 @@ initialize({ webpackHMR })
new URLSearchParams(location.search)
)
),
router.asPath
router.asPath,
{ scroll: false }
)
.finally(clearIndicator)
}
Expand Down

0 comments on commit 14a3369

Please sign in to comment.