Skip to content

feat: added create post and connect dashboard #556

feat: added create post and connect dashboard

feat: added create post and connect dashboard #556

Triggered via pull request May 6, 2025 22:00
Status Failure
Total duration 2m 20s
Artifacts

ci.yml

on: pull_request
Matrix: ci
Fit to window
Zoom out
Zoom in

Annotations

12 errors and 10 warnings
Static Analysis and Test | Node 20: src/graphql/generated/graphql.ts#L7
A record is preferred over an index signature
Static Analysis and Test | Node 20: src/graphql/generated/graphql.ts#L7
A record is preferred over an index signature
Static Analysis and Test | Node 20: src/graphql/generated/graphql.ts#L4
A record is preferred over an index signature
Static Analysis and Test | Node 20: src/contexts/auth/authProvider.tsx#L51
Unexpected any. Specify a different type
Static Analysis and Test | Node 20: src/contexts/api/apiContext.tsx#L5
Unexpected any. Specify a different type
Static Analysis and Test | Node 20: src/components/report-profile-modal.tsx#L20
Unexpected empty async arrow function
Static Analysis and Test | Node 20: src/components/report-profile-modal.tsx#L20
'comments' is defined but never used
Static Analysis and Test | Node 20: src/components/report-profile-modal.tsx#L20
'reason' is defined but never used
Static Analysis and Test | Node 20: src/components/report-profile-modal.tsx#L17
'profile' is defined but never used
Static Analysis and Test | Node 20: src/components/report-profile-modal.tsx#L4
'UseDeferredTask' is defined but never used
Static Analysis and Test | Node 18
The operation was canceled.
Static Analysis and Test | Node 18
The strategy configuration was canceled because "ci._20" failed
Static Analysis and Test | Node 20: src/components/subscribe-profile-modal.tsx#L81
React Hook useEffect has a missing dependency: 'dispatch'. Either include it or remove the dependency array
Static Analysis and Test | Node 20: src/components/login-modal/profile-form-view.tsx#L186
React Hook useCallback has missing dependencies: 'createUser' and 'onSuccess'. Either include them or remove the dependency array. If 'onSuccess' changes too often, find the parent component that defines it and wrap that definition in useCallback
Static Analysis and Test | Node 20: src/components/login-modal/profile-form-view.tsx#L143
React Hook useCallback has missing dependencies: 'dispatch', 'onSuccess', and 'updateUser'. Either include them or remove the dependency array. If 'onSuccess' changes too often, find the parent component that defines it and wrap that definition in useCallback
Static Analysis and Test | Node 20: src/components/login-modal/profile-form-view.tsx#L75
React Hook useEffect has a missing dependency: 'error'. Either include it or remove the dependency array
Static Analysis and Test | Node 20: src/components/login-modal/modal.tsx#L56
React Hook useEffect has a missing dependency: 'onClose'. Either include it or remove the dependency array. If 'onClose' changes too often, find the parent component that defines it and wrap that definition in useCallback
Static Analysis and Test | Node 20: src/components/login-modal/modal.tsx#L47
React Hook useEffect has missing dependencies: 'login' and 'onClose'. Either include them or remove the dependency array. If 'onClose' changes too often, find the parent component that defines it and wrap that definition in useCallback
Static Analysis and Test | Node 20: src/components/follow-unfollow-button.tsx#L62
React Hook useEffect has missing dependencies: 'getIsFollowing', 'loadProfile', 'profileId', and 'session?.address'. Either include them or remove the dependency array
Static Analysis and Test | Node 20: src/components/editor/toolbar.tsx#L7
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
Static Analysis and Test | Node 20: src/App.tsx#L170
React Hook useEffect has missing dependencies: 'dispatch' and 'getNotifications'. Either include them or remove the dependency array
Static Analysis and Test | Node 20: src/App.tsx#L162
React Hook useEffect has a missing dependency: 'watchEvent'. Either include it or remove the dependency array