Migrated to expo-router #13
Annotations
1 error and 10 warnings
|
build-and-deploy
Process completed with exit code 1.
|
|
test:
src/components/containers/post.tsx#L186
Expected an assignment or function call and instead saw an expression
|
|
test:
src/components/containers/post.tsx#L69
React Hook useEffect has a missing dependency: 'checkIfUserLiked'. Either include it or remove the dependency array
|
|
test:
src/components/containers/post.tsx#L65
React Hook useEffect has a missing dependency: 'getOP'. Either include it or remove the dependency array
|
|
test:
app/comments/[post_id].tsx#L122
React Hook useEffect has a missing dependency: 'loadComments'. Either include it or remove the dependency array
|
|
test:
app/comments/[post_id].tsx#L54
React Hook React.useCallback has a missing dependency: 'loadComments'. Either include it or remove the dependency array
|
|
test:
app/(tabs)/profile/[user_id].tsx#L74
React Hook useEffect has a missing dependency: 'showPosts'. Either include it or remove the dependency array
|
|
test:
app/(tabs)/profile/[user_id].tsx#L42
React Hook React.useCallback has a missing dependency: 'showPosts'. Either include it or remove the dependency array
|
|
test:
app/(tabs)/profile/[user_id].tsx#L28
'setLikedPosts' is assigned a value but never used
|
|
test:
app/(tabs)/home/index.tsx#L99
React Hook useEffect has a missing dependency: 'loadPosts'. Either include it or remove the dependency array
|
|
test:
app/(tabs)/home/index.tsx#L42
React Hook React.useCallback has a missing dependency: 'loadPosts'. Either include it or remove the dependency array
|