refactor: apply publish event notice UI #168
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
|
The logs for this run have expired and are no longer available.
Loading