Hi
I have a typing problem with date-fns.
I'm using parseDateForDatePicker for parsing date with format and locale with date-fns

I'm when i check source code, i just seen locale is returning as a string but date-fns accepting Locale object, because of that i'm giving error like that;

Thanks