Skip to content

Commit

Permalink
update check
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk committed Nov 15, 2022
1 parent 210fc31 commit 076418d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/next/shared/lib/router/router.ts
Expand Up @@ -1218,7 +1218,7 @@ export default class Router implements BaseRouter {

// if a route transition is already in progress before
// the query updating is triggered ignore query updating
if (isQueryUpdating && (this.clc || !isSsr)) {
if (isQueryUpdating && this.clc) {
return false
}

Expand Down

0 comments on commit 076418d

Please sign in to comment.