Skip to content

test(frontend): Fix tests again #57

test(frontend): Fix tests again

test(frontend): Fix tests again #57

GitHub Actions / ESLint Report Analysis succeeded May 22, 2024 in 0s

ESLint Report Analysis

0 ESLint error(s) and 5 ESLint warning(s) found

Details

Annotations

Check warning on line 79 in src/components/ui/stepper.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

src/components/ui/stepper.tsx#L79

[react-hooks/exhaustive-deps] React Hook React.useMemo has a missing dependency: 'resetSteps'. Either include it or remove the dependency array.

Check warning on line 125 in src/sections/profiles/components/profile-form-dialog.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

src/sections/profiles/components/profile-form-dialog.tsx#L125

[react-hooks/exhaustive-deps] React Hook useEffect has missing dependencies: 'formData' and 'setFormData'. Either include them or remove the dependency array.

Check warning on line 216 in src/sections/profiles/components/profile-form-dialog.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

src/sections/profiles/components/profile-form-dialog.tsx#L216

[react-hooks/exhaustive-deps] React Hook useEffect has missing dependencies: 'formData' and 'setFormData'. Either include them or remove the dependency array.

Check warning on line 325 in src/sections/profiles/components/profile-form-dialog.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

src/sections/profiles/components/profile-form-dialog.tsx#L325

[react-hooks/exhaustive-deps] React Hook useEffect has missing dependencies: 'formData' and 'setFormData'. Either include them or remove the dependency array.

Check warning on line 56 in src/sections/profiles/components/test-credentials-button.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

src/sections/profiles/components/test-credentials-button.tsx#L56

[react-hooks/exhaustive-deps] React Hook useEffect has missing dependencies: 'toast' and 'validateCredentials'. Either include them or remove the dependency array.