You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Datepicker component suffers from validation duplication, as it keeps validation messages both locally and in Redux. The function validateDatepickerFormData is called both in validation.ts and in DatepickerComponent - but we should aim to keep the validation state in redux only.
Description
The
Datepicker
component suffers from validation duplication, as it keeps validation messages both locally and in Redux. The functionvalidateDatepickerFormData
is called both invalidation.ts
and inDatepickerComponent
- but we should aim to keep the validation state in redux only.Additional Information
Tasks
DatepickerComponent.tsx
, move missing validation intovalidation.ts
useDelayedSavedState
if usefulnext
)Acceptance Criterias
No response
The text was updated successfully, but these errors were encountered: