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 a884624 commit 1289e25Copy full SHA for 1289e25
src/app/components/FrontendTypes.ts
@@ -22,7 +22,7 @@ export interface PerfData {
22
23
interface BarStackProp {
24
snapshotId: string,
25
- route: string | URL,
+ route: string,
26
currentTab?: string,
27
}
28
src/app/components/StateRoute/PerformanceVisx/BarGraph.tsx
@@ -1,7 +1,6 @@
1
// @ts-nocheck
2
import React, { useEffect, useState } from 'react';
3
import { BarStack } from '@visx/shape';
4
-import { SeriesPoint } from '@visx/shape/lib/types';
5
import { Group } from '@visx/group';
6
import { Grid } from '@visx/grid';
7
import { AxisBottom, AxisLeft } from '@visx/axis';
0 commit comments