fix: canonical urls ref is rendered on all pages #257
Triggered via pull request
September 24, 2024 21:45
Status
Failure
Total duration
1m 58s
Artifacts
–
Annotations
10 errors
run
Conversion of type 'import("/app/packages/fdr-sdk/dist/client/generated/api/resources/navigation/resources/v1/types/ChangelogNode").ChangelogNode' to type 'import("/app/packages/fdr-sdk/dist/client/generated/api/resources/navigation/resources/latest/types/ChangelogNode").ChangelogNode' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
|
run
Conversion of type 'import("/app/packages/fdr-sdk/dist/client/generated/api/resources/navigation/resources/v1/types/ApiReferenceNode").ApiReferenceNode' to type 'import("/app/packages/fdr-sdk/dist/client/generated/api/resources/navigation/resources/latest/types/ApiReferenceNode").ApiReferenceNode' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
|
run
Conversion of type 'import("/app/packages/fdr-sdk/dist/client/generated/api/resources/navigation/resources/v1/types/ApiReferenceNode").ApiReferenceNode' to type 'import("/app/packages/fdr-sdk/dist/client/generated/api/resources/navigation/resources/latest/types/ApiReferenceNode").ApiReferenceNode' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
|
run
Type 'import("/app/packages/fdr-sdk/dist/client/generated/api/resources/navigation/resources/latest/types/Slug").Slug' is not assignable to type 'import("/app/packages/fdr-sdk/dist/client/generated/api/resources/navigation/resources/v1/types/Slug").Slug'.
|
run
Property 'traverseNavigation' does not exist on type 'typeof import("/app/packages/fdr-sdk/dist/navigation/utils/index")'.
|
run
Parameter 'node' implicitly has an 'any' type.
|
run
Parameter '_index' implicitly has an 'any' type.
|
run
Parameter 'parents' implicitly has an 'any' type.
|
run
Argument of type '{ type: "endpoint-v3"; objectID: string; title: string; content: string; breadcrumbs: string[]; slug: FdrAPI.navigation.latest.Slug; version: { id: APIV1Db.VersionId; slug: FdrAPI.navigation.latest.Slug; } | undefined; indexSegmentId: Algolia.IndexSegmentId; method: APIV1Db.HttpMethod; endpointPath: APIV1Read.Endpoi...' is not assignable to parameter of type 'AlgoliaSearchRecord'.
|
run
Argument of type '{ type: "websocket-v3"; objectID: string; title: string; content: string; breadcrumbs: string[]; slug: FdrAPI.navigation.latest.Slug; version: { id: APIV1Db.VersionId; slug: FdrAPI.navigation.latest.Slug; } | undefined; indexSegmentId: Algolia.IndexSegmentId; endpointPath: APIV1Read.EndpointPathPart[]; }' is not assignable to parameter of type 'AlgoliaSearchRecord'.
|