Skip to content

fix: relay-manager mobile layout #164

fix: relay-manager mobile layout

fix: relay-manager mobile layout #164

Triggered via pull request February 2, 2024 17:12
Status Success
Total duration 3m 37s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

ci.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
lint: src/components/Comments/hooks.ts#L53
Unexpected console statement
lint: src/components/Comments/hooks.ts#L70
React Hook useEffect has missing dependencies: 'commentList' and 'handleEvent'. Either include them or remove the dependency array
lint: src/components/Comments/hooks.ts#L109
React Hook useEffect has missing dependencies: 'handleEvent', 'myPublicKey', and 'unknownPks'. Either include them or remove the dependency array
lint: src/components/Comments/index.tsx#L75
React Hook useEffect has a missing dependency: 'buildThreadNodes'. Either include it or remove the dependency array
lint: src/components/CommitCalendar/index.tsx#L67
React Hook useEffect has missing dependencies: 'handleEvent', 'pk', and 'worker'. Either include them or remove the dependency array
lint: src/components/CopyText/CopyText.tsx#L55
Unexpected console statement
lint: src/components/HashTags/index.tsx#L44
React Hook useEffect has a missing dependency: 'callback'. Either include it or remove the dependency array. If 'callback' changes too often, find the parent component that defines it and wrap that definition in useCallback
lint: src/components/HashTags/index.tsx#L65
Unexpected console statement
lint: src/components/ImageUploader/index.tsx#L23
React Hook useEffect has missing dependencies: 'attachImgs' and 'onImgUrls'. Either include them or remove the dependency array. If 'onImgUrls' changes too often, find the parent component that defines it and wrap that definition in useCallback
lint: src/components/PostItems/PostArticleComment/index.tsx#L72
React Hook useEffect has a missing dependency: 'loadUserProfile'. Either include it or remove the dependency array