fix stupid stuff #12
Annotations
6 errors
src/screens/anime/components/episode-card.tsx#L40
Type '{ uri: string | null | undefined; }' is not assignable to type 'string | number | string[] | ImageSource | ImageSource[] | null | undefined'.
|
src/screens/anime/components/episode-details.tsx#L49
Type '{ uri: string | null | undefined; }' is not assignable to type 'string | number | string[] | ImageSource | ImageSource[] | null | undefined'.
|
src/screens/anime/details/screens/episode-screen/components/episode-layout-container.tsx#L32
Property 'children' is missing in type '{ onPress: () => void; key: string; episode: { number: string; id: string; title?: string | null | undefined; isFiller?: boolean | null | undefined; description?: string | null | undefined; thumbnail?: string | ... 1 more ... | undefined; extra?: Record<...> | ... 1 more ... | undefined; section?: string | ... 1 mor...' but required in type 'EpisodeDetailsProps'.
|
src/screens/anime/watch/components/servers-container.tsx#L22
Argument of type 'Record<string, any> | null | undefined' is not assignable to parameter of type 'Record<string, string> | undefined'.
|
src/ui/error-handler/error-fallback.tsx#L11
Type '{ label: string; onPress: any; }' is not assignable to type 'IntrinsicAttributes & ButtonProps'.
|
|
The logs for this run have expired and are no longer available.
Loading