feat: block-users impl #33
Annotations
4 errors and 11 warnings
build:
app/(app)/settings/block-users.tsx#L59
Argument of type '"CANCEL_BLOCK"' is not assignable to parameter of type '"error" | "blockUsers" | "common" | "loginInfo" | "post" | "settings" | "signIn" | "error.default" | "blockUsers.title" | "blockUsers.cancelBlock" | "blockUsers.cancelBlockDesc" | ... 70 more ... | "signIn.privacyPolicy"'.
|
build:
app/(app)/settings/block-users.tsx#L71
Variable 'blockUsers' implicitly has type 'any[]' in some locations where its type cannot be determined.
|
build:
app/(app)/settings/block-users.tsx#L97
Variable 'blockUsers' implicitly has an 'any[]' type.
|
build
Process completed with exit code 2.
|
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build:
app/(app)/(tabs)/profile.tsx#L1
'useCallback' is defined but never used
|
build:
app/(app)/(tabs)/profile.tsx#L5
'useRecoilValue' is defined but never used
|
build:
app/(app)/(tabs)/profile.tsx#L7
'authRecoilState' is defined but never used
|
build:
app/(app)/(tabs)/profile.tsx#L9
'supabase' is defined but never used
|
build:
app/(app)/(tabs)/profile.tsx#L12
'loading' is assigned a value but never used
|
build:
app/(app)/(tabs)/profile.tsx#L12
'setLoading' is assigned a value but never used
|
build:
app/(app)/settings/block-users.tsx#L1
'Suspense' is defined but never used
|
build:
app/(app)/settings/block-users.tsx#L2
'View' is defined but never used
|
build:
app/(app)/settings/block-users.tsx#L7
'Stack' is defined but never used
|
build:
app/(app)/settings/block-users.tsx#L68
Unexpected empty object pattern
|