This check has been archived and is scheduled for deletion.
Learn more about checks retention
GitHub Actions / ESLint Results
succeeded
Oct 26, 2023 in 12s
Checks Complete
Type | Occurrences | Fixable |
---|---|---|
Errors | 0 | 0 |
Warnings | 2 | 0 |
Ignored | 0 | N/A |
Ignored Files:
Annotations
Check warning on line 79 in src/components/tx-flow/index.tsx
github-actions / ESLint Results
react-hooks/exhaustive-deps
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]
Check warning on line 89 in src/components/tx-flow/index.tsx
github-actions / ESLint Results
react-hooks/exhaustive-deps
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]
Loading