Skip to content

Merge pull request #711 from WatchItDev/app/feat/api_profile #107

Merge pull request #711 from WatchItDev/app/feat/api_profile

Merge pull request #711 from WatchItDev/app/feat/api_profile #107

Triggered via push May 6, 2025 13:55
Status Failure
Total duration 2m 25s
Artifacts

next.yml

on: push
Matrix: Continuous-Integration / ci
Create-Release  /  Semver Release
Create-Release / Semver Release
Deploy-Next  /  app
Deploy-Next / app
Fit to window
Zoom out
Zoom in

Annotations

12 errors and 10 warnings
Continuous-Integration / Static Analysis and Test | Node 20: src/graphql/generated/graphql.ts#L4
A record is preferred over an index signature
Continuous-Integration / Static Analysis and Test | Node 18
The operation was canceled.
Continuous-Integration / Static Analysis and Test | Node 18
The strategy configuration was canceled because "Continuous-Integration.ci._20" failed
Continuous-Integration / 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
Continuous-Integration / 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
Continuous-Integration / 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
Continuous-Integration / 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
Continuous-Integration / 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
Continuous-Integration / 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
Continuous-Integration / 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
Continuous-Integration / 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
Continuous-Integration / 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
Continuous-Integration / 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