Skip to content

slice design for 4th step form #1191

slice design for 4th step form

slice design for 4th step form #1191

Triggered via push February 2, 2025 22:09
Status Failure
Total duration 1m 6s
Artifacts

lint.yml

on: push
Run ESLint (sponsor)
43s
Run ESLint (sponsor)
Run ESLint (admin)
51s
Run ESLint (admin)
Run ESLint (api)
51s
Run ESLint (api)
Run ESLint (app)
55s
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#L88
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.tsx#L104
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