Skip to content

fix edge cases in step switching, delete prints #1188

fix edge cases in step switching, delete prints

fix edge cases in step switching, delete prints #1188

Triggered via push January 31, 2025 19:56
Status Failure
Total duration 58s
Artifacts

lint.yml

on: push
Run ESLint (sponsor)
41s
Run ESLint (sponsor)
Run ESLint (admin)
43s
Run ESLint (admin)
Run ESLint (api)
44s
Run ESLint (api)
Run ESLint (app)
47s
Run ESLint (app)
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 3 warnings
Run ESLint (app)
Process completed with exit code 1.
Run ESLint (app): apps/app/src/components/RegistrationForms/FirstStepRegistrationForm/FirstStepRegistrationForm.tsx#L91
React Hook useEffect has missing dependencies: 'allFieldsAreFilled' and 'validateFirstStep'. Either include them or remove the dependency array
Run ESLint (app): apps/app/src/components/RegistrationForms/SecondStepRegistrationForm/SecondStepRegistrationForm.module.tsx#L96
React Hook useEffect has missing dependencies: 'allFieldsAreFilled' and 'validateSecondStep'. Either include them or remove the dependency array
Run ESLint (app): apps/app/src/providers/RegistrationContext.tsx#L64
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components