form.setFieldValue won't rerender a component?
form.setFieldValue()The problem here is that when i set the values the Calendar state won't change?
I am using the custom use AppForm if that has any relation.
Also if I try to see the data with
form.state.values I don't see them change also. ReactHookForms had something like form.watch()I can see it console.log() but the state of calendar seems same.