Skip to content

Added three dot menu on posts #30

Added three dot menu on posts

Added three dot menu on posts #30

Triggered via push September 3, 2025 16:19
Status Failure
Total duration 42s
Artifacts

main.yml

on: push
check-skip
4s
check-skip
build-and-deploy
0s
build-and-deploy
Fit to window
Zoom out
Zoom in

Annotations

3 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: app/(tabs)/profile/[user_id].tsx#L59
Parameter 'UID' implicitly has an 'any' type.