feat: update to @rowanmanning/feed-parser with legacy mode #279
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
5 errors
|
test
Process completed with exit code 1.
|
|
test
Argument of type 'FeedItem' is not assignable to parameter of type 'Simplify<{ url: string | null; title: string | null; description: string | null; image: { url: string; title: string | null; description: string | null; width: number | null; height: number | null; } | null; ... 6 more ...; updated: Date | null; }>'.
|
|
test
Type '{ url: string; title: string | null; } | { url: undefined; title: undefined; }' is not assignable to type '{ url?: string | undefined; title?: string | undefined; }'.
|
|
test
Object is possibly 'undefined'.
|
|
test
Object is possibly 'undefined'.
|