Skip to content

Bugfix/issue 435 (#437) #173

Bugfix/issue 435 (#437)

Bugfix/issue 435 (#437) #173

GitHub Actions / ESLint succeeded Jul 25, 2023 in 0s

4 warnings

ESLint found 4 warnings

Annotations

Check warning on line 9 in client/src/App.js

See this annotation in the file changed.

@github-actions github-actions / ESLint

client/src/App.js#L9

'Router' is defined but never used (no-unused-vars)

Check warning on line 22 in client/src/contexts/AuthContext/useProvideAuth.js

See this annotation in the file changed.

@github-actions github-actions / ESLint

client/src/contexts/AuthContext/useProvideAuth.js#L22

React Hook useEffect has a missing dependency: 'navigate'. Either include it or remove the dependency array (react-hooks/exhaustive-deps)

Check warning on line 10 in client/src/index.js

See this annotation in the file changed.

@github-actions github-actions / ESLint

client/src/index.js#L10

'Routes' is defined but never used (no-unused-vars)

Check warning on line 10 in client/src/index.js

See this annotation in the file changed.

@github-actions github-actions / ESLint

client/src/index.js#L10

'Route' is defined but never used (no-unused-vars)