Skip to content

feat(lba-3126): SEO programmatique villes #8514

feat(lba-3126): SEO programmatique villes

feat(lba-3126): SEO programmatique villes #8514

Triggered via pull request October 31, 2025 17:28
Status Failure
Total duration 1m 38s
Artifacts

preview.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors
tests / Tests
Process completed with exit code 2.
tests / Tests: ui/app/(editorial)/ville/[ville]/page.tsx#L439
Argument of type '(loisir: { type: string; label: string; }) => JSX.Element' is not assignable to parameter of type '(value: JsonifyObject<{ type?: string; label?: string; }>, index: number, array: JsonifyObject<{ type?: string; label?: string; }>[]) => Element'.
tests / Tests: ui/app/(editorial)/ville/[ville]/page.tsx#L380
Argument of type '(appartement: { type: string; price_range: string; }) => JSX.Element' is not assignable to parameter of type '(value: JsonifyObject<{ type?: string; price_range?: string; }>, index: number, array: JsonifyObject<{ type?: string; price_range?: string; }>[]) => Element'.
tests / Tests: ui/app/(editorial)/ville/[ville]/page.tsx#L321
Argument of type '(transport: { type: string; label: string; }) => JSX.Element' is not assignable to parameter of type '(value: JsonifyObject<{ type?: string; label?: string; }>, index: number, array: JsonifyObject<{ type?: string; label?: string; }>[]) => Element'.
tests / Tests: ui/app/(editorial)/ville/[ville]/page.tsx#L199
Argument of type '(activite: { naf_label: string; rome_codes: string[]; }) => JSX.Element' is not assignable to parameter of type '(value: JsonifyObject<{ naf_label?: string; rome_codes?: string[]; }>, index: number, array: JsonifyObject<{ naf_label?: string; rome_codes?: string[]; }>[]) => Element'.