Added tracking feature and fixed like glitch #28
Annotations
4 errors
|
test
Process completed with exit code 2.
|
|
test:
src/components/inputs/radioBtn.tsx#L42
Argument of type '{ container: { width: "100%"; }; btn: { height: "auto"; marginVertical: number; marginHorizontal: number; borderRadius: number; paddingVertical: number; paddingHorizontal: number; transitionDuration: string; flexDirection: "row"; borderColor: string; borderWidth: number; }; btnTxt: { ...; }; }' is not assignable to parameter of type '{ container: { width: "100%"; }; btn: { height: "auto"; marginVertical: number; marginHorizontal: number; borderRadius: number; paddingVertical: number; paddingHorizontal: number; transitionDuration: string; flexDirection: "row"; borderColor: string; borderWidth: number; }; btnTxt: { ...; }; } & NamedStyles<...>'.
|
|
test:
src/components/containers/post.tsx#L105
Property 'likeCount' is missing in type '{ userId: string; postId: string; }' but required in type 'Prop'.
|
|
test:
app/(tabs)/profile/[user_id].tsx#L59
Parameter 'UID' implicitly has an 'any' type.
|