Added rnrepo... #3028
Annotations
10 warnings
|
format
React Hook useEffect has missing dependencies: 'setInput', 'setQuotesAndText', and 'sharing'. Either include them or remove the dependency array
|
|
format:
app/containers/MessageActions/index.tsx#L396
Arrow function has a complexity of 32. Maximum allowed is 31
|
|
format
React Hook useEffect has a missing dependency: 'onEventReceived'. Either include it or remove the dependency array
|
|
format:
app/containers/List/ListItem.tsx#L155
React Hook useMemo has a missing dependency: 'accessibilityLabel'. Either include it or remove the dependency array
|
|
format:
app/containers/InAppNotification/index.tsx#L74
React Hook useEffect has a missing dependency: 'show'. Either include it or remove the dependency array
|
|
format:
app/containers/DotsLoader/index.tsx#L21
React Hook useEffect has a missing dependency: 'scale'. Either include it or remove the dependency array
|
|
format:
app/containers/Avatar/useAvatarETag.ts#L64
React Hook useEffect has missing dependencies: 'avatarETag', 'id', 'isDirect', 'rid', and 'username'. Either include them or remove the dependency array
|
|
format:
app/containers/AudioPlayer/index.tsx#L149
React Hook useEffect has a missing dependency: 'onPlaybackStatusUpdate'. Either include it or remove the dependency array
|
|
format:
app/containers/AudioPlayer/index.tsx#L126
React Hook useEffect has missing dependencies: 'msgId', 'onPlaybackStatusUpdate', 'playbackSpeed', and 'rid'. Either include them or remove the dependency array
|
|
format
React Hook useCallback has a missing dependency: 'colors.backdropOpacity'. Either include it or remove the dependency array
|