chore(experiments): clean up after hogql migration #104262
ci-frontend.yml
on: pull_request
Determine need to run frontend checks
10s
Code quality checks
6m 49s
Matrix: jest
Annotations
10 errors
Code quality checks:
frontend/src/scenes/experiments/ExperimentView/SecondaryMetricsTable.tsx#L160
Argument of type 'CachedExperimentTrendsQueryResponse | CachedExperimentFunnelsQueryResponse | SecondaryMetricResults | null' is not assignable to parameter of type 'Partial<_TrendsExperimentResults | _FunnelExperimentResults> | null'.
|
Code quality checks:
frontend/src/scenes/experiments/ExperimentView/SecondaryMetricsTable.tsx#L215
Argument of type 'CachedExperimentTrendsQueryResponse | CachedExperimentFunnelsQueryResponse | SecondaryMetricResults | null' is not assignable to parameter of type 'Partial<_TrendsExperimentResults | _FunnelExperimentResults> | null'.
|
Code quality checks:
frontend/src/scenes/experiments/ExperimentView/SummaryTable.tsx#L166
Argument of type 'CachedExperimentTrendsQueryResponse | CachedExperimentFunnelsQueryResponse | _TrendsExperimentResults | _FunnelExperimentResults' is not assignable to parameter of type 'Partial<_TrendsExperimentResults | _FunnelExperimentResults> | null'.
|
Code quality checks:
frontend/src/scenes/experiments/ExperimentView/SummaryTable.tsx#L240
Argument of type 'CachedExperimentTrendsQueryResponse | CachedExperimentFunnelsQueryResponse | _TrendsExperimentResults | _FunnelExperimentResults' is not assignable to parameter of type 'Partial<_TrendsExperimentResults | _FunnelExperimentResults> | null'.
|
Code quality checks:
frontend/src/scenes/experiments/ExperimentView/components.tsx#L445
Expected 0 arguments, but got 1.
|
Code quality checks:
frontend/src/scenes/experiments/Metrics/SecondaryGoalFunnels.tsx#L99
Cannot find name 'featureFlags'.
|
Code quality checks:
frontend/src/scenes/experiments/Metrics/SecondaryGoalFunnels.tsx#L99
Cannot find name 'FEATURE_FLAGS'.
|
Code quality checks:
frontend/src/scenes/experiments/Metrics/SecondaryGoalFunnels.tsx#L127
Cannot find name 'featureFlags'.
|
Code quality checks:
frontend/src/scenes/experiments/Metrics/SecondaryGoalFunnels.tsx#L127
Cannot find name 'FEATURE_FLAGS'.
|
Code quality checks:
frontend/src/scenes/experiments/Metrics/SecondaryGoalFunnels.tsx#L153
Cannot find name 'featureFlags'.
|