feat(lba-3126): SEO programmatique villes #8514
preview.yml
on: pull_request
tests
/
Tests
1m 28s
Add deploy comment
3s
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'.
|