PR #2696 #760
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
codeql
on: dynamic
Matrix: Analyze
Annotations
3 warnings
Analyze (javascript)
Failed to restore: Cache service responded with 403
|
react-hooks/exhaustive-deps:
src/components/tx-flow/index.tsx#L79
React Hook useEffect has a missing dependency: 'handleShowWarning'. Either include it or remove the dependency array.
* [SUGGESTION] Update the dependencies array to be: [txFlow, safeId, handleShowWarning]
|
react-hooks/exhaustive-deps:
src/components/tx-flow/index.tsx#L89
React Hook useEffect has a missing dependency: 'handleShowWarning'. Either include it or remove the dependency array.
* [SUGGESTION] Update the dependencies array to be: [txFlow, pathname, handleShowWarning]
|