feat(insights): add missing filter response for StickinessQueryRunner #93413
Annotations
7 errors and 1 warning
frontend/src/lib/components/Sparkline.tsx#L138
Property 'title' is missing in type '{ embedded: true; hideInspectActorsSection: true; showHeader: boolean; altTitle: string; seriesData: { id: number; dataIndex: number; datasetIndex: number; label: string | undefined; color: string; count: number; }[]; renderSeries: (value: ReactNode) => ReactNode; renderCount: (count: number) => string; }' but required in type 'InsightTooltipProps'.
|
frontend/src/scenes/insights/InsightTooltip/InsightTooltip.stories.tsx#L95
Property 'title' is missing in type '{ date: string; timezone: string; seriesData: any; renderCount: (value: number) => string; renderSeries: (value: ReactNode, datum: SeriesDatum) => Element; groupTypeLabel: string; }' but required in type 'InsightTooltipProps'.
|
frontend/src/scenes/insights/views/BoldNumber/BoldNumber.tsx#L52
Property 'title' is missing in type '{ renderCount: (value: number) => Element; seriesData: { dataIndex: number; datasetIndex: number; id: number; label: any; count: any; }[]; breakdownFilter: BreakdownFilter | null | undefined; ... 4 more ...; groupTypeLabel: string; }' but required in type 'InsightTooltipProps'.
|
frontend/src/scenes/insights/views/LineGraph/PieChart.tsx#L219
Property 'title' is missing in type '{ altTitle?: string | ((tooltipData: SeriesDatum[], formattedDate: string) => ReactNode) | undefined; altRightTitle?: string | ((tooltipData: SeriesDatum[], formattedDate: string) => ReactNode) | undefined; ... 9 more ...; groupTypeLabel: string; }' but required in type 'InsightTooltipProps'.
|
frontend/src/scenes/insights/views/WorldMap/WorldMap.tsx#L45
Property 'title' is missing in type '{ seriesData: { dataIndex: number; datasetIndex: number; id: number; breakdown_value: string; count: number; }[]; breakdownFilter: BreakdownFilter | null | undefined; renderSeries: (_: ReactNode, datum: SeriesDatum) => false | Element; ... 4 more ...; groupTypeLabel: string; }' but required in type 'InsightTooltipProps'.
|
frontend/src/scenes/pipeline/metrics/AppMetricsV2.tsx#L156
Property 'title' is missing in type '{ embedded: true; hideInspectActorsSection: true; altTitle: string; seriesData: { id: number; dataIndex: number; datasetIndex: number; label: string | undefined; color: string; count: number; }[]; renderSeries: (value: ReactNode) => ReactNode; renderCount: (count: number) => string; }' but required in type 'InsightTooltipProps'.
|
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
This job failed
Loading