Skip to content

refactor: new data flow structure for entry #32

refactor: new data flow structure for entry

refactor: new data flow structure for entry #32

Triggered via pull request May 30, 2024 11:36
Status Failure
Total duration 37s
Artifacts

lint.yml

on: pull_request
Matrix: Lint and Typecheck
Fit to window
Zoom out
Zoom in

Annotations

3 errors
Lint and Typecheck (18.x): src/renderer/src/components/entry-column/index.tsx#L125
Type '{ entry: { entries: { description: string | null; title: string | null; id: string; url: string | null; guid: string; author: string | null; changedAt: string; publishedAt: string; images: string[] | null; categories: string[] | null; }; collections: { ...; }; feeds: { ...; }; read: boolean | null; }; entryId: strin...' is not assignable to type 'IntrinsicAttributes & UniversalItemProps'.
Lint and Typecheck (18.x): src/renderer/src/pages/(external)/feed/index.tsx#L69
Type '{ entry: { entries: { description: string | null; title: string | null; id: string; url: string | null; guid: string; author: string | null; changedAt: string; publishedAt: string; images: string[] | null; categories: string[] | null; }; collections: { ...; }; feeds: { ...; }; read: boolean | null; }; }' is not assignable to type 'IntrinsicAttributes & UniversalItemProps'.
Lint and Typecheck (18.x)
Process completed with exit code 2.