Skip to content

Commit 1618c6c

Browse files
committed
chore: fix build error
1 parent 9772a2e commit 1618c6c

File tree

1 file changed

+1
-1
lines changed
  • packages/router/src/navigation-api

1 file changed

+1
-1
lines changed

packages/router/src/navigation-api/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -739,7 +739,7 @@ export function createNavigationApiRouter(options: RouterApiOptions): Router {
739739
triggerError(failure, to, from)
740740
}
741741
} finally {
742-
pendingLocation = null
742+
pendingLocation = undefined
743743
}
744744
}
745745

0 commit comments

Comments
 (0)