Repeating #37
Annotations
8 errors
type-check:
app/(tabs)/healthTracker.tsx#L26
Type 'IconName' is not assignable to type '"text" | "search" | "repeat" | "link" | "at" | "body" | "code" | "map" | "menu" | "time" | "ellipse" | "filter" | "image" | "stop" | "push" | "scale" | "alert" | "checkbox" | "radio" | ... 1319 more ... | undefined'.
|
type-check:
app/(tabs)/index.tsx#L11
Property 'icon' is missing in type '{ id: string; title: string; done: true; }' but required in type 'Task'.
|
type-check:
app/(tabs)/index.tsx#L12
Property 'icon' is missing in type '{ id: string; title: string; done: true; }' but required in type 'Task'.
|
type-check:
app/(tabs)/index.tsx#L13
Property 'icon' is missing in type '{ id: string; title: string; done: true; }' but required in type 'Task'.
|
type-check:
app/(tabs)/mealTracker.tsx#L26
Type 'IconName' is not assignable to type '"text" | "search" | "repeat" | "link" | "at" | "body" | "code" | "map" | "menu" | "time" | "ellipse" | "filter" | "image" | "stop" | "push" | "scale" | "alert" | "checkbox" | "radio" | ... 1319 more ... | undefined'.
|
type-check:
components/TaskRendering.tsx#L4
Cannot find module '../../app/(tabs)/styles' or its corresponding type declarations.
|
type-check:
components/TaskRendering.tsx#L12
Type 'IconName' is not assignable to type '"text" | "search" | "repeat" | "link" | "at" | "body" | "code" | "map" | "menu" | "time" | "ellipse" | "filter" | "image" | "stop" | "push" | "scale" | "alert" | "checkbox" | "radio" | ... 1319 more ... | undefined'.
|
type-check
Process completed with exit code 2.
|