Skip to content

feat(ui): ownership section (WIP) #468

feat(ui): ownership section (WIP)

feat(ui): ownership section (WIP) #468

Triggered via pull request March 17, 2025 23:19
Status Failure
Total duration 2m 19s
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/components/avatar/avatar.tsx#L11
Unexpected any. Specify a different type
Static Analysis and Test | Node 20: src/components/avatar/avatar.tsx#L10
Unexpected any. Specify a different type
Static Analysis and Test | Node 20: src/components/animate/motion-lazy.tsx#L5
Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free
Static Analysis and Test | Node 20: src/components/activate-subscription-profile-modal.tsx#L89
Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free
Static Analysis and Test | Node 20: src/components/__test__/modal.test.tsx#L46
Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free
Static Analysis and Test | Node 20: src/auth/context/web3Auth/authContext.tsx#L5
Unexpected any. Specify a different type
Static Analysis and Test | Node 20: src/App.tsx#L171
Unexpected empty arrow function
Static Analysis and Test | Node 20: src/App.tsx#L83
Unexpected any. Specify a different type
Static Analysis and Test | Node 20: src/App.tsx#L82
Unexpected any. Specify a different type
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/login-modal/profile-form-view.tsx#L130
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#L96
React Hook useCallback has missing dependencies: 'acceptOrCreateInvitationForUser' and 'dispatch'. Either include them or remove the dependency array
Static Analysis and Test | Node 20: src/components/login-modal/modal.tsx#L90
React Hook useEffect has missing dependencies: 'onClose' and 'w3'. 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/login-modal/modal.tsx#L60
React Hook useEffect has missing dependencies: 'dispatch' and 'w3'. Either include them or remove the dependency array
Static Analysis and Test | Node 20: src/components/follow-unfollow-button.tsx#L74
React Hook useEffect has missing dependencies: 'getProfile' and 'profileId'. Either include them or remove the dependency array
Static Analysis and Test | Node 20: src/components/follow-unfollow-button.tsx#L64
React Hook useEffect has missing dependencies: 'getProfile', 'profileId', and 'sessionData?.profile?.id'. 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/auth/context/web3Auth/authContext.tsx#L4
Fast refresh only works when a file only exports components. Move your React context(s) to a separate file
Static Analysis and Test | Node 20: src/App.tsx#L173
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#L165
React Hook useEffect has a missing dependency: 'watchEvent'. Either include it or remove the dependency array