utilize error handling from registration provider #1187
lint.yml
on: push
Run ESLint (sponsor)
55s
Run ESLint (admin)
44s
Run ESLint (api)
45s
Run ESLint (app)
46s
Annotations
3 warnings
Run ESLint (app):
apps/app/src/components/RegistrationForms/FirstStepRegistrationForm/FirstStepRegistrationForm.tsx#L77
React Hook useEffect has a missing dependency: 'validateFirstStep'. Either include it or remove the dependency array
|
Run ESLint (app):
apps/app/src/components/RegistrationForms/SecondStepRegistrationForm/SecondStepRegistrationForm.module.tsx#L84
React Hook useEffect has a missing dependency: 'validateFirstStep'. Either include it 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
|