We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47e6de0 commit a884624Copy full SHA for a884624
src/app/components/FrontendTypes.ts
@@ -22,7 +22,7 @@ export interface PerfData {
22
23
interface BarStackProp {
24
snapshotId: string,
25
- route: string,
+ route: string | URL,
26
currentTab?: string,
27
}
28
0 commit comments