build(deps): bump @noble/hashes from 1.8.0 to 2.0.1 #7
+31
−16
Annotations
1 error and 7 warnings
|
Run linter
Process completed with exit code 1.
|
|
Run linter:
src/components/chat/MessageInput.tsx#L102
React Hook useEffect has a missing dependency: 'imagePreview'. Either include it or remove the dependency array
|
|
Run linter:
src/components/chat/MessageBubble.tsx#L609
React Hook useEffect has a complex expression in the dependency array. Extract it to a separate variable so it can be statically checked
|
|
Run linter:
src/components/chat/MessageBubble.tsx#L609
React Hook useEffect has a missing dependency: 'remaining'. Either include it or remove the dependency array
|
|
Run linter:
src/App.tsx#L61
React Hook useEffect has a missing dependency: 'subscribeToMessages'. Either include it or remove the dependency array
|
|
Run linter:
src/App.tsx#L53
React Hook useEffect has missing dependencies: 'initContacts' and 'initMessages'. Either include them or remove the dependency array
|
|
Run linter:
src/App.tsx#L45
React Hook useEffect has a missing dependency: 'initRelays'. Either include it or remove the dependency array
|
|
Run linter:
src/App.tsx#L36
React Hook useEffect has a missing dependency: 'initAuth'. Either include it or remove the dependency array
|
Loading