chore: remove old ingestion flow #58818
Annotations
4 errors and 10 warnings
frontend/src/scenes/appScenes.ts#L4
Property '[Scene.Ingestion]' is missing in type '{ 404: () => { default: SceneComponent; }; "4xx": () => { default: SceneComponent; }; ProjectUnavailable: () => { default: SceneComponent; }; Dashboards: () => Promise<...>; ... 65 more ...; Settings: () => Promise<...>; }' but required in type 'Record<Scene, () => any>'.
|
frontend/src/scenes/settings/project/AutocaptureSettings.tsx#L14
Property 'reportIngestionAutocaptureToggled' does not exist on type '{ reportPersonDetailViewed: (person: PersonType) => void; reportPersonsModalViewed: (params: any) => void; reportCohortCreatedFromPersonsModal: (filters: Partial<FilterType>) => void; ... 110 more ...; reportSubscribedDuringOnboarding: (productKey: string) => void; }'.
|
frontend/src/scenes/settings/project/AutocaptureSettings.tsx#L52
Property 'reportIngestionAutocaptureExceptionsToggled' does not exist on type '{ reportPersonDetailViewed: (person: PersonType) => void; reportPersonsModalViewed: (params: any) => void; reportCohortCreatedFromPersonsModal: (filters: Partial<FilterType>) => void; ... 110 more ...; reportSubscribedDuringOnboarding: (productKey: string) => void; }'.
|
|
frontend/src/layout/navigation-3000/components/Breadcrumbs.tsx#L38
style should be avoided in favor of utility CSS classes - see https://storybook.posthog.net/?path=/docs/lemon-ui-utilities--overview
|
frontend/src/layout/navigation/TopBar/TopBar.tsx#L90
<LemonButtonWithDropdown> is forbidden, use <LemonMenu> with a <LemonButton> child instead
|
frontend/src/lib/components/Cards/InsightCard/InsightMeta.tsx#L136
<LemonButtonWithDropdown> is forbidden, use <LemonMenu> with a <LemonButton> child instead
|
frontend/src/lib/components/Cards/InsightCard/InsightMeta.tsx#L168
<LemonButtonWithDropdown> is forbidden, use <LemonMenu> with a <LemonButton> child instead
|
frontend/src/lib/components/DateFilter/DateFilter.tsx#L150
<LemonButtonWithDropdown> is forbidden, use <LemonMenu> with a <LemonButton> child instead
|
frontend/src/lib/components/DateFilter/RollingDateRangeFilter.tsx#L64
<Input> is forbidden, use <LemonInput> instead
|
frontend/src/lib/components/DefinitionPopover/DefinitionPopover.tsx#L191
<Divider> is forbidden, use <LemonDivider> instead
|
frontend/src/lib/components/DefinitionPopover/DefinitionPopover.tsx#L255
<Select> is forbidden, use <LemonSelect> instead
|
frontend/src/lib/components/ExportButton/ExportButton.tsx#L20
<LemonButtonWithDropdown> is forbidden, use <LemonMenu> with a <LemonButton> child instead
|
frontend/src/lib/components/ObjectTags/ObjectTags.tsx#L91
<Tag> is forbidden, use <LemonTag> instead
|
The logs for this run have expired and are no longer available.
Loading