feat: create experiment from a funnel #107715
Annotations
4 errors
Generate logic types and run typescript with strict:
frontend/src/scenes/experiments/experimentLogic.tsx#L1072
Type '({ fakeInsightId: string; kind: NodeKind.ExperimentFunnelsQuery; insight: Record<string, any>[][]; funnels_query?: FunnelsQuery | undefined; variants: ExperimentVariantFunnelsBaseStats[]; ... 5 more ...; stats_version?: number | undefined; } | { ...; } | null)[]' is not assignable to type '(CachedExperimentTrendsQueryResponse | CachedExperimentFunnelsQueryResponse | null)[]'.
|
Generate logic types and run typescript with strict:
frontend/src/scenes/experiments/experimentLogic.tsx#L1117
Type '({ fakeInsightId: string; kind: NodeKind.ExperimentFunnelsQuery; insight: Record<string, any>[][]; funnels_query?: FunnelsQuery | undefined; variants: ExperimentVariantFunnelsBaseStats[]; ... 5 more ...; stats_version?: number | undefined; } | { ...; } | null)[]' is not assignable to type '(CachedExperimentTrendsQueryResponse | CachedExperimentFunnelsQueryResponse | null)[]'.
|
Generate logic types and run typescript with strict:
frontend/src/scenes/insights/insightLogic.tsx#L321
Argument of type 'Node<Record<string, any>> | null | undefined' is not assignable to parameter of type 'Node<Record<string, any>>'.
|
Generate logic types and run typescript with strict
Process completed with exit code 1.
|
Loading