Skip to content

extract CheckboxFieldsWrapper #1190

extract CheckboxFieldsWrapper

extract CheckboxFieldsWrapper #1190

Triggered via push January 31, 2025 20:39
Status Success
Total duration 1m 7s
Artifacts

lint.yml

on: push
Run ESLint (sponsor)
40s
Run ESLint (sponsor)
Run ESLint (admin)
43s
Run ESLint (admin)
Run ESLint (api)
54s
Run ESLint (api)
Run ESLint (app)
53s
Run ESLint (app)
Fit to window
Zoom out
Zoom in

Annotations

3 warnings
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.module.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