Skip to content

Commit 50b7138

Browse files
committed
fix: ts<5.6 compatibility
1 parent 91c4394 commit 50b7138

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/router-core/src/router.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -545,6 +545,7 @@ type NavigationEventInfo = {
545545
}
546546

547547
export type ViewTransitionEventInfo = {
548+
// @ts-ignore -- ViewTransition support since ts 5.6
548549
transition: ViewTransition
549550
}
550551

0 commit comments

Comments
 (0)