Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
PH4NTOMiki committed Feb 10, 2022
1 parent 4fb8082 commit 049a627
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/kit/src/runtime/client/renderer.js
Original file line number Diff line number Diff line change
Expand Up @@ -743,9 +743,7 @@ export class Renderer {
!previous ||
module !== previous.module ||
(changed.url && previous.uses.url) ||
(has_shadow &&
i === a.length - 1 &&
`${this.current.url.pathname}${this.current.url.search}` !== key) ||
(has_shadow && i === a.length - 1 && changed.url) ||
changed.params.some((param) => previous.uses.params.has(param)) ||
(changed.session && previous.uses.session) ||
Array.from(previous.uses.dependencies).some((dep) => this.invalid.has(dep)) ||
Expand Down

0 comments on commit 049a627

Please sign in to comment.