Skip to content

[fix] pressability of ellipsis buttons #116

[fix] pressability of ellipsis buttons

[fix] pressability of ellipsis buttons #116

Triggered via pull request November 7, 2023 00:22
Status Failure
Total duration 1m 21s
Artifacts

pullrequest.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 11 warnings
lint: src/components/Common/Button/FAB.tsx#L26
React Hook "useTheme" is called in function "fab" that is neither a React function component nor a custom React Hook function. React component names must start with an uppercase letter. React Hook names must start with the word "use"
lint: src/components/Common/Button/FAB.tsx#L28
React Hook "useSharedValue" is called in function "fab" that is neither a React function component nor a custom React Hook function. React component names must start with an uppercase letter. React Hook names must start with the word "use"
lint: src/components/Common/Button/FAB.tsx#L29
React Hook "useSharedValue" is called in function "fab" that is neither a React function component nor a custom React Hook function. React component names must start with an uppercase letter. React Hook names must start with the word "use"
lint: src/components/Common/Button/FAB.tsx#L31
React Hook "useImperativeHandle" is called in function "fab" that is neither a React function component nor a custom React Hook function. React component names must start with an uppercase letter. React Hook names must start with the word "use"
lint: src/components/Common/Button/FAB.tsx#L46
React Hook "useCallback" is called in function "fab" that is neither a React function component nor a custom React Hook function. React component names must start with an uppercase letter. React Hook names must start with the word "use"
lint: src/components/Common/Button/FAB.tsx#L52
React Hook "useCallback" is called in function "fab" that is neither a React function component nor a custom React Hook function. React component names must start with an uppercase letter. React Hook names must start with the word "use"
lint: src/components/Common/Button/FAB.tsx#L58
React Hook "useAnimatedStyle" is called in function "fab" that is neither a React function component nor a custom React Hook function. React component names must start with an uppercase letter. React Hook names must start with the word "use"
lint: src/components/Common/PostCard/PostLinkPreview.tsx#L59
React Hook "useCallback" is called conditionally. React Hooks must be called in the exact same order in every component render
lint: src/components/Inbox/components/InboxComment.tsx#L43
React Hook "useReplyPostId" is called conditionally. React Hooks must be called in the exact same order in every component render
lint: src/components/Inbox/components/InboxComment.tsx#L43
React Hook "useMentionPostId" is called conditionally. React Hooks must be called in the exact same order in every component render
lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
lint: App.tsx#L156
React Hook useMemo has a missing dependency: 'accent'. Either include it or remove the dependency array
lint: src/components/Comment/components/CommentChain.tsx#L31
React Hook useMemo has missing dependencies: 'commentInfo.path', 'commentInfo.postId', and 'navigation'. Either include them or remove the dependency array
lint: src/components/Comment/components/CommentChain.tsx#L45
React Hook useCallback has missing dependencies: 'commentInfo.path' and 'commentInfo.postId'. Either include them or remove the dependency array
lint: src/components/Comment/components/CommentReplyButton.tsx#L19
React Hook useCallback has missing dependencies: 'navigation' and 'postId'. Either include them or remove the dependency array
lint: src/components/Comment/components/CommentShowMoreButton.tsx#L17
React Hook useCallback has missing dependencies: 'commentInfo.commentId' and 'commentInfo.postId'. Either include them or remove the dependency array
lint: src/components/Comment/components/CommentUserLabel.tsx#L35
React Hook useCallback has missing dependencies: 'navigation' and 'userCommunity'. Either include them or remove the dependency array
lint: src/components/Comment/components/CommentVoteButton.tsx#L17
React Hook useMemo has an unnecessary dependency: 'itemId'. Either exclude it or remove the dependency array
lint: src/components/Comment/components/CommentVoteButton.tsx#L29
React Hook useMemo has an unnecessary dependency: 'itemId'. Either exclude it or remove the dependency array
lint: src/components/Comment/components/CommentVoteButton.tsx#L39
React Hook useMemo has an unnecessary dependency: 'itemId'. Either exclude it or remove the dependency array
lint: src/components/Comment/screens/CommentChainScreen.tsx#L37
React Hook useMemo has missing dependencies: 'commentInfo.parentId' and 'commentsInfo'. Either include them or remove the dependency array