Skip to content

Close modal on path change

Sign in for the full log view
GitHub Actions / ESLint Results succeeded Oct 26, 2023 in 4s

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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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]