Caner Kaynar

Results 4 comments of Caner Kaynar

I spent lots of time to solve that but the month does not move. Misfire!

In my scenario, I choose a date from CalendarList, When I press the date, the app comes back to Calendar. The position of the day is correct, the month is...

There is a solution that i did Keep current form values by using ref before calling your mutation. `const persistFormValues = useRef({ email: '', password: '', })` `const LoginForm =...